bnjbvr opened PR #3683 from demangle-names-in-profiling
to main
:
Before this PR, each profiler (perf/vtune, at the moment) had to have a
demangler for each of the programming languages that could have been
compiled to wasm and fed into wasmtime. With this, wasmtime now
demangles names before even forwarding them to the underlying profiler,
which makes for a unified representation in profilers, and avoids
incorrect demangling in profilers.
fitzgen submitted PR review.
fitzgen merged PR #3683.
Last updated: Nov 22 2024 at 17:03 UTC