-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Call into PerfMap logic exclusively in preemptive mode #129019
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
davidwrighton
merged 42 commits into
dotnet:main
from
davidwrighton:CallPerfMapFromPREEMPTIVE
Jul 23, 2026
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
99f405d
Make incorrect PerfMap usage trigger contract failures on Windows (wh…
davidwrighton 1759f5d
Adjust preemptive/cooperative state throughout the runtime so that th…
davidwrighton e1f7ef1
Update genmeth.cpp
davidwrighton 029f87d
Adjust based on test failures
davidwrighton d94d6a5
Fix wasm build break
davidwrighton e05223a
Merge branch 'CallPerfMapFromPREEMPTIVE' of github.com:davidwrighton/…
davidwrighton 01bf23e
Code review updates
davidwrighton 8dd3e3f
Merge branch 'main' of https://github.com/dotnet/runtime into CallPer…
davidwrighton be0225a
PerfMap::LogStubs is now MODE_PREEMPTIVE only
davidwrighton 9d6d2e9
Make apply metadata logic happen on in preemptive mode, and fix a few…
davidwrighton 1863d42
Adjust BuildMethodTable
davidwrighton 16a5f31
Make error handling and EEClassHashTable construction GC_NOTRIGGER
davidwrighton 6d21f26
Make new MethodDescCallSite for the custom attribute call scenario
davidwrighton 65990ef
Merge branch 'main' of https://github.com/dotnet/runtime into CallPer…
davidwrighton 5d786fd
Merge branch 'main' of https://github.com/dotnet/runtime into CallPer…
davidwrighton df2fb2a
Tweaks on delegate construction
davidwrighton b467065
Handle BindToMethodDetails correctly
davidwrighton 0fe2486
Merge branch 'main' of https://github.com/dotnet/runtime into CallPer…
davidwrighton 92f86c4
Make the standard delegate slow construction path avoid GC transitions
davidwrighton efa3adb
Safety comment about cast
davidwrighton 827e26d
Fix global.json oops
davidwrighton 5a9fe47
Optimize access to the default FuncPtrStub
davidwrighton 2b55af6
Merge branch 'main' of https://github.com/dotnet/runtime into CallPer…
davidwrighton 5aff2d6
Fix build break
davidwrighton e53ede9
Merge branch 'main' of https://github.com/dotnet/runtime into CallPer…
davidwrighton b75b3db
Remove default FuncPtrStub caching optimization
davidwrighton fee6d0e
Remove some unnecessary gc transitions
davidwrighton 08272b4
Merge branch 'main' of https://github.com/dotnet/runtime into CallPer…
davidwrighton 0b295d3
Fix build and tweak handling of method parameter to use a field acces…
davidwrighton 68ae6e5
Address copilot review feedback
davidwrighton ff57154
Fix more issues
davidwrighton bb4207d
Use a helper function for accessing the Value from IRuntimeFieldInfo …
davidwrighton 51c6416
Update wasm helper bits
davidwrighton 391ae11
Merge branch 'main' of https://github.com/dotnet/runtime into CallPer…
davidwrighton 72ceed1
Fixes needed due to merge
davidwrighton ac59505
Fix GC issue found by copilot
davidwrighton 9634b7a
Merge branch 'CallPerfMapFromPREEMPTIVE' of https://github.com/davidw…
davidwrighton a495255
Generate WASI variation of CoreCLR WebAssembly call helpers
davidwrighton a48108b
Pass wasi:http world to wasm-component-ld when linking corerun
lewing bc550f2
Update src/coreclr/System.Private.CoreLib/src/System/Delegate.CoreCLR.cs
davidwrighton 28676f3
Enable wasi:http in wasmtime for WASI runtime tests
lewing 8dd7a77
Merge branch 'main' of https://github.com/dotnet/runtime into CallPer…
davidwrighton 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
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.