Changeset 38635 in webkit for trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
- Timestamp:
- Nov 20, 2008, 3:23:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
r38511 r38635 140 140 } 141 141 #endif 142 143 m_scopeNode->children().shrinkCapacity(0);144 if (m_codeType != EvalCode) { // eval code needs to hang on to its declaration stacks to keep declaration info alive until Interpreter::execute time.145 m_scopeNode->varStack().shrinkCapacity(0);146 m_scopeNode->functionStack().shrinkCapacity(0);147 }148 142 149 143 m_codeBlock->instructions.shrinkToFit();
Note:
See TracChangeset
for help on using the changeset viewer.