[Webkit-unassigned] [Bug 65675] New: Eval handling attempts literal parsing even when the eval string is in the cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 4 02:35:01 PDT 2011


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

           Summary: Eval handling attempts literal parsing even when the
                    eval string is in the cache
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com


Interpreter::callEval should first check if the string is in the eval code cache, and only attempt literal parsing if it isn't.

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