Changeset 39354 in webkit for trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
- Timestamp:
- Dec 16, 2008, 10:30:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
r39255 r39354 1257 1257 emitOpcode(op_profile_will_call); 1258 1258 instructions().append(func->index()); 1259 1260 #if ENABLE(JIT) 1261 m_codeBlock->addFunctionRegisterInfo(instructions().size(), func->index()); 1262 #endif 1259 1263 } 1260 1264
Note:
See TracChangeset
for help on using the changeset viewer.