This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Runtime upgrade to make use of wasm tracing #6401
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from wasm traces.
Co-authored-by: Kian Paimani <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
|
Can you merge master? I think we should now be safe to merge this. |
This was referenced Jul 15, 2020
Closing this, as it is now superseded by #6916 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR brings the runtime changes that make use of the new host functions added in #6381 which provide the ability to profile/trace wasm execution. It is the second part of the split of #5826.
We should allow sufficient time for clients in the network to upgrade to a version incorporating #6381 before merging this PR.
--wasm-tracing
CLI flag to enable tracing from wasm (disabled by default).--tracing-targets
(and optionally--tracing-receiver
).decl_module
functions in the runtime.