Changeset 20973 in webkit


Ignore:
Timestamp:
Apr 20, 2007 3:00:06 PM (17 years ago)
Author:
mjs
Message:

Reviewed by Darin.


  • bump optimization flags up to -O3 for 1% JS iBench speed improvement
  • Configurations/Base.xcconfig:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r20971 r20973  
     12007-04-20  Maciej Stachowiak  <mjs@apple.com>
     2
     3        Reviewed by Darin.
     4       
     5        - bump optimization flags up to -O3 for 1% JS iBench speed improvement
     6
     7        * Configurations/Base.xcconfig:
     8
    192007-04-20  Mark Rowe  <mrowe@apple.com>
    210
  • trunk/JavaScriptCore/Configurations/Base.xcconfig

    r20225 r20973  
    1414GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
    1515GCC_MODEL_TUNING = G5;
    16 GCC_OPTIMIZATION_LEVEL = 2;
     16GCC_OPTIMIZATION_LEVEL = 3;
    1717GCC_PRECOMPILE_PREFIX_HEADER = YES;
    1818GCC_THREADSAFE_STATICS = NO;
Note: See TracChangeset for help on using the changeset viewer.