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+

Description Zoltan Horvath 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.
Comment 1 Zoltan Horvath 2009-06-23 04:11:13 PDT
Created attachment 31717 [details]
proposed patch
Comment 2 Zoltan Horvath 2009-06-23 04:13:14 PDT
Created attachment 31718 [details]
updated proposed patch
Comment 3 Eric Seidel (no email) 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