Bug 27338

Summary: Allow custom memory allocation control in NewThreadContext struct
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
proposed patch
none
updated proposed patch oliver: review+

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