Possible Duplicate:
What are the differences between LLVM and java bytecode?
For example, in LLVM, it said..
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.
I only know Java Bytecode which is platform independent which can be run by the JVM
But for the LLVM bit code, are there more concrete examples?
From the LLVM mailing list:
The format is literally a bitstream, not a bytestream. See this document for more details: http://llvm.org/docs/BitCodeFormat.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With