[Webkit-unassigned] [Bug 152011] New: DFG::UnificationPhase should merge isProfitableToUnbox, since this may have been set in ByteCodeParser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 8 12:34:54 PST 2015


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

            Bug ID: 152011
           Summary: DFG::UnificationPhase should merge
                    isProfitableToUnbox, since this may have been set in
                    ByteCodeParser
    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

Previously UnificationPhase did not merge this because we used to only set this in FixupPhase, which runs after unification.  But now ByteCodeParser may set isProfitableToUnbox, so UnificationPhase needs to merge it after unifying.

-- 
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/20151208/423a3013/attachment.html>


More information about the webkit-unassigned mailing list