[webkit-reviews] review requested: [Bug 50270] [Qt] [Symbian] Reintroduce compiler optimizations for JSC : [Attachment 75206] Patch that removes superfluous compiler optimization from WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 30 14:33:49 PST 2010


Norbert Leser <norbert.leser at nokia.com> has asked  for review:
Bug 50270: [Qt] [Symbian] Reintroduce compiler optimizations for JSC
https://bugs.webkit.org/show_bug.cgi?id=50270

Attachment 75206: Patch that removes superfluous compiler optimization from
WebCore
https://bugs.webkit.org/attachment.cgi?id=75206&action=review

------- Additional Comments from Norbert Leser <norbert.leser at nokia.com>
This patch removes the -O3 -OTime compiler optimization for Symbian ARM release
targets. This one was initially introduced when JavaScriptCore was embedded in
WebCore's build but is not really necessary for WebCore. Sunspider and V8 tests
show no performance differences whatsoever.

However, removing this optimization reduces the runtime code size by 33%.
Counting the slight code size increase due to optimization in JavaScriptCore
only (6%), overall we'll still have 27% less code with a total of
(uncompressed) 9.8MB.


More information about the webkit-reviews mailing list