Changeset 34758 in webkit for trunk/JavaScriptCore/VM/CodeGenerator.cpp
- Timestamp:
- Jun 24, 2008, 2:38:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeGenerator.cpp
r34684 r34758 391 391 { 392 392 l0->setLocation(instructions().size()); 393 394 // This disables peephole optimizations when an instruction is a jump target 395 m_lastOpcodeID = op_end; 396 393 397 return l0; 394 398 }
Note:
See TracChangeset
for help on using the changeset viewer.