RESOLVED FIXED 27260
Allow custom memory allocation control for JavaScriptCore's IdentifierTable class
https://bugs.webkit.org/show_bug.cgi?id=27260
Summary Allow custom memory allocation control for JavaScriptCore's IdentifierTable c...
Zoltan Horvath
Reported 2009-07-14 06:42:37 PDT
Inherits IdentifierTable class from FastAllocBase because it has been instantiated by 'new' in JavaScriptCore/runtime/Identifier.cpp:70.
Attachments
proposed patch (1.21 KB, patch)
2009-07-14 06:44 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-07-14 06:44:45 PDT
Created attachment 32710 [details] proposed patch
Brent Fulgham
Comment 2 2009-07-14 16:16:41 PDT
Note You need to log in before you can comment on or make changes to this bug.