[Webkit-unassigned] [Bug 149540] New: FTLOSRExitCompiler has dead code in callee saves loop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 24 13:50:28 PDT 2015


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

            Bug ID: 149540
           Summary: FTLOSRExitCompiler has dead code in callee saves loop
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sbarati at apple.com
                CC: benjamin at webkit.org, fpizlo at apple.com,
                    ggaren at apple.com, gskachkov at gmail.com,
                    keith_miller at apple.com, mark.lam at apple.com,
                    msaboff at apple.com, oliver at apple.com,
                    sukolsak at gmail.com, utatane.tea at gmail.com

The first line in the loop "continue"s if "reg.isGPR()" is false.
Later in the loop, we check "reg.isGPR()" and an else clause if it's false.
This else clause is dead code.

We need to decide if we don't need the else clause or if the check at the top of the loop is faulty.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150924/ffdb2ba3/attachment.html>


More information about the webkit-unassigned mailing list