[Webkit-unassigned] [Bug 26875] Large buffer allocation on the stack
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 2 18:54:21 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26875
------- Comment #4 from darin at apple.com 2009-07-02 18:54 PDT -------
(From update of attachment 32109)
The whole point here is to use a buffer size that fits on the stack to avoid
the overhead of heap allocation. If some platforms need the conversion chunk to
be smaller, it seems best to me to simply make ConversionBufferSize a smaller
number for those platforms.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list