Bug 26648

Summary: Allow custom memory allocation control for JavaScriptCore's Deque 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: 26605    
Bug Blocks:    
Attachments:
Description Flags
proposed patch
none
updated proposed patch darin: review+

Zoltan Horvath
Reported 2009-06-23 04:07:00 PDT
Inherits Deque class from FastAllocBase (bug #20422), because it has been instantiated by 'new' with DEFINE_STATIC_LOCAL macro in JavaScriptCore/wtf/MainThread.cpp:62.
Attachments
proposed patch (1.12 KB, patch)
2009-06-23 04:11 PDT, Zoltan Horvath
no flags
updated proposed patch (1.12 KB, patch)
2009-06-23 04:13 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-06-23 04:11:13 PDT
Created attachment 31717 [details] proposed patch
Zoltan Horvath
Comment 2 2009-06-23 04:13:14 PDT
Created attachment 31718 [details] updated proposed patch
Eric Seidel (no email)
Comment 3 2009-06-24 00:55:03 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M JavaScriptCore/ChangeLog M JavaScriptCore/wtf/Deque.h Committed r45073 http://trac.webkit.org/changeset/45073
Note You need to log in before you can comment on or make changes to this bug.