Changeset 53315 in webkit


Ignore:
Timestamp:
Jan 14, 2010 8:20:37 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-14 Norbert Leser <norbert.leser@nokia.com>

Reviewed by Laszlo Gombos.

Platform Symbian specific:
Added time-based optimization (-Otime) and increased optimization level to -O3,
conditionally for RVCT compiler (for ARM), for increasing performance
(primarily affecting JavaScript execution).
Default settings are -Ospace and -O2.

No new tests needed because no new funtionality is introduced,
only potential regression on existing tests needs to be evaluated.

  • WebCore.pro:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r53313 r53315  
     12010-01-14  Norbert Leser  <norbert.leser@nokia.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        Platform Symbian specific:
     6        Added time-based optimization (-Otime) and increased optimization level to -O3,
     7        conditionally for RVCT compiler (for ARM), for increasing performance
     8        (primarily affecting JavaScript execution).
     9        Default settings are -Ospace and -O2.
     10
     11        No new tests needed because no new funtionality is introduced,
     12        only potential regression on existing tests needs to be evaluated.
     13
     14        * WebCore.pro:
     15
    1162010-01-14  Jungshik Shin  <jshin@chromium.org>
    217
  • trunk/WebCore/WebCore.pro

    r53187 r53315  
    2828    # Move RW-section base address to start from 0xE00000 instead of the toolchain default 0x400000.
    2929    MMP_RULES += "LINKEROPTION  armcc --rw-base 0xE00000"
     30    MMP_RULES += ALWAYS_BUILD_AS_ARM
     31    QMAKE_CXXFLAGS.ARMCC += -OTime -O3
    3032}
    3133
Note: See TracChangeset for help on using the changeset viewer.