Fork me on GitHub
#graalvm
<
2023-09-01
>
Colin (fosskers)05:09:43

Does being AOT compiled mean that there's no JIT present at all?

borkdude06:09:02

A native image doesn’t have jit but can be optimized through analysis or profile guided optimization

Colin (fosskers)07:09:33

Optimized by a human, you mean?

Colin (fosskers)07:09:41

That's actually what I'm looking for in this case.

Colin (fosskers)07:09:44

Producing a native image is still a very manual process yeah? I played with it a few months ago with mixed success

Colin (fosskers)02:09:40

That makes it seem like "just call native-image"