[webkit-reviews] review granted: [Bug 126543] FTL should ascribe range meta-data when loading array.length : [Attachment 221604] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 19 18:02:03 PST 2014


Geoffrey Garen <ggaren at apple.com> has granted Filip Pizlo <fpizlo at apple.com>'s
request for review:
Bug 126543: FTL should ascribe range meta-data when loading array.length
https://bugs.webkit.org/show_bug.cgi?id=126543

Attachment 221604: the patch
https://bugs.webkit.org/attachment.cgi?id=221604&action=review

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


r=me

> Source/JavaScriptCore/ftl/FTLCommonValues.cpp:65
> +    , nonNegativeInt32(constInt(int32, 0, SignExtend), constInt(int32, 1ll
<< 31, SignExtend))

Why the "ll" after the "1"?


More information about the webkit-reviews mailing list