⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 195419 in webkit


Ignore:
Timestamp:
Jan 21, 2016, 12:16:01 PM (11 years ago)
Author:
fpizlo@apple.com
Message:

Unreviewed, undo DFGCommon.h change that accidentally enabled the B3 JIT.

  • dfg/DFGCommon.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r195418 r195419  
     12016-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
    172016-01-21  Filip Pizlo  <fpizlo@apple.com>
    28
  • trunk/Source/JavaScriptCore/dfg/DFGCommon.h

    r195418 r195419  
    3939// yet know how it will turn out. For now, this flag will control whether FTL uses B3. Remember to set this
    4040// to 0 before committing!
    41 #define FTL_USES_B3 1
     41#define FTL_USES_B3 0
    4242
    4343struct Node;
Note: See TracChangeset for help on using the changeset viewer.