RESOLVED FIXED 26605
Allow custom memory allocation control for JavaScriptCore's Vector class
https://bugs.webkit.org/show_bug.cgi?id=26605
Summary Allow custom memory allocation control for JavaScriptCore's Vector class
Zoltan Horvath
Reported 2009-06-22 07:33:17 PDT
Inherits Vector class from FastAllocBase (bug #20422), because it has been instantiated by 'new' in JavaScriptCore/runtime/Structure.cpp:633.
Attachments
proposed patch (1.19 KB, patch)
2009-06-22 07:33 PDT, Zoltan Horvath
no flags
updated proposed patch (1.34 KB, patch)
2009-06-22 08:01 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-06-22 07:33:55 PDT
Created attachment 31646 [details] proposed patch
Zoltan Horvath
Comment 2 2009-06-22 08:01:11 PDT
Created attachment 31648 [details] updated proposed patch updated proposed patch (extra includes has been removed)
Eric Seidel (no email)
Comment 3 2009-06-24 00:40:17 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M JavaScriptCore/ChangeLog M JavaScriptCore/wtf/Vector.h Committed r45068 http://trac.webkit.org/changeset/45068
Note You need to log in before you can comment on or make changes to this bug.