Changeset 43377 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
May 7, 2009, 5:02:45 PM (16 years ago)
Author:
[email protected]
Message:

2009-05-07 Geoffrey Garen <[email protected]>

Not reviewed.

  • wtf/Platform.h: Reverted an accidental (and performance-catastrophic) change.
File:
1 edited

Legend:

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

    r43376 r43377  
    478478/* The JIT is tested & working on x86 Mac */
    479479#elif PLATFORM(X86) && PLATFORM(MAC)
    480     #define ENABLE_JIT 0
     480    #define ENABLE_JIT 1
    481481    #define WTF_USE_JIT_STUB_ARGUMENT_VA_LIST 1
    482482/* The JIT is tested & working on x86 Windows */
Note: See TracChangeset for help on using the changeset viewer.