RESOLVED FIXED 26606
Allow custom memory allocation control for JavaScriptCore's HashSet class
https://bugs.webkit.org/show_bug.cgi?id=26606
Summary Allow custom memory allocation control for JavaScriptCore's HashSet class
Zoltan Horvath
Reported 2009-06-22 08:32:50 PDT
Inherits HashSet class from FastAllocBase (bug #20422), because it has been instantiated by 'new' in JavaScriptCore/runtime/Collector.h:116.
Attachments
proposed patch (1.30 KB, patch)
2009-06-22 08:33 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-06-22 08:33:25 PDT
Created attachment 31649 [details] proposed patch
Eric Seidel (no email)
Comment 2 2009-06-24 00:45:16 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M JavaScriptCore/ChangeLog M JavaScriptCore/wtf/HashSet.h Committed r45069 http://trac.webkit.org/changeset/45069
Note You need to log in before you can comment on or make changes to this bug.