Bug 27344

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

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