Changeset 179863 in webkit for trunk/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.cpp
- Timestamp:
- Feb 9, 2015, 8:46:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.cpp
r179015 r179863 169 169 } 170 170 171 if (codeBlock()->scopeRegister().isValid()) { 172 unsigned scopeRegisterAllocation = allocation[codeBlock()->scopeRegister().toLocal()]; 173 codeBlock()->setScopeRegister(scopeRegisterAllocation == UINT_MAX ? VirtualRegister() : virtualRegisterForLocal(scopeRegisterAllocation)); 174 } 171 // This register is never valid for DFG code blocks. 172 codeBlock()->setScopeRegister(VirtualRegister()); 175 173 176 174 for (unsigned i = m_graph.m_inlineVariableData.size(); i--;) {
Note:
See TracChangeset
for help on using the changeset viewer.