On 3/31/2011 12:07 PM, Phil Race wrote:
So .. I took the liberty of revising the fix : http://cr.openjdk.java.net/~prr/7029934/

- In the 32 bit case we now avoid stack or malloc allocation - basically
 doing what the code was doing previously.

- In the 64 bit case we use the stack up to 256 glyphs (maybe this is too much
 as its going to be 256*8 = 1Kbytes?) and malloc above that. I could

Duh! That's 2Kbytes .. I think I'll dial this back to maybe 64 glyphs = 512 bytes
before I push.

-phil.

Reply via email to