1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 01:50:53 +09:00
Satori/docs/design
Aaron Robinson 5649739953
UnsafeAccessorAttribute non-generic support (#86932)
* CoreCLR and NativeAOT

* Add UnsafeAccessorAttribute API

* Implement IL generation for all accessor paths

* Implement static/instance field lookup - non-generic

* Implement static/instance method lookup - non-generic

* Defined ambiguity logic with respect to
custom modifiers.
- First pass ignore custom modifiers
- If ambiguity detected, rerun algorithm but
  require precise matching of custom modifiers.
- If there is no clear match throw AmbiguousImplementationException.

* Cleanup memory management confusion
with ILStubResolver.

* Fix non-standard C++

* Remove CORINFO_MODULE_ALLACCESS scope

* Remove enum METHOD_TYPE.

* Update BOTR on TypeDesc
2023-06-15 06:59:49 -07:00
..
coreclr UnsafeAccessorAttribute non-generic support (#86932) 2023-06-15 06:59:49 -07:00
features [browser][non-icu] HybridGlobalization set flag in SDK (#85245) 2023-06-05 16:02:32 +02:00
libraries Add marshallers for GeneratedComInterface-based types (#86177) 2023-05-19 18:59:29 -07:00
mono [wasm] Update jiterpreter documentation (#86461) 2023-05-18 17:20:58 -05:00
security Doc improvements (#76863) 2022-10-11 13:35:53 -07:00
specs Add note about transient pointers to ECMA augments (#86622) 2023-05-22 22:04:38 -07:00
tools/illink Update ILLink wording (#82050) 2023-02-23 10:44:50 -08:00