[Webkit-unassigned] [Bug 186460] New: [DFG][FTL] Spread onto PhantomNewArrayBuffer assumes JSFixedArray, but JSImmutableButterfly is returned
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jun 9 03:00:50 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186460
Bug ID: 186460
Summary: [DFG][FTL] Spread onto PhantomNewArrayBuffer assumes
JSFixedArray, but JSImmutableButterfly is returned
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: utatane.tea at gmail.com
Spread for phantom nodes generates JSFixedArray. So previously, our PhantomNewArrayBuffer returns a fixed array stored in this node. But now, it holds JSImmutableButterfly, but FTL lowering phase mixes JSFixedArray and JSImmutableButterfly.
I think we can generate JSImmutableButterfly instead of JSFixedArray in Spread.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180609/6565aba3/attachment.html>
More information about the webkit-unassigned
mailing list