graalvm

Ingy döt Net 2024-12-26T16:06:40.561669Z

https://gist.github.com/ingydotnet/b68a4dab9a673ebe5b72920cf89e6942 This seems really crazy but I refactored my reflection.json file used for a native-image build, and my binary executable result file size went from 56MB to 61MB. I just put things in alpha order and made my ws consistent. (I'm pretty sure) The content did not change. Apparently order matters seriously. And I wonder if my 56MB could be lessened by changing to some different order. Has anyone else experienced this?