Changeset 37734 in webkit for trunk/JavaScriptCore/wtf/Platform.h


Ignore:
Timestamp:
Oct 20, 2008, 10:28:04 AM (17 years ago)
Author:
[email protected]
Message:

2008-10-20 Geoffrey Garen <[email protected]>

Not reviewed.


Re-enable CTI, which I accidentally disabled while checking in fixes
to bytecode.

  • wtf/Platform.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Platform.h

    r37732 r37734  
    352352// CTI only supports x86 at the moment, and has only been tested on Mac and Windows.
    353353#if !defined(ENABLE_CTI) && PLATFORM(X86) && (PLATFORM(MAC) || PLATFORM(WIN))
    354 #define ENABLE_CTI 0
     354#define ENABLE_CTI 1
    355355#endif
    356356
    357357// WREC only supports x86 at the moment, and has only been tested on Mac and Windows.
    358358#if !defined(ENABLE_WREC) && ENABLE(CTI) && PLATFORM(X86) && (PLATFORM(MAC) || PLATFORM(WIN))
    359 #define ENABLE_WREC 0
     359#define ENABLE_WREC 1
    360360#endif
    361361
Note: See TracChangeset for help on using the changeset viewer.