[Webkit-unassigned] [Bug 22701] New: Remove redundant calls to JIT::emitSlowScriptCheck.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 5 16:44:22 PST 2008


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

           Summary: Remove redundant calls to JIT::emitSlowScriptCheck.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        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 is checked in the hot path, so is not needed on the slow path - and the
code was being planted before the start of the slow case, so was completely
unreachable!


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



More information about the webkit-unassigned mailing list