Bug 285919
Summary: | LLInt/IPInt should check if BBQ is enabled before tiering SIMD functions to BBQ | ||
---|---|---|---|
Product: | WebKit | Reporter: | daniel_liu4 |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
daniel_liu4
Currently, LLInt and IPInt tier up SIMD functions immediately to BBQ. However, in the Plan for these tiers, the only check is if `useWasmJIT()` is on. Thus, if BBQ is disabled, but `useWasmJIT` is still enabled, we will hit an assertion failure checking that BBQ is enabled.
rdar://142808201
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
daniel_liu4
Pull request: https://github.com/WebKit/WebKit/pull/39001
EWS
Committed 288900@main (0f0fc14f86d4): <https://commits.webkit.org/288900@main>
Reviewed commits have been landed. Closing PR #39001 and removing active labels.