LLVM is new JVM

2015-06-09 13:31:36 +08:00
 freewizard
Bitcode is an intermediate representation of a compiled program. Apps you upload to iTunes Connect that contain bitcode will be compiled and linked on the App Store. Including bitcode will allow Apple to re-optimize your app binary in the future without the need to submit a new version of your app to the store.

Note: For iOS apps, bitcode is the default, but optional. If you provide bitcode, all apps and frameworks in the app bundle need to include bitcode. For watchOS apps, bitcode is required.
3718 次点击
所在节点    iDev
6 条回复
bdbai
2015-06-09 13:44:38 +08:00
以及CLR
ether
2015-06-09 16:31:00 +08:00
swift那边不清楚。Clang那边得到的llvm bitcode (其实就是llvm IR的二进制形式)是平台相关的。首先clang那边就生成了平台相关的abi,其次llvm ir里面的Data Layout就包含了目标平台的东西。而且llvm 的那些优化会根据data layout做平台相关优化。

llvm IR 更多是一种用来represent我们程序,供llvm不同的transformation和analysis pass共享的一种编译器内部数据结构。
mozartgho
2015-06-09 16:35:02 +08:00
LLVM本来就是一个编译器后端,用来把中间代码编译成机器码。它的中间代码是语言无关的,和JVM有根本的不同。你说的bitcode应该是指LLVM的中间代码。另外请贴出完整的文章链接。不知道文章是什么意思,是说以后ObjC和Swift都编译成LLVM中间码吗?
typcn
2015-06-09 16:46:12 +08:00
JVM = SHITVIRUALMACHINE
LLVM = COMPLIER BACKEND
egen
2015-06-09 16:49:06 +08:00
forcecharlie
2015-06-10 10:18:36 +08:00
@ether 最终还是会用llc 编译成机器码的。很jvm是不同的

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/197196

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX