[webkit-reviews] review requested: [Bug 98694] [Performance] Speed-up DOM tree traversal on ARM platforms : [Attachment 167660] Proposed patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 8 17:59:18 PDT 2012
Kulanthaivel Palanichamy <kulanthaivel at codeaurora.org> has asked for review:
Bug 98694: [Performance] Speed-up DOM tree traversal on ARM platforms
https://bugs.webkit.org/show_bug.cgi?id=98694
Attachment 167660: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=167660&action=review
------- Additional Comments from Kulanthaivel Palanichamy
<kulanthaivel at codeaurora.org>
I'm aware of the fact that the community doesn't prefer any platform specific
code in platform independent parts of WebCore,
but considering the performance gain we get out of this change, it deemed worth
a try. Please let me know if you have any
suggestions to do it in a much cleaner way.
This particular patch gives about ~16% improvement in Dromaeo CSS Selector
Tests score on Krait S4, dual core @ 1.5 GHz.
http://dromaeo.com/?id=181274,181299
181299 - Stock WebKit
181274 - With prefetch optimization
Currently this patch will be enabled only on ARM platform with GCC or Clang
compiler. The built-in prefetch has no effect on x86 platforms.
More information about the webkit-reviews
mailing list