RESOLVED FIXED 26677
Allow custom memory allocation control for JavaScriptCore's CodeBlock class
https://bugs.webkit.org/show_bug.cgi?id=26677
Summary Allow custom memory allocation control for JavaScriptCore's CodeBlock class
Zoltan Horvath
Reported 2009-06-24 06:09:02 PDT
Inherits CodeBlock class from FastAllocBase (bug #20422), because it has been instantiated by 'new' in JavaScriptCore/bytecode/CodeBlock.h:217.
Attachments
proposed patch (1.06 KB, patch)
2009-06-24 06:11 PDT, Zoltan Horvath
no flags
updated proposed patch (1.05 KB, patch)
2009-06-24 11:28 PDT, Zoltan Horvath
mjs: review+
Zoltan Horvath
Comment 1 2009-06-24 06:11:09 PDT
Created attachment 31784 [details] proposed patch
Zoltan Horvath
Comment 2 2009-06-24 11:28:50 PDT
Created attachment 31795 [details] updated proposed patch
Maciej Stachowiak
Comment 3 2009-06-24 12:16:33 PDT
Comment on attachment 31795 [details] updated proposed patch r=me
Eric Seidel (no email)
Comment 4 2009-06-24 16:56:03 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M JavaScriptCore/ChangeLog M JavaScriptCore/bytecode/CodeBlock.h Committed r45123 http://trac.webkit.org/changeset/45123
David Levin
Comment 5 2009-06-24 18:10:58 PDT
This patch needed a fix to build: http://trac.webkit.org/changeset/45128
Note You need to log in before you can comment on or make changes to this bug.