[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 01:09:26 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 82fdea0b9f70a07ab62db2bb4464cacf5c687b7d
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 15 04:20:37 2010 +0000

    2010-01-14  Norbert Leser  <norbert.leser at 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:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53315 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index cef6de2..562a366 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,18 @@
+2010-01-14  Norbert Leser  <norbert.leser at 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:
+
 2010-01-14  Jungshik Shin  <jshin at chromium.org>
 
         Unreviewed, attempted build fix on chromium.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 0374891..d97f69a 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -27,6 +27,8 @@ symbian: {
     # RO text (code) section in qtwebkit.dll exceeds allocated space for gcce udeb target.
     # Move RW-section base address to start from 0xE00000 instead of the toolchain default 0x400000.
     MMP_RULES += "LINKEROPTION  armcc --rw-base 0xE00000"
+    MMP_RULES += ALWAYS_BUILD_AS_ARM
+    QMAKE_CXXFLAGS.ARMCC += -OTime -O3
 }
 
 include($$PWD/../WebKit.pri)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list