Bug 220339 - [JSC] DFG/FTL DirectCall need to respect Wasm IC
Summary: [JSC] DFG/FTL DirectCall need to respect Wasm IC
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on: 221051
Blocks:
  Show dependency treegraph
 
Reported: 2021-01-05 14:19 PST by Yusuke Suzuki
Modified: 2021-01-27 11:18 PST (History)
8 users (show)

See Also:


Attachments
Patch (9.75 KB, patch)
2021-01-05 16:14 PST, Yusuke Suzuki
saam: 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 2021-01-05 14:19:13 PST
...
Comment 1 Yusuke Suzuki 2021-01-05 16:14:25 PST
Created attachment 417047 [details]
Patch
Comment 2 Yusuke Suzuki 2021-01-05 17:59:25 PST
SamplingProfiler tests' rebaseline were necessary (because of how Wasm IC is called is changed in several places). Done.
Comment 3 Yusuke Suzuki 2021-01-05 18:01:29 PST
** 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).
Comment 4 Yusuke Suzuki 2021-01-05 19:04:14 PST
Committed r271186: <https://trac.webkit.org/changeset/271186>
Comment 5 Radar WebKit Bug Importer 2021-01-05 19:05:32 PST
<rdar://problem/72838323>
Comment 6 WebKit Commit Bot 2021-01-27 11:18:38 PST
Re-opened since this is blocked by bug 221051