Stream: git-wasmtime

Topic: wasmtime / PR #7337 update ittapi to 0.4.0


view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2023 at 18:41):

rahulchaphalkar opened PR #7337 from rahulchaphalkar:update-ittapi to bytecodealliance:main:

Fixes the JIT Code visibility issue for VTune. Tested wasmtime cli with a simple Fibonacci fib.wasm file, and can see the following with vtune hotspots -

![pr_upload](https://github.com/bytecodealliance/wasmtime/assets/15642191/a949d6b3-9ad3-4308-84bb-0f49ed36a668)

Previously this was [Outside Any Module] along with trace file corruption log in vtune.

This change enables vtune profiler to be used for wasm code hotspots, microarchitecture analysis, disassembly viewing etc.

Fixes issues like this https://github.com/bytecodealliance/wasmtime/issues/5628

Ittapi change which fixes the issue is here https://github.com/intel/ittapi/pull/105

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2023 at 18:41):

rahulchaphalkar requested alexcrichton for a review on PR #7337.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2023 at 18:41):

rahulchaphalkar requested wasmtime-core-reviewers for a review on PR #7337.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2023 at 18:41):

rahulchaphalkar requested wasmtime-default-reviewers for a review on PR #7337.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2023 at 19:03):

alexcrichton requested abrown for a review on PR #7337.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2023 at 20:20):

abrown submitted PR review:

Yup, @rahulchaphalkar and I worked together to get this fixed.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2023 at 21:11):

abrown merged PR #7337.


Last updated: Nov 22 2024 at 17:03 UTC