Y
Hacker News
new
|
ask
|
show
|
jobs
by
fabian2k
16 days ago
You don't need AOT for a single self-contained binary. This already works with C#, but it's still JIT-based.
1 comments
seabrookmx
15 days ago
Self-contained != static compilation though. The self-contained binaries still have pretty poor startup time and are large since they contain the whole JIT.
link