graalvm

borkdude 2025-09-17T10:22:21.845919Z

So far it looks like bumping to GraalVM 25 shaves off a couple of megabytes from the binary again, which is always welcome. I'm compiling with --future-defaults=all but not sure if that matters.

ericdallo 2025-09-21T13:11:47.849699Z

I believe only oracle one has pgo support? for slightly better performance?

Shantanu Kumar 2025-09-21T13:36:09.705409Z

Yes, perf wise Oracle has been better. Oracle probably made it more accessible with the GFTC license - not sure about the earlier one.

Shantanu Kumar 2025-09-18T06:57:36.923369Z

Probably a beginner question: Does Oracle GraalVM vs Community Edition make any difference? Is one recommended over the other?