[webkit-reviews] review requested: [Bug 19180] speed up SunSpider by optimizing immediate number cases : [Attachment 21430] Patch for << and >>>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 30 06:51:03 PDT 2008


Alexey Proskuryakov <ap at webkit.org> has asked  for review:
Bug 19180: speed up SunSpider by optimizing immediate number cases
http://bugs.webkit.org/show_bug.cgi?id=19180

Attachment 21430: Patch for << and >>>
http://bugs.webkit.org/attachment.cgi?id=21430&action=edit

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
Randomness strikes again, but a win overall.

Many of these above cases can be further improved by using inline assembly - it
is faster to try an arithmetic operation and check carry and overflow flags
than to check if it can be run.


More information about the webkit-reviews mailing list