HotSpot compiler should refactor helper arrays after inlining - Was: Multiple copies of same code
Ulf Zibis
Ulf.Zibis at gmx.de
Tue Dec 22 06:02:57 PST 2009
Am 04.12.2009 21:38, Ulf Zibis schrieb:
> On the other hand, the 1-length int [] dp could be optimized to a
> normal int field and pushing the 6 parameters to stack could be saved,
> if method decode()
> would be inlined, but isn't because of inline threshold, which sadly
> isn't frequency-related. This would additionally increase the
> performance.
Here the bug report:
6908239 - HotSpot compiler should refactor helper arrays after inlining
<http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6908239>
-Ulf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20091222/405833e4/attachment.html
More information about the hotspot-compiler-dev
mailing list