alexcrichton opened PR #3247 from merge-profiling
to main
:
This commit merges the
wasmtime-profiling
crate into the
wasmtime-jit
crate. It wasn't really buying a ton being a separate
crate and an upcoming refactoring I'd like to do is to remove the
FinishedFunctions
structure. To enable the profilers to work as they
used to this commit changes them to passCompiledModule
as the
argument, but this only works if the profiling trait can see the
CompiledModule
type.<!--
Please ensure that the following steps are all taken care of before submitting
the PR.
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[ ] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[ ] This PR contains test cases, if meaningful.
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.Please ensure all communication adheres to the code of conduct.
-->
alexcrichton updated PR #3247 from merge-profiling
to main
.
alexcrichton requested cfallin for a review on PR #3247.
alexcrichton updated PR #3247 from merge-profiling
to main
.
cfallin submitted PR review.
alexcrichton requested jlb6740 for a review on PR #3247.
jlb6740 submitted PR review.
jlb6740 created PR review comment:
@alexcrichton Thanks for adding me and looks good. Your initial comment sums up what's going on here. Curious though, why does the dbg_jit_registration need to be refactored to here?
jlb6740 submitted PR review.
alexcrichton submitted PR review.
alexcrichton created PR review comment:
I wanted to defer the
module_load
until theCompiledModule
was fully constructed, and then themodule_load
argument also required the gdbjit image, so I figured I'd just move them together. This doesn't fundamentally change when they happen, it's just deferred slightly in the lifetime of constructing aCompiledModule
alexcrichton merged PR #3247.
Last updated: Nov 22 2024 at 16:03 UTC