Hacker News new | ask | show | jobs
by astrange 3108 days ago
llvm bitcode is a compiler IR and nothing else, it's not architecture-independent. There have been independent bytecodes based on it like PNaCL and SPIR-V, but they're not nearly good enough to run any old app on.