Bug 26648 - Allow custom memory allocation control for JavaScriptCore's Deque class
Summary: Allow custom memory allocation control for JavaScriptCore's Deque class
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 26605
Blocks:
  Show dependency treegraph
 
Reported: 2009-06-23 04:07 PDT by Zoltan Horvath
Modified: 2009-06-24 00:55 PDT (History)
0 users

See Also:


Attachments
proposed patch (1.12 KB, patch)
2009-06-23 04:11 PDT, Zoltan Horvath
no flags Details | Formatted Diff | Diff
updated proposed patch (1.12 KB, patch)
2009-06-23 04:13 PDT, Zoltan Horvath
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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