-
Notifications
You must be signed in to change notification settings - Fork 558
Closed
Labels
app-sizeenhancementThe issue or pull request is an enhancementThe issue or pull request is an enhancement
Milestone
Description
We need to set the System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeSupported feature to false when using FullAOT (i.e. AOT + no interpreter).
This is done by setting the DynamicCodeSupport property to false:
The NativeAOT compiler does that here:
We need to do the same when using MonoAOT + no interpreter.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
app-sizeenhancementThe issue or pull request is an enhancementThe issue or pull request is an enhancement