ikvmnet / ikvm

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

Move Static Initializer out of Module Init path #465

Closed wasabii closed 6 months ago

wasabii commented 6 months ago

Circumstances where the ModuleInitializer in JVM could cause static initialization to proceed before module init has a chance to make a determination.