Changeset 183718 in webkit for trunk/Source/JavaScriptCore/dfg/DFGLICMPhase.cpp
- Timestamp:
- May 2, 2015, 10:33:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGLICMPhase.cpp
r183497 r183718 214 214 } 215 215 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 216 220 if (readsOverlap(m_graph, node, data.writes)) { 217 221 if (verbose) {
Note:
See TracChangeset
for help on using the changeset viewer.