Multiple copies of same code
Ulf Zibis
Ulf.Zibis at gmx.de
Fri Dec 4 12:38:08 PST 2009
Am 24.11.2009 22:56, 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.
I have filed a bug:
internal review ID: 1665163
Please review,
-Ulf
More information about the hotspot-compiler-dev
mailing list