DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19101>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19101 Project.fireMessageLoggedEvent performance fix ------- Additional Comments From [EMAIL PROTECTED] 2003-04-17 14:02 ------- I also tend to make such an optimization, but add the final keyword to the count variable, so make it absolutely clear to an optimizer it can agressively unroll the loop potentially. Not sure if it makes a difference in this case. -- DD