Changeset 121382 in webkit for trunk/Source/JavaScriptCore/jit/JIT.cpp
- Timestamp:
- Jun 27, 2012, 4:16:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.cpp
r121073 r121382 764 764 765 765 CodeRef result = FINALIZE_CODE( 766 patchBuffer, ("Baseline JIT code for CodeBlock %p", m_codeBlock)); 766 patchBuffer, 767 ("Baseline JIT code for CodeBlock %p, instruction count = %u", 768 m_codeBlock, m_codeBlock->instructionCount())); 767 769 768 770 m_globalData->machineCodeBytesPerBytecodeWordForBaselineJIT.add(
Note:
See TracChangeset
for help on using the changeset viewer.