字节码和位码之间有什么区别

How*_*ard 7 java compiler-construction gcc bytecode llvm

可能重复:
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.
Run Code Online (Sandbox Code Playgroud)

我只知道Java Bytecode,它是独立于平台的,可以由JVM运行

但是对于LLVM位代码,还有更具体的例子吗?

Rog*_*mbe 3

来自LLVM 邮件列表

该格式实际上是比特流,而不是字节流。有关更多详细信息,请参阅此文档:http://llvm.org/docs/BitCodeFormat.html