重複の可能性:
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.
私は、JVMで実行できるプラットフォームに依存しないJavaバイトコードしか知りません。
しかし、LLVMビットコードの場合、より具体的な例はありますか?