Bug 220451

Summary: [JSC] DFG/FTL Atomics should assume non-typed-array input with storage-edge
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mark.lam: review+

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.