[Webkit-unassigned] [Bug 148544] New: LICMPhase should correct the values of the Check flags of hoisted nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 27 16:34:15 PDT 2015


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

            Bug ID: 148544
           Summary: LICMPhase should correct the values of the Check flags
                    of hoisted nodes
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local 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

It's appropriate for a DFG phase to assume that the Check flags are correct (i.e. lack of Check flag means that something was proved to not need a check), so LICM should make sure to set those flags if it hoists something that would need a check in the loop pre-header even though it maybe doesn't in the loop.

-- 
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/20150827/e96ef465/attachment.html>


More information about the webkit-unassigned mailing list