WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
remove optimization + ALWAYS_ARM for WebCore
50270.patch (text/plain), 1.25 KB, created by
Laszlo Gombos
on 2010-12-15 17:54:27 PST
(
hide
)
Description:
remove optimization + ALWAYS_ARM for WebCore
Filename:
MIME Type:
Creator:
Laszlo Gombos
Created:
2010-12-15 17:54:27 PST
Size:
1.25 KB
patch
obsolete
>diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog >index c975816..c663c52 100644 >--- a/WebCore/ChangeLog >+++ b/WebCore/ChangeLog >@@ -1,3 +1,16 @@ >+2010-12-15 Norbert Leser <norbert.leser@nokia.com> >+ >+ Reviewed by Laszlo Gombos >+ >+ [Qt] [Symbian] Remove -OTime -O3 compiler optimizations for WebCore >+ https://bugs.webkit.org/show_bug.cgi?id=50270 >+ >+ Removed superfluous optimization for symbian arm target. >+ >+ Verified via Sunspider and V8 test runs. >+ >+ * WebCore.pro: >+ > 2010-12-15 Alex Bredariol Grilo <abgrilo@profusion.mobi> > > Reviewed by Eric Seidel. >diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro >index dc2fe65..089dfca 100644 >--- a/WebCore/WebCore.pro >+++ b/WebCore/WebCore.pro >@@ -68,12 +68,10 @@ 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. > QMAKE_LFLAGS.ARMCC += --rw-base 0xE00000 >- MMP_RULES += ALWAYS_BUILD_AS_ARM > } else { > QMAKE_CFLAGS -= --thumb > QMAKE_CXXFLAGS -= --thumb > } >- CONFIG(release, debug|release): QMAKE_CXXFLAGS.ARMCC += -OTime -O3 > } > > isEmpty(OUTPUT_DIR): OUTPUT_DIR = ..
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 50270
:
75201
|
75206
|
75208
|
75209
| 76719