Changeset 40439 in webkit

Timestamp:
Jan 30, 2009, 7:11:39 PM (16 years ago)
Author:
mrowe@apple.com
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:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r40419 r40439  
     1
     2
     3
     4
     5
     6
     7
     8
    192009-01-30  Oliver Hunt  <oliver@apple.com>
    210
  • trunk/JavaScriptCore/wtf/Platform.h

    r40404 r40439  
    442442
    443443#if !defined(ENABLE_JIT)
    444 /* x86-64 support is under development. */
     444/* */
    445445#if PLATFORM(X86_64) && PLATFORM(MAC)
    446     #define ENABLE_JIT 0
     446    #define ENABLE_JIT
    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.