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

Reduce usage of plug trampoline code #176

Closed quajak closed 1 year ago

quajak commented 1 year ago

Plugs will only call the trampoline code when required. When possible just change all calls to go the plug directly