WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
26676
Allow custom memory allocation control for JavaScriptCore's BytecodeGenerator class
https://bugs.webkit.org/show_bug.cgi?id=26676
Summary
Allow custom memory allocation control for JavaScriptCore's BytecodeGenerator...
Zoltan Horvath
Reported
2009-06-24 05:57:50 PDT
Inherits BytecodeGenerator class from FastAllocBase (
bug #20422
), because it has been instantiated by 'new' in JavaScriptCore/parser/Nodes.cpp:1892.
Attachments
proposed patch
(1.20 KB, patch)
2009-06-24 05:59 PDT
,
Zoltan Horvath
no flags
Details
Formatted Diff
Diff
updated proposed patch
(1.20 KB, patch)
2009-06-24 11:27 PDT
,
Zoltan Horvath
mjs
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Zoltan Horvath
Comment 1
2009-06-24 05:59:44 PDT
Created
attachment 31783
[details]
proposed patch
Zoltan Horvath
Comment 2
2009-06-24 11:27:15 PDT
Created
attachment 31794
[details]
updated proposed patch
Maciej Stachowiak
Comment 3
2009-06-24 12:16:23 PDT
Comment on
attachment 31794
[details]
updated proposed patch r=me You can probably do more of these at a time, rather than going class by class.
Eric Seidel (no email)
Comment 4
2009-06-24 16:55:14 PDT
Committing to
http://svn.webkit.org/repository/webkit/trunk
... M JavaScriptCore/ChangeLog M JavaScriptCore/bytecompiler/BytecodeGenerator.h Committed
r45122
http://trac.webkit.org/changeset/45122
David Levin
Comment 5
2009-06-24 18:10:16 PDT
This patch need 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.
Top of Page
Format For Printing
XML
Clone This Bug