Comment on G# – A modern .NET language with Go, Kotlin, and Swift ergonomicsparentComments−fabian2k1moYou don't need AOT for a single self-contained binary. This already works with C#, but it's still JIT-based.−seabrookmx1moSelf-contained != static compilation though. The self-contained binaries still have pretty poor startup time and are large since they contain the whole JIT.
Comments
You don't need AOT for a single self-contained binary. This already works with C#, but it's still JIT-based.
Self-contained != static compilation though. The self-contained binaries still have pretty poor startup time and are large since they contain the whole JIT.