Changeset 61817 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jun 24, 2010, 8:18:45 PM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r61778 r61817 1 2010-06-24 Oliver Hunt <[email protected]> 2 3 Build fix 4 5 Temporarily get the tiger bot working again by disabling the 6 new JS parser. GCC on tiger is miscompiling the parser and 7 I don't have access to a tiger machine right now. 8 9 * wtf/Platform.h: 10 1 11 2010-06-21 Nathan Lawrence <[email protected]> 2 12 -
trunk/JavaScriptCore/wtf/Platform.h
r61732 r61817 1090 1090 #define ENABLE_JSC_ZOMBIES 0 1091 1091 1092 #if !defined(BUILDING_ON_TIGER) 1092 1093 #define ENABLE_RECURSIVE_PARSE 1 1094 #endif 1093 1095 1094 1096 /* FIXME: Eventually we should enable this for all platforms and get rid of the define. */
Note:
See TracChangeset
for help on using the changeset viewer.