Changeset 203704 in webkit for trunk/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp
- Timestamp:
- Jul 25, 2016, 6:05:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp
r203703 r203704 2103 2103 2104 2104 return m_graph.addNode( 2105 SpecNone, 2105 2106 PutByOffset, 2106 2107 origin.takeValidExit(canExit), … … 2137 2138 2138 2139 return m_graph.addNode( 2140 SpecNone, 2139 2141 MultiPutByOffset, 2140 2142 origin.takeValidExit(canExit), … … 2147 2149 case ClosureVarPLoc: { 2148 2150 return m_graph.addNode( 2151 SpecNone, 2149 2152 PutClosureVar, 2150 2153 origin.takeValidExit(canExit),
Note:
See TracChangeset
for help on using the changeset viewer.