WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
the patch
(20.00 KB, patch)
2013-09-07 13:42 PDT
,
Filip Pizlo
oliver
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
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
Landed in
http://trac.webkit.org/changeset/155260
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug