Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorVitek Karas <10670590+vitek-karas@users.noreply.github.com>2022-06-03 21:44:01 +0300
committerGitHub <noreply@github.com>2022-06-03 21:44:01 +0300
commit94cc93c9e3c872966c37429576c27d405f1fee94 (patch)
tree99c355f15685a2b6ce40edaafd678252a2d6f214 /eng
parent3dd087742cea8991ecec62c61183623c9fe9b594 (diff)
Changes to make sharing code with Native AOT easier (#2818)
* Change FlowAnnotations to a ref type (class) - in AOT and linker it stores non-trivial amount of state (caches) and thus should be shared (ideally single instance). Struct is not very practical for such usage. * Explicitly mark all sources in the shared project as `#nullable enable` since Native AOT doesn't enable nullable project wide yet. * Add several new intrinsics which are specific to AOT - considered separating these out, but it's probably not worth it. It's likely the analyzer should eventually react to these as well, so linker will be the only one not using them. * Added one more test for an interesting case of RUC suppressing warnings in attribute processing.
Diffstat (limited to 'eng')
0 files changed, 0 insertions, 0 deletions