Changeset 144973 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
- Timestamp:
- Mar 6, 2013, 1:23:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
r144862 r144973 153 153 154 154 dfg.m_fixpointState = FixpointConverged; 155 perform CSE(dfg);156 performCPSRethreading(dfg); // This should usually be a no-op since CSErarely dethreads the graph.155 performStoreElimination(dfg); 156 performCPSRethreading(dfg); // This should usually be a no-op since store elimination rarely dethreads the graph. 157 157 performDCE(dfg); 158 158 performVirtualRegisterAllocation(dfg);
Note:
See TracChangeset
for help on using the changeset viewer.