NEW 39414
Allow custom memory allocation control for String class
https://bugs.webkit.org/show_bug.cgi?id=39414
Summary Allow custom memory allocation control for String class
Zoltan Horvath
Reported 2010-05-20 01:49:51 PDT
Inherits the following class from FastAllocBase because it is instantiated by 'new': class name - instantiated at: WebCore/'location' String - xml/XPathParser.cpp:446
Attachments
proposed patch (1.29 KB, patch)
2010-05-20 01:51 PDT, Zoltan Horvath
sam: review-
Zoltan Horvath
Comment 1 2010-05-20 01:51:48 PDT
Created attachment 56575 [details] proposed patch
Sam Weinig
Comment 2 2010-05-20 14:44:17 PDT
Comment on attachment 56575 [details] proposed patch This will increase the size of all String objects by a word under gcc.
David Levin
Comment 3 2010-05-20 14:58:34 PDT
fyi, the simple patch https://bugs.webkit.org/show_bug.cgi?id=39327 would make this patch cause build breaks for easier detection of this problem.
Note You need to log in before you can comment on or make changes to this bug.