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] | |
Norman Hendrich wrote:
I suspect that gcj is possibly just missing to inline one or twoRight, in fact currently GCJ does no inlining at all. Inlining will certainly improve performance significantly (depending on the application) if it is done well.
critical functions.
-finline-functions can still be used to turn on the old inliner. That code is not smart and will miss many inline opportunities, but it might still be interesting to see if it makes a difference to your application.Any other compiler options I should try?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |