[webkit-reviews] review granted: [Bug 20818] 'instanceof' operator is slow : [Attachment 23705] inline JIT the fast paths of instanceof

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 23 10:10:17 PDT 2008


Cameron Zwarich (cpst) <cwzwarich at uwaterloo.ca> has granted Maciej Stachowiak
<mjs at apple.com>'s request for review:
Bug 20818: 'instanceof' operator is slow
https://bugs.webkit.org/show_bug.cgi?id=20818

Attachment 23705: inline JIT the fast paths of instanceof
https://bugs.webkit.org/attachment.cgi?id=23705&action=edit

------- Additional Comments from Cameron Zwarich (cpst)
<cwzwarich at uwaterloo.ca>
Your ASSERT on Machine.cpp:4203 is in the wrong style; the ||'s should be on
the beginning of the lines, not the end.

Other than that, r=me.


More information about the webkit-reviews mailing list