Bug 30158

Summary: Allow custom memory allocation control for JavaScriptCore's IdentifierArena
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: All   
Attachments:
Description Flags
proposed patch darin: review+

Description Zoltan Horvath 2009-10-07 01:50:19 PDT
Inherits IdentifierArena class from FastAllocBase because it has been instantiated by 'new' in JavaScriptCore/parser/ParserArena.cpp:36.
Comment 1 Zoltan Horvath 2009-10-07 01:52:33 PDT
Created attachment 40773 [details]
proposed patch
Comment 2 Zoltan Horvath 2009-10-07 10:01:37 PDT
Landed in 49249. 
http://trac.webkit.org/changeset/49249