| Summary: | [JSC] DFG/FTL DirectCall need to respect Wasm IC | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> | ||||
| Component: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> | ||||
| Status: | REOPENED --- | ||||||
| Severity: | Normal | CC: | commit-queue, ews-watchlist, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Bug Depends on: | 221051 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Yusuke Suzuki
2021-01-05 14:19:13 PST
Created attachment 417047 [details]
Patch
SamplingProfiler tests' rebaseline were necessary (because of how Wasm IC is called is changed in several places). Done. ** The following JSC stress test failures have been introduced: stress/sampling-profiler-wasm-name-section.js.default stress/sampling-profiler-wasm.js.default wasm.yaml/wasm/function-tests/nameSection.js.default-wasm wasm.yaml/wasm/function-tests/nameSection.js.wasm-air wasm.yaml/wasm/function-tests/nameSection.js.wasm-b3 wasm.yaml/wasm/function-tests/nameSection.js.wasm-collect-continuously wasm.yaml/wasm/function-tests/nameSection.js.wasm-eager wasm.yaml/wasm/function-tests/nameSection.js.wasm-eager-jettison wasm.yaml/wasm/function-tests/nameSection.js.wasm-no-cjit-yes-tls-context wasm.yaml/wasm/function-tests/nameSection.js.wasm-no-tls-context wasm.yaml/wasm/function-tests/nameSection.js.wasm-slow-memory Ensured they are working by adjusting test side (since sampling profiler stack is changed). Committed r271186: <https://trac.webkit.org/changeset/271186> Re-opened since this is blocked by bug 221051 |