Bug 315143
| Summary: | DFG abstract interpreter misclassifies ArraySortCompact result as SpecObjectOther instead of SpecCellOther | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | anand_srinivasan |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P1 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
anand_srinivasan
rdar://177361524
ArraySortCompact returns a JSCellButterfly but DFG abstract interpreter marks the node as SpecObjectOther instead of SpecCellOther even though a JSCell is not necessarily a JSObject.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
anand_srinivasan
Pull request: https://github.com/WebKit/WebKit/pull/65242
EWS
Committed 313587@main (1aeca6948c89): <https://commits.webkit.org/313587@main>
Reviewed commits have been landed. Closing PR #65242 and removing active labels.