RESOLVED FIXED 220451
[JSC] DFG/FTL Atomics should assume non-typed-array input with storage-edge
https://bugs.webkit.org/show_bug.cgi?id=220451
Summary [JSC] DFG/FTL Atomics should assume non-typed-array input with storage-edge
Yusuke Suzuki
Reported 2021-01-07 18:23:31 PST
[JSC] DFG/FTL Atomics should assume non-typed-array input with storage-edge
Attachments
Patch (4.44 KB, patch)
2021-01-07 18:33 PST, Yusuke Suzuki
mark.lam: review+
Yusuke Suzuki
Comment 1 2021-01-07 18:33:43 PST
Yusuke Suzuki
Comment 2 2021-01-07 18:34:01 PST
Mark Lam
Comment 3 2021-01-07 19:07:25 PST
Comment on attachment 417235 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=417235&action=review r=me with ChangeLog fix. > Source/JavaScriptCore/ChangeLog:11 > + and if it is, we should make it generic one instead of using fast TypedArray path. I think you meant to say "if it is not" instead here.
Yusuke Suzuki
Comment 4 2021-01-07 19:08:02 PST
Comment on attachment 417235 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=417235&action=review >> Source/JavaScriptCore/ChangeLog:11 >> + and if it is, we should make it generic one instead of using fast TypedArray path. > > I think you meant to say "if it is not" instead here. Thanks! Fixed.
Yusuke Suzuki
Comment 5 2021-01-08 08:30:43 PST
Note You need to log in before you can comment on or make changes to this bug.