-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Move coreclr EH second pass to native code #119863
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
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
1431e13
[WIP] Move coreclr EH second pass to native code
janvorli 9a066bf
Several fixes
janvorli cf5d23c
Fix arm64 build and remove now useless stuff from stackwalk
janvorli 0887cff
Fix build break
janvorli cdfae1a
Fix offsets, exception interception and MUSL build break
janvorli dd51b6d
Alternative change with minimalistic managed code differences
janvorli da9abb5
Fix 32 bit offsets
janvorli 521dbb3
Fix arm64 issue
janvorli 43e791b
Update src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/Exceptio…
jkotas b2925cd
Add/fix some contracts
janvorli 27424a5
Fix another arm64 issue - need to use adjusted PC
janvorli 608b877
Change the GC prevention to single frame only
janvorli dde85e2
Fix one new contract issue
janvorli 53bcc9a
Update GC forbid locations
janvorli 280e651
Fix/add comment based on review
janvorli 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
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
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.