Bug 27343

Summary: Allow custom memory allocation control in JavaScriptCore's RegexPattern.h
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+

Zoltan Horvath
Reported 2009-07-16 03:36:14 PDT
Inherits RegexPattern.h's structs (which have been instantiated by operator new) from FastAllocBase: CharacterClass (new call: JavaScriptCore/yarr/RegexCompiler.cpp:144) PatternAlternative (new call: JavaScriptCore/yarr/RegexPattern.h:221) PatternDisjunction (new call: JavaScriptCore/yarr/RegexCompiler.cpp:446)
Attachments
proposed patch (1.79 KB, patch)
2009-07-16 03:39 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-07-16 03:39:05 PDT
Created attachment 32852 [details] proposed patch
Adam Barth
Comment 2 2009-07-16 16:48:57 PDT
Will land.
Adam Barth
Comment 3 2009-07-16 17:04:40 PDT
Unassigning. This cased transitions/extra-transition.html to fail on my machine. Seems unrelated. Someone should try landing this again.
Simon Hausmann
Comment 4 2009-07-20 03:04:10 PDT
Landed in r46119
Note You need to log in before you can comment on or make changes to this bug.