Bug 200899 - [JSC] DFG DataView get/set optimization should take care of the case little-endian flag is JSEmpty
Summary: [JSC] DFG DataView get/set optimization should take care of the case little-e...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-08-19 15:08 PDT by Yusuke Suzuki
Modified: 2019-08-19 15:16 PDT (History)
7 users (show)

See Also:


Attachments
Patch (5.01 KB, patch)
2019-08-19 15:10 PDT, Yusuke Suzuki
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2019-08-19 15:08:19 PDT
[JSC] DFG DataView get/set optimization should take care of the case little-endian flag is JSEmpty
Comment 1 Yusuke Suzuki 2019-08-19 15:10:29 PDT
Created attachment 376711 [details]
Patch
Comment 2 Yusuke Suzuki 2019-08-19 15:10:32 PDT
<rdar://problem/54073341>
Comment 3 Mark Lam 2019-08-19 15:14:48 PDT
Comment on attachment 376711 [details]
Patch

r=me
Comment 4 Yusuke Suzuki 2019-08-19 15:16:22 PDT
Committed r248872: <https://trac.webkit.org/changeset/248872>