-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Interpreter block-count PGO for WebAssembly CoreCLR #132721
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
Merged
+643
−64
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
fe5bb85
wip
pavelsavara ab76425
Define ep_rt_session_stopping no-op for NativeAOT eventpipe
pavelsavara 1d4dd47
Flush PGO data before taking the EventPipe lock on session stop
pavelsavara 47d4eab
enable BlazorEventPipeTestWithCpuSamples
pavelsavara b7df191
WBT test for PGO trace
pavelsavara 38ef900
feedback
pavelsavara 0b4176a
fix event pipe early collection
pavelsavara 62594a2
Fix WBT dotnet-pgo copy: pre-create nested output dirs (amd64/arm64)
pavelsavara 9e738b6
fix WBT linux
pavelsavara 3f302aa
Deploy dotnet-pgo into WBT Helix payload via CopyToOutputDirectory
pavelsavara 6c453c9
Restore dotnet-pgo for WBT via Private=false ProjectReference
pavelsavara 9c215f5
Fix dotnet-pgo payload glob dropping runtimeconfig.json
pavelsavara 1abefcb
Address PR review feedback for interpreter PGO
pavelsavara a983705
Correct ep_rt_session_stopping lock-contract comment
pavelsavara 194b6a8
Address follow-up PR review on interpreter PGO
pavelsavara b3ec395
Scope interpreter PGO flush to the stopping session
pavelsavara 97d7a19
Scope PGO block instrumentation to header IL range; assert on MT WASM…
pavelsavara c9b1e4b
Route PGO flush to the stopping session via rundown thread
pavelsavara 3f7c7cd
Scope interpreter PGO to single-threaded WASM; mask-gate MT assert
pavelsavara c79ea57
Pass session mask to session-stopping hook; add pgo-trace to rollup s…
pavelsavara 0426f3d
Drop 'desktop' from PGO keyword comment
pavelsavara 3c52a09
Merge branch 'main' into wasm_collect_PGO
pavelsavara 9727640
Split EventPipe PGO emission from text-file export
pavelsavara 6055010
Make browser PGO trace collection one-shot per process
pavelsavara a47e597
Merge branch 'main' into wasm_collect_PGO
pavelsavara dd1081a
cleanup
pavelsavara 0a32546
Merge branch 'main' into wasm_collect_PGO
pavelsavara 4dae433
Move PGO flush rundown-binding into EventPipe session_stopping helper
pavelsavara 7a648be
Instrument interpreter PGO at method entry and loop heads only
pavelsavara bd19e3b
Drop session id from session-stopping hook; harden rundown restore
pavelsavara b0dfe43
Mark backward switch and leave targets as loop heads
pavelsavara 3712dc2
Enable interpreter PGO instrumentation on all platforms
pavelsavara File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.