Bug 26676

Summary: Allow custom memory allocation control for JavaScriptCore's BytecodeGenerator class
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on: 26686    
Bug Blocks:    
Attachments:
Description Flags
proposed patch
none
updated proposed patch mjs: review+

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
updated proposed patch (1.20 KB, patch)
2009-06-24 11:27 PDT, Zoltan Horvath
mjs: review+
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.