[Webkit-unassigned] [Bug 58544] New: Don't emit RegExp tables for chromium where they are not used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 08:01:34 PDT 2011


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

           Summary: Don't emit RegExp tables for chromium where they are
                    not used
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: satish at chromium.org


The character tables generated by the create_regex_tables script are used only by the Yarr (Yet another regex runtime) JIT feature. Since the chromium port does not use the Yarr JIT feature, we don't need these tables in the generated code.

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