[Webkit-unassigned] [Bug 36009] New: Unused functions in yarr interpreter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 11 04:13:35 PST 2010


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

           Summary: Unused functions in yarr interpreter
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pvarga at inf.u-szeged.hu
                CC: barraclough at apple.com



Peter Varga <pvarga at inf.u-szeged.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #50485|                            |review?, commit-queue?
               Flag|                            |


Created an attachment (id=50485)
 --> (https://bugs.webkit.org/attachment.cgi?id=50485)
proposed patch

I have found two functions in RegexInterpreter.cpp: 
tryConsumeCharacter() and tryConsumeCharacterClass() which are never called.

If these functions are reserved for future using the tryConsumeCharacter 
is deprecated, because the ignoreCase checking is
unnecessary in this phase of regex matching.

-- 
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