Comment by hiccuphippo
3 days ago
Why a JIT when they have AOT? Shipping the source code means they can ship the same thing to every target instead of dealing with multiple binaries, at the small cost of compilation the first time you use it.
3 days ago
Why a JIT when they have AOT? Shipping the source code means they can ship the same thing to every target instead of dealing with multiple binaries, at the small cost of compilation the first time you use it.
Gotta love the Gentoo culture.