Jeena to Programmer [email protected]English • 2 months agoBefore and after programmingpiefed.jeena.netimagemessage-square130fedilinkarrow-up1526arrow-down171
arrow-up1455arrow-down1imageBefore and after programmingpiefed.jeena.netJeena to Programmer [email protected]English • 2 months agomessage-square130fedilink
minus-square@[email protected]linkfedilinkEnglish2•edit-22 months agoDoes Java have an elegant way of compiling to native machine code now? Genuinely asking.
minus-square@kameecodinglink1•2 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.