RESOLVED FIXED 120965
FTL should support typed array GetByVal and related ops
https://bugs.webkit.org/show_bug.cgi?id=120965
Summary FTL should support typed array GetByVal and related ops
Filip Pizlo
Reported 2013-09-07 13:31:28 PDT
Support just enough to compile this function for any typed array type: function foo(a) { var result = 0; for (var i = 0; i < a.length; ++i) result += a[i]; return result; }
Attachments
the patch (18.58 KB, patch)
2013-09-07 13:33 PDT, Filip Pizlo
no flags
the patch (20.00 KB, patch)
2013-09-07 13:42 PDT, Filip Pizlo
oliver: review+
Filip Pizlo
Comment 1 2013-09-07 13:33:31 PDT
Created attachment 210920 [details] the patch
Filip Pizlo
Comment 2 2013-09-07 13:42:15 PDT
Created attachment 210921 [details] the patch
Filip Pizlo
Comment 3 2013-09-07 14:13:21 PDT
Note You need to log in before you can comment on or make changes to this bug.