Ignore:
Timestamp:
May 2, 2015, 10:33:36 AM (10 years ago)
Author:
[email protected]
Message:

Unreviewed, add FIXMEs referencing https://bugs.webkit.org/show_bug.cgi?id=144524 and
https://bugs.webkit.org/show_bug.cgi?id=144525.

  • dfg/DFGLICMPhase.cpp:

(JSC::DFG::LICMPhase::attemptHoist):

  • dfg/DFGPhantomInsertionPhase.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/dfg/DFGLICMPhase.cpp

    r183497 r183718  
    214214        }
    215215       
     216        // FIXME: At this point if the hoisting of the full node fails but the node has type checks,
     217        // we could still hoist just the checks.
     218        // https://bugs.webkit.org/show_bug.cgi?id=144525
     219       
    216220        if (readsOverlap(m_graph, node, data.writes)) {
    217221            if (verbose) {
Note: See TracChangeset for help on using the changeset viewer.