Is there a need to free all of the glyphs in a single call? Perhaps you could just convert and free up to N at a time where N is the size of your stack allocated array?

                        ...jim

On 3/31/2011 1:31 PM, Phil Race wrote:
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