This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Stack ILP issues (Was: Slow recursive functions


>>>>> "Mladen" == Mladen Adamovic <adamm@etfbl.net> writes:

Mladen> About gcj if I understand you clearly Array Index out of
Mladen> bounds exception implementation is the thing which slow down
Mladen> the nested loops. To improve it the code which check exception
Mladen> should be moved somehow outside of the loop, if possible.

Yeah, we still don't do this.  There's a PR about it:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]