Changeset 190749 in webkit for trunk/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp
- Timestamp:
- Oct 8, 2015, 3:18:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp
r190076 r190749 728 728 m_graph.computeRefCounts(); 729 729 m_graph.initializeNodeOwners(); 730 m_graph.m_dominators.computeIfNecessary(m_graph); 730 731 performLivenessAnalysis(m_graph); 731 732 performOSRAvailabilityAnalysis(m_graph);
Note:
See TracChangeset
for help on using the changeset viewer.