-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Wasmi execution profiling infrastructure #974
Closed
Closed
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 725fe7e - Browse repository at this point
Copy the full SHA 725fe7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3980c6e - Browse repository at this point
Copy the full SHA 3980c6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for be136a2 - Browse repository at this point
Copy the full SHA be136a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a3a7ef - Browse repository at this point
Copy the full SHA 6a3a7efView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0cf3b7 - Browse repository at this point
Copy the full SHA e0cf3b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92bb2a0 - Browse repository at this point
Copy the full SHA 92bb2a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b722328 - Browse repository at this point
Copy the full SHA b722328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76df892 - Browse repository at this point
Copy the full SHA 76df892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b01fca - Browse repository at this point
Copy the full SHA 1b01fcaView commit details -
use raw identifiers in macro generated code
We need this to guard against Instruction::Return which turns into return which is a Rust keyword.
Configuration menu - View commit details
-
Copy full SHA for 49e48bb - Browse repository at this point
Copy the full SHA 49e48bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1307c3 - Browse repository at this point
Copy the full SHA f1307c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e370cf7 - Browse repository at this point
Copy the full SHA e370cf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a9fcb - Browse repository at this point
Copy the full SHA b2a9fcbView commit details -
- Now uses a single Ticker instead of one StopWatch per instruction - Adds the new instruction selection API - Now generates a new-type wrapping ProfilingData instead of re-using the generic ProfilingData directly
Configuration menu - View commit details
-
Copy full SHA for b285e96 - Browse repository at this point
Copy the full SHA b285e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c881cf - Browse repository at this point
Copy the full SHA 9c881cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for aba7a86 - Browse repository at this point
Copy the full SHA aba7a86View commit details -
Configuration menu - View commit details
-
Copy full SHA for c969c02 - Browse repository at this point
Copy the full SHA c969c02View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 854a06a - Browse repository at this point
Copy the full SHA 854a06aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc81231 - Browse repository at this point
Copy the full SHA fc81231View commit details -
Configuration menu - View commit details
-
Copy full SHA for 698c5ec - Browse repository at this point
Copy the full SHA 698c5ecView commit details
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.