[Webkit-unassigned] [Bug 141624] New: DFG::PutLocalSinkingPhase should eliminate GetLocals that have an obviously known source

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 15 14:41:02 PST 2015


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

            Bug ID: 141624
           Summary: DFG::PutLocalSinkingPhase should eliminate GetLocals
                    that have an obviously known source
    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

Currently if we have a PutLocal/GetLocal pair, then we will sink the PutLocal to the GetLocal.  Instead, we should eliminate the GetLocal entirely.

Probably this doesn't arise too much because we would have done some CSE, but it would be best if we just did the right thing here.

-- 
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/20150215/4d23b994/attachment-0002.html>


More information about the webkit-unassigned mailing list