Bug 27344 - Allow custom memory allocation control for JavaScriptCore's MatchFrame struct
Summary: Allow custom memory allocation control for JavaScriptCore's MatchFrame 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 04:18 PDT by Zoltan Horvath
Modified: 2009-07-20 03:03 PDT (History)
2 users (show)

See Also:


Attachments
proposed patch (1.13 KB, patch)
2009-07-16 04:20 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-07-16 04:18:55 PDT
Inherits MatchFrame struct from FastAllocBase because it has
been instantiated by 'new' JavaScriptCore/pcre/pcre_exec.cpp:359.
Comment 1 Zoltan Horvath 2009-07-16 04:20:56 PDT
Created attachment 32857 [details]
proposed patch
Comment 2 Adam Barth 2009-07-16 17:45:11 PDT
Will land.
Comment 3 Adam Barth 2009-07-16 18:14:21 PDT
I had the same problem with this patch as the other custom memory allocation patch.  Unassigning.  Not sure if the problem is my setup or the patches themselves.
Comment 4 Simon Hausmann 2009-07-20 03:03:56 PDT
Landed in r46118