WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
16187
MatchStack should allocate frames in chunks and only free them in ~MatchStack
https://bugs.webkit.org/show_bug.cgi?id=16187
Summary
MatchStack should allocate frames in chunks and only free them in ~MatchStack
Eric Seidel (no email)
Reported
2007-11-29 04:17:49 PST
MatchStack should allocate frames in chunks and only free them in ~MatchStack Currently MatchStack will allocate a new frame each time you recurse once you've gone past FRAMES_ON_STACK frames. Instead, MatchStack should allocate frames in chunks (to avoid individual mallocs) and hold onto those chunks until ~MatchStack() is called. This would be a win for any regexp which uses more than FRAMES_ON_STACK frames in more than one place in the regexp.
Attachments
Add attachment
proposed patch, testcase, etc.
Gavin Barraclough
Comment 1
2011-09-06 22:33:20 PDT
This is a proposed optimization for PCRE; we no longer use PCRE.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug