[Webkit-unassigned] [Bug 191012] New: Add support for GetStack FlushedDouble

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 28 05:51:07 PDT 2018


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

            Bug ID: 191012
           Summary: Add support for GetStack FlushedDouble
           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: tzagallo at apple.com

LowerDFGToB3::compileGetStack assumed that we would not emit GetStack for doubles, but it turns out it may arise from the PutStack sinking phase: if we sink a PutStack into a successor block, other predecessors will emit a GetStack followed by a Upsilon.

-- 
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/20181028/b14915fb/attachment-0001.html>


More information about the webkit-unassigned mailing list