Aleksey Shipilev wrote:
> Ok, we can implement the in-place Integer.toString() and specialize
> the radix-10 conversion in Integer. Then Classlib performance guys
> might use the inplace conversion to optimize StringBuilder performance
> or even catch the concatenation like J9 does.
> 
> My idea is to share whatever optimization between all VMs that use the 
> Classlib.

indeed!

Reply via email to