-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[aot] Add JustInterp Mode to the MonoAOTCompiler task (#52560)
In this mode we pass `--aot=interp` to the AOT compiler. This will _not_ AOT the managed methods in the specified assemblies, but it will AOT the trampolines and wrappers necessary for the interpreter to run the methods and to interoperate with native P/Invokes and unmanaged callbacks.
- Loading branch information
1 parent
16083f9
commit 5a47690
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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