Changeset 61817 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jun 24, 2010, 8:18:45 PM (15 years ago)
Author:
[email protected]
Message:

Build fix

Temporarily get the tiger bot working again by disabling the
new JS parser. GCC on tiger is miscompiling the parser and
I don't have access to a tiger machine right now.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r61778 r61817  
     12010-06-24  Oliver Hunt  <[email protected]>
     2
     3        Build fix
     4
     5        Temporarily get the tiger bot working again by disabling the
     6        new JS parser.  GCC on tiger is miscompiling the parser and
     7        I don't have access to a tiger machine right now.
     8
     9        * wtf/Platform.h:
     10
    111 2010-06-21  Nathan Lawrence  <[email protected]>
    212
  • trunk/JavaScriptCore/wtf/Platform.h

    r61732 r61817  
    10901090#define ENABLE_JSC_ZOMBIES 0
    10911091
     1092#if !defined(BUILDING_ON_TIGER)
    10921093#define ENABLE_RECURSIVE_PARSE 1
     1094#endif
    10931095
    10941096/* FIXME: Eventually we should enable this for all platforms and get rid of the define. */
Note: See TracChangeset for help on using the changeset viewer.