Bug 26313 - Allow custom memory allocation control in JavaScriptCore's CallIdentifier
Summary: Allow custom memory allocation control in JavaScriptCore's CallIdentifier
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: 26403
Blocks:
  Show dependency treegraph
 
Reported: 2009-06-11 03:35 PDT by Zoltan Horvath
Modified: 2009-06-19 14:07 PDT (History)
0 users

See Also:


Attachments
proposed patch (1.10 KB, patch)
2009-06-11 03:36 PDT, Zoltan Horvath
no flags Details | Formatted Diff | Diff
updated proposed patch (1.05 KB, patch)
2009-06-16 03:51 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-06-11 03:35:18 PDT
Inherits CallIdentifier struct from FastAllocBase because it has been instantiated by 'new' in JavaScriptCore/profiler/CallIdentifier.h:86.
Comment 1 Zoltan Horvath 2009-06-11 03:36:02 PDT
Created attachment 31158 [details]
proposed patch
Comment 2 Zoltan Horvath 2009-06-16 03:51:11 PDT
Created attachment 31344 [details]
updated proposed patch

Please land bug #26403 first, because it's adding ForwardingHeaders.
Comment 3 Oliver Hunt 2009-06-18 01:37:05 PDT
Comment on attachment 31344 [details]
updated proposed patch

r=me
Comment 4 Brent Fulgham 2009-06-19 13:31:47 PDT
Assign for Landing.
Comment 5 Brent Fulgham 2009-06-19 14:07:30 PDT
Landed in http://trac.webkit.org/changeset/44871.