Changeset 100883 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Nov 20, 2011, 9:03:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r100880 r100883 1696 1696 void CodeBlock::finalizeUnconditionally() 1697 1697 { 1698 #if ENABLE(JIT) 1698 1699 #if ENABLE(JIT_VERBOSE_OSR) 1699 1700 static const bool verboseUnlinking = true; 1700 1701 #else 1701 1702 static const bool verboseUnlinking = false; 1703 #endif 1702 1704 #endif 1703 1705
Note:
See TracChangeset
for help on using the changeset viewer.