ikvmnet / ikvm

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

IKVM.ByteCode Refactor #574

Closed wasabii closed 3 months ago

wasabii commented 3 months ago

Most of IKVM.ByteCode ended up massively refactored. Encoders. Readers gone. Everything is a struct. This is the minimal amount of changes to fix the existing code to use the new model.