可能重复:
什么是LLVM和Java字节码之间的差异?
例如,在LLVM,它说..
What is commonly known as the LLVM bitcode file format
(also, sometimes anachronistically known as bytecode) is actually two things:
a bitstream container format and an encoding of LLVM IR into the container
format.
我只知道Java字节码是平台无关的,可以由JVM上运行
但对于LLVM位码,有没有更具体的例子吗?