GraalVM 22.1.0 released: https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-22.1.0
Wonder if the small loop unrolling will play in clojure functions such as get-in
nice!
Release notes not on webpage yet 😅
release notes coming tonight. I think they might now have some way to develop faster
Why faster? not aware of what they were working
a development mode which doesn't optimize everything straight away
Hum, interesting!
Release notes https://www.graalvm.org/release-notes/22_1/. New -Ob switch for fast dev builds.
> support for darwin-aarch64 Will this be the correct option for M1 users?
But now we need a CI which can actually build this
yeah, good point
yes
Trying a graal bump on babashka: https://github.com/babashka/babashka/tree/graal2210
Nice, it seems there are good improvements on size, will try on clojure-lsp later
Image build time goes down in linux CI from 3m11 to 2m41, nice improvement
image size goes down by ~ 1mb. nice :) Not huge, but I'm already glad the size is not going up. There were a few releases in the past that added 5mb for unclear reasons.
it's a keeper, merged :)
Great!
Is there any information on GraalVM EE licensing for targeting AWS Lambda? Specifically, the Oracle Java SE Subscription states that a processor metric is used. If there are a number of Lambda functions, each compiled using GraalVM EE native, how would this map to the processor metric? Any information would be appreciated
Ask the graalvm folks
Sorry - wrong place 🙂