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
Note You need to log in before you can comment on or make changes to this bug.