Bug 27338 - Allow custom memory allocation control in NewThreadContext struct
Summary: Allow custom memory allocation control in NewThreadContext struct
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-16 01:38 PDT by Zoltan Horvath
Modified: 2009-07-20 03:04 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (1.13 KB, patch)
2009-07-16 01:40 PDT, Zoltan Horvath
no flags Details | Formatted Diff | Diff
updated proposed patch (1.12 KB, patch)
2009-07-16 02:02 PDT, Zoltan Horvath
oliver: 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-07-16 01:38:07 PDT
Inherits NewThreadContext struct from FastAllocBase because it has been instantiated by 'new' JavaScriptCore/wtf/Threading.cpp:76.
Comment 1 Zoltan Horvath 2009-07-16 01:40:44 PDT
Created attachment 32844 [details]
proposed patch
Comment 2 Zoltan Horvath 2009-07-16 02:02:58 PDT
Created attachment 32845 [details]
updated proposed patch
Comment 3 Simon Hausmann 2009-07-20 03:04:36 PDT
Landed in r46121