[Webkit-unassigned] [Bug 50136] New: Should clean up RegexInterpreter::atomParenthesesSubpatternBegin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 28 16:41:33 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50136

           Summary: Should clean up
                    RegexInterpreter::atomParenthesesSubpatternBegin
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list