[webkit-reviews] review granted: [Bug 135578] The JIT should cache property lookup misses. : [Attachment 236058] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 5 16:00:19 PDT 2014


Geoffrey Garen <ggaren at apple.com> has granted Andreas Kling
<akling at apple.com>'s request for review:
Bug 135578: The JIT should cache property lookup misses.
https://bugs.webkit.org/show_bug.cgi?id=135578

Attachment 236058: Patch
https://bugs.webkit.org/attachment.cgi?id=236058&action=review

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=236058&action=review


r=me

> LayoutTests/js/regress/script-tests/undefined-property-access.js:3
> +    var someGlobal = 0;

Ruh roh. This is not a global, so this test might get over-optimized.


More information about the webkit-reviews mailing list