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.
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.