[Webkit-unassigned] [Bug 162796] New: Air::fixObviousSpills() should be able to optimize constant materialization followed by offset address

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 30 11:28:53 PDT 2016


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

            Bug ID: 162796
           Summary: Air::fixObviousSpills() should be able to optimize
                    constant materialization followed by offset address
    Classification: Unclassified
           Product: WebKit
           Version: WebKit 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

We may sometimes end up with code like this:

    Move $0x123412341234, %rax
    Move 0x1234(%rax), blah

We should just materialize the right constant in these cases.

-- 
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/20160930/92876b39/attachment.html>


More information about the webkit-unassigned mailing list