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

Speed up IL2CPU slightly #216

Closed GoldenretriverYT closed 8 months ago

GoldenretriverYT commented 8 months ago

This PR aims to improve IL2CPU performance a bit. With my changes, IL2CPU time went from 26.4s to 22.1s on this repo after focusing on some of the hotspots I found with dotTrace.