ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.28k stars 121 forks source link

Rewrite StubGen around IKVM.ByteCode.Encoding #578

Closed wasabii closed 3 months ago

wasabii commented 3 months ago

StubGen has been completely replaced with IKVM.ByteCode.Encoding. All of the writing classes are gone. Rewrote the core logic.

So much faster.