Bug 26605 - Allow custom memory allocation control for JavaScriptCore's Vector class
Summary: Allow custom memory allocation control for JavaScriptCore's Vector 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:
Blocks: 26648
  Show dependency treegraph
 
Reported: 2009-06-22 07:33 PDT by Zoltan Horvath
Modified: 2009-06-24 00:40 PDT (History)
0 users

See Also:


Attachments
proposed patch (1.19 KB, patch)
2009-06-22 07:33 PDT, Zoltan Horvath
no flags Details | Formatted Diff | Diff
updated proposed patch (1.34 KB, patch)
2009-06-22 08:01 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-22 07:33:17 PDT
Inherits Vector class from FastAllocBase (bug #20422), because it has been instantiated by 'new' in JavaScriptCore/runtime/Structure.cpp:633.
Comment 1 Zoltan Horvath 2009-06-22 07:33:55 PDT
Created attachment 31646 [details]
proposed patch
Comment 2 Zoltan Horvath 2009-06-22 08:01:11 PDT
Created attachment 31648 [details]
updated proposed patch

updated proposed patch (extra includes has been removed)
Comment 3 Eric Seidel (no email) 2009-06-24 00:40:17 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	JavaScriptCore/ChangeLog
	M	JavaScriptCore/wtf/Vector.h
Committed r45068
http://trac.webkit.org/changeset/45068