RESOLVED MOVED 177341
WSL should support slicing array refs into smaller array refs
https://bugs.webkit.org/show_bug.cgi?id=177341
Summary WSL should support slicing array refs into smaller array refs
Myles C. Maxfield
Reported 2017-09-21 20:54:09 PDT
Something like float[] a = @b[i...j];
Attachments
Myles C. Maxfield
Comment 1 2017-09-21 21:08:34 PDT
The offset-of-the-slice would follow the slice, and we would emit an add instruction anytime anyone access a slice.
Myles C. Maxfield
Comment 2 2018-10-13 19:30:13 PDT
Note You need to log in before you can comment on or make changes to this bug.