Changeset 44143 in webkit for trunk/JavaScriptCore
- Timestamp:
- May 25, 2009, 5:20:17 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r44131 r44143 1 2009-05-25 Oliver Hunt <[email protected]> 2 3 Reviewed by Maciej Stachowiak. 4 5 Re-add interpreter logic to jit-enabled builds as GCC mysteriously regresses without it 6 7 * wtf/Platform.h: 8 1 9 2009-05-25 Fridrich Strba <[email protected]> 2 10 -
trunk/JavaScriptCore/wtf/Platform.h
r44088 r44143 521 521 #endif 522 522 523 #if ENABLE(JIT) && (defined(NDEBUG) || defined(COVERAGE))523 #if ENABLE(JIT) && defined(COVERAGE) 524 524 #define WTF_USE_INTERPRETER 0 525 525 #else
Note:
See TracChangeset
for help on using the changeset viewer.