[Webkit-unassigned] [Bug 141169] New: REGRESSION(r179477): arguments simplification no longer works

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 2 13:56:24 PST 2015


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

            Bug ID: 141169
           Summary: REGRESSION(r179477): arguments simplification no
                    longer works
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

That change broke arguments simplification because PhantomLocal on the arguments register tells arguments simplification that it can't simplify anything.  PhantomLocal also confuses the Flush strength reduction and we were also missing some other cases there.  This resolves all of those issues.

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


More information about the webkit-unassigned mailing list