graalvm

Colin (fosskers) 2023-09-01T05:40:43.572879Z

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

Colin (fosskers) 2023-09-04T02:10:40.062049Z

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

borkdude 2023-09-01T06:39:02.450029Z

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

Colin (fosskers) 2023-09-01T07:03:33.042159Z

Optimized by a human, you mean?

Colin (fosskers) 2023-09-01T07:03:41.065559Z

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

Colin (fosskers) 2023-09-01T07:04:44.994829Z

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