WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
50136
Should clean up RegexInterpreter::atomParenthesesSubpatternBegin
https://bugs.webkit.org/show_bug.cgi?id=50136
Summary
Should clean up RegexInterpreter::atomParenthesesSubpatternBegin
Gavin Barraclough
Reported
2010-11-28 16:41:33 PST
This function is just a little weird – we initially plant a term for a parentheses-single, then remove & replace later in the ...End method. We could also probably stop generating the nested subpattern to the wrong place & copying out – could stack the current disjunction & generate directly into a fresh one.
Attachments
Add attachment
proposed patch, testcase, etc.
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