- Notifications
You must be signed in to change notification settings - Fork5.2k
Remove helper frames#97469
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
AaronRobinsonMSFT merged 13 commits intodotnet:mainfromAaronRobinsonMSFT:remove_helper_framesJan 26, 2024
Uh oh!
There was an error while loading.Please reload this page.
Merged
Remove helper frames#97469
Changes fromall commits
Commits
Show all changes
13 commits Select commitHold shift + click to select a range
756daf8 Convert FCalls to QCalls
AaronRobinsonMSFTd39ca39 Make assert links clickable in VSCode.
AaronRobinsonMSFT619ab93 Change CustomAttribute data parsing to C#.
AaronRobinsonMSFT5cfa45d Merge remote-tracking branch 'upstream/main' into remove_helper_frames
AaronRobinsonMSFT24daba8 Remove warning disable.
AaronRobinsonMSFTf5881a1 Review feedback
AaronRobinsonMSFT3a9334b Update AttributeTests.cs
AaronRobinsonMSFT3bf5f11 Review feedback.
AaronRobinsonMSFT498c764 Remove edit.
AaronRobinsonMSFT3500226 Remove rouge line.
AaronRobinsonMSFT7c5dbd0 Feedback for GC method
AaronRobinsonMSFTef9c704 CustomAttribute feedback
AaronRobinsonMSFTe0e2da8 Apply suggestions from code review
AaronRobinsonMSFTFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
14 changes: 9 additions & 5 deletionssrc/coreclr/System.Private.CoreLib/src/System/GC.CoreCLR.cs
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
677 changes: 504 additions & 173 deletionssrc/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeCustomAttributeData.cs
Large diffs are not rendered by default.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
4 changes: 2 additions & 2 deletionssrc/coreclr/inc/contract.inl
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
6 changes: 3 additions & 3 deletionssrc/coreclr/utilcode/debug.cpp
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
27 changes: 0 additions & 27 deletionssrc/coreclr/vm/comutilnative.cpp
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
1 change: 0 additions & 1 deletionsrc/coreclr/vm/comutilnative.h
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
25 changes: 0 additions & 25 deletionssrc/coreclr/vm/corelib.h
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.
Uh oh!
There was an error while loading.Please reload this page.
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.