Bug 27253

Summary: Allow custom memory allocation control for JavaScriptCore's Profiler class
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
proposed patch darin: review+

Description Zoltan Horvath 2009-07-14 04:26:56 PDT
Inherits Profiler class from FastAllocBase because it has been instantiated by
'new' in JavaScriptCore/profiler/Profiler.cpp:56.
Comment 1 Zoltan Horvath 2009-07-14 04:29:01 PDT
Created attachment 32707 [details]
proposed patch
Comment 2 Brent Fulgham 2009-07-14 16:09:20 PDT
Landed in https://trac.webkit.org/changeset/45877.