Bug 177341

Summary: WSL should support slicing array refs into smaller array refs
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: WebGPUAssignee: Nobody <webkit-unassigned>
Status: RESOLVED MOVED    
Severity: Normal    
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 176199    

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.