Fork me on GitHub
#graalvm
<
2024-03-19
>
skynet18:03:30

I've been using --strict-image-heap for a while now, haven't seen any issues

👍 1
borkdude14:03:38

@U0DSU64Q1 what does --strict-image-heap do?

borkdude14:03:23

Ah just read it

borkdude15:03:09

@U0DSU64Q1 what problem did it solve for you, enabling to have a class in a top level clojure expression, while letting it also be initialized at runtime (again)?

skynet15:03:21

I think for most (all?) Clojure users, setting --strict-image-heap is pretty much a no-op since we have to declare most classes as init at build time anyway I just turned it on when they added it to make sure my stuff wouldn't break in this update