You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the VM is implemented in pure C# with an emphasis on supporting the AOT environment, but I would like to add an option to make it work through dynamic code generation by IL.Emit.
This is expected to significantly improve performance in the JIT environment.
The text was updated successfully, but these errors were encountered:
Currently, the VM is implemented in pure C# with an emphasis on supporting the AOT environment, but I would like to add an option to make it work through dynamic code generation by IL.Emit.
This is expected to significantly improve performance in the JIT environment.
The text was updated successfully, but these errors were encountered: