Changeset 192542 in webkit


Ignore:
Timestamp:
Nov 17, 2015 2:46:53 PM (9 years ago)
Author:
fpizlo@apple.com
Message:

Add a FTL_USES_B3 compile-time setting and set it to 0.

Rubber stamped by Benjamin Poulain.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r192540 r192542  
     12015-11-17  Filip Pizlo  <fpizlo@apple.com>
     2
     3        Add a FTL_USES_B3 compile-time setting and set it to 0.
     4
     5        Rubber stamped by Benjamin Poulain.
     6
     7        * dfg/DFGCommon.h:
     8
    192015-11-17  Filip Pizlo  <fpizlo@apple.com>
    210
  • trunk/Source/JavaScriptCore/dfg/DFGCommon.h

    r191058 r192542  
    3636namespace JSC { namespace DFG {
    3737
     38// We are in the middle of an experimental transition from LLVM to B3 as the backend for the FTL. We don't
     39// yet know how it will turn out. For now, this flag will control whether FTL uses B3. Remember to set this
     40// to 0 before committing!
     41#define FTL_USES_B3 0
     42
    3843struct Node;
    3944
Note: See TracChangeset for help on using the changeset viewer.