RESOLVED FIXED 26078
Allow custom memory allocation control in JavaScriptCore's interpreter
https://bugs.webkit.org/show_bug.cgi?id=26078
Summary Allow custom memory allocation control in JavaScriptCore's interpreter
Zoltan Horvath
Reported 2009-05-29 05:13:46 PDT
Inherits Interpreter class from FastAllocBase because it has been instantiated by 'new' in JavaScriptCore/runtime/JSGlobalData.cpp:131.
Attachments
proposed patch (1.09 KB, patch)
2009-05-29 05:14 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-05-29 05:14:28 PDT
Created attachment 30775 [details] proposed patch
Darin Adler
Comment 2 2009-05-31 23:22:31 PDT
Comment on attachment 30775 [details] proposed patch > - class Interpreter { > + class Interpreter : public WTF::FastAllocBase { Don't need the namespace prefix. r=me
Brent Fulgham
Comment 3 2009-06-01 14:32:16 PDT
Assign for landing.
Brent Fulgham
Comment 4 2009-06-01 15:20:19 PDT
Landed in @r44336.
Note You need to log in before you can comment on or make changes to this bug.