[Webkit-unassigned] [Bug 78242] New: Eliminate dead code in BytecodeGenerator::resolve()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 9 08:05:15 PST 2012


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

           Summary: Eliminate dead code in BytecodeGenerator::resolve()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wingo at igalia.com
                CC: ggaren at apple.com, oliver at apple.com,
                    barraclough at apple.com


BytecodeGenerator::shouldOptimizeLocals() is only true for FunctionCode, and thus cannot be true for GlobalCode.  This patch removes an impossible branch.

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