0x0@lemmy.zip to Programmer Humor@programming.dev · 7 days agorace conditionslemmy.zipimagemessage-square90linkfedilinkarrow-up1877arrow-down125
arrow-up1852arrow-down1imagerace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 7 days agomessage-square90linkfedilink
minus-squareratel@mander.xyzlinkfedilinkarrow-up2·6 days agoI thought it compiles to LLVM intermediate representation and then to the machine code of the requested platform arch. Am I missing something?
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up2·6 days agoonly if you design it using llvm. llvm is pretty new.
minus-squareratel@mander.xyzlinkfedilinkarrow-up1·6 days agoAh ok I was referring to Rust specifically. Thanks!
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up1·6 days agoFortran is from 1957, LLVM is from 2003. It’s probably like C where there is a compiler tool chain that goes through LLVM like you describe and others that go directly to executables.
I thought it compiles to LLVM intermediate representation and then to the machine code of the requested platform arch. Am I missing something?
only if you design it using llvm. llvm is pretty new.
Ah ok I was referring to Rust specifically. Thanks!
yeah but rednax wasn’t.
Fortran is from 1957, LLVM is from 2003. It’s probably like C where there is a compiler tool chain that goes through LLVM like you describe and others that go directly to executables.