CosmosOS / IL2CPU

IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting.
BSD 3-Clause "New" or "Revised" License
279 stars 71 forks source link

Update CompilerEngine.cs #168

Closed terminal-cs closed 1 year ago

terminal-cs commented 1 year ago

This commit removes useless code that is slowing down the compile time (not by a lot) but it's good to optimize every little bit we can.