[Webkit-unassigned] [Bug 144525] New: DFG::LICMPhase should attempt to hoist edge type checks if hoisting the whole node fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 2 10:26:52 PDT 2015


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

            Bug ID: 144525
           Summary: DFG::LICMPhase should attempt to hoist edge type
                    checks if hoisting the whole node fails
    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

This usually isn't super necessary because the CPS type check hoisting - done in FixupPhase by putting checks on SetLocals - does a pretty good job.  But it only covers the super common types and sometimes it will not do anything if the VariableAccessData looks sketchy.  So, LICMPhase does have an opportunity here for some small additional speed-up.

-- 
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/20150502/592b01e4/attachment.html>


More information about the webkit-unassigned mailing list