- Notifications
You must be signed in to change notification settings - Fork5.2k
[mono] generic wrapper methods for unsafe accessors#101732
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
31 commits Select commitHold shift + click to select a range
81285fb WIP HACK: always AOT wrappers, even for generics, not the actual acce…
lambdageek3d59833 cleanup
lambdageekfbd3b89 checkpoint generic wrapper methods
lambdageek34381f7 fix msvc build
lambdageekecaff9e hack
lambdageek06be3b4 fix build
lambdageek430f822 clean WIP printfs
lambdageek5789ab7 use generic method owner caches
lambdageek374c1e7 lookup unsafe accessor wrapper instances in aot-runtime
lambdageekdb8cbad cleanup marshaling - dont' use ctx as a flag
lambdageekf252a47 handle some generic field accessors
lambdageeke424b64 issues.targets: enable some unsafe accessor AOT tests
lambdageek03c72f7 WIP: looks like methods are working too?
lambdageek6fcefc6 [metadata] add ability to inflate wrapper data
lambdageekccbd0ba [marshal] refactor unsafe accessor; opt into inflate_wrapper_data
lambdageek0c824fc Merge remote-tracking branch 'origin/main' into hack-generic-wrappers
lambdageek56516b2 comment out printfs
lambdageek769ae55 inflate MonoMethod wrapper data; impl ctor generic unsafe accessors
lambdageek9688f2b fix windows build
lambdageek70aaa2e [aot] handle case of partial generic sharing for unsafe accessor
lambdageeke814387 [aot] for unsafe accessor wrappers with no name, record a length 0
lambdageek03208db [aot-runtime] try to fix gsharedvt lookup
lambdageekc244dd2 better comments; remove fied FIXMEs
lambdageek2ff358b update HelloWorld sample to support either normal AOT or FullAOT
lambdageek25f9e99 revert HelloWorld sample code changes
lambdageek0374f2b rename helper methods
lambdageek9786200 apply suggestions from code review
lambdageekceb5345 DRY. compute inflate_generic_data in one place
lambdageek342fe1d Just do one loop for inflating generic wrapper data
lambdageeka667f53 better comments
lambdageek0bf0f61 DRY. move common AOT code to mini.c
lambdageekFile 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
issues.targets: enable some unsafe accessor AOT tests
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commite424b641fdf72e7c6bae208d46cce0bc44fb89f9
There are no files selected for viewing
3 changes: 0 additions & 3 deletionssrc/tests/issues.targets
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
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.