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


Ignore:
Timestamp:
Jan 30, 2009, 7:11:39 PM (16 years ago)
Author:
[email protected]
Message:

<rdar://problem/6391501> Enable the JIT on Mac OS X x86_64 as it passes all tests.

Rubber-stamped by Oliver Hunt.

  • wtf/Platform.h:
File:
1 edited

Legend:

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

    r40404 r40439  
    442442
    443443#if !defined(ENABLE_JIT)
    444 /* x86-64 support is under development. */
     444/* The JIT is tested & working on x86_64 Mac */
    445445#if PLATFORM(X86_64) && PLATFORM(MAC)
    446     #define ENABLE_JIT 0
     446    #define ENABLE_JIT 1
    447447    #define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1
    448448/* The JIT is tested & working on x86 Mac */
Note: See TracChangeset for help on using the changeset viewer.