Jeena to Programmer [email protected]English • 7 months agoBefore and after programmingpiefed.jeena.netimagemessage-square139fedilinkarrow-up1534arrow-down170
arrow-up1464arrow-down1imageBefore and after programmingpiefed.jeena.netJeena to Programmer [email protected]English • 7 months agomessage-square139fedilink
minus-square@[email protected]linkfedilinkEnglish2•edit-27 months agoDoes Java have an elegant way of compiling to native machine code now? Genuinely asking.
minus-square@[email protected]linkfedilink2•7 months agoNot java itself, but GraalVM can do this https://www.graalvm.org/latest/reference-manual/native-image/ I can’t confidently tell you it’s production ready as I have never used it myself.
Does Java have an elegant way of compiling to native machine code now? Genuinely asking.
Not java itself, but GraalVM can do this https://www.graalvm.org/latest/reference-manual/native-image/
I can’t confidently tell you it’s production ready as I have never used it myself.