字节码和位码之间有什么区别 [英] What are the difference between byte code and bit code

查看:157
本文介绍了字节码和位码之间有什么区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


可能重复:

例如,在LLVM中,它说..

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.

我只知道Java Bytecode是平台无关的,可以由JVM运行

I only know Java Bytecode which is platform independent which can be run by the JVM

但对于LLVM位代码,是否有更多具体示例?

But for the LLVM bit code, are there more concrete examples?

推荐答案

LLVM邮寄名单


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

这篇关于字节码和位码之间有什么区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆