Changeset 195419 in webkit
- Timestamp:
- Jan 21, 2016, 12:16:01 PM (11 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
dfg/DFGCommon.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r195418 r195419 1 2016-01-21 Filip Pizlo <fpizlo@apple.com> 2 3 Unreviewed, undo DFGCommon.h change that accidentally enabled the B3 JIT. 4 5 * dfg/DFGCommon.h: 6 1 7 2016-01-21 Filip Pizlo <fpizlo@apple.com> 2 8 -
trunk/Source/JavaScriptCore/dfg/DFGCommon.h
r195418 r195419 39 39 // yet know how it will turn out. For now, this flag will control whether FTL uses B3. Remember to set this 40 40 // to 0 before committing! 41 #define FTL_USES_B3 141 #define FTL_USES_B3 0 42 42 43 43 struct Node;
Note:
See TracChangeset
for help on using the changeset viewer.