Changeset 184646 in webkit for trunk/Source/JavaScriptCore/dfg/DFGLICMPhase.cpp
- Timestamp:
- May 20, 2015, 11:40:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGLICMPhase.cpp
r184405 r184646 131 131 DFG_ASSERT(m_graph, preHeader->terminal(), preHeader->terminal()->op() == Jump); 132 132 133 // We should validate the pre-header. If we placed forExit origins on nodes only if 134 // at the top of that node it is legal to exit, then we would simply check if Jump 135 // had a forExit. We should disable hoisting to pre-headers that don't validate. 136 // Or, we could only allow hoisting of things that definitely don't exit. 137 // FIXME: https://bugs.webkit.org/show_bug.cgi?id=145204 138 133 139 data.preHeader = preHeader; 134 140 }
Note:
See TracChangeset
for help on using the changeset viewer.