可能重复:
What are the differences between LLVM and java bytecode?
例如,在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位代码,还有更具体的例子吗?