TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The LLVM 64-bit ARM64/AArch64 Back-Ends Have Merged

41 点作者 chilledheart大约 11 年前

3 条评论

asb大约 11 年前
This has all happened impressively quickly. Apple released their ARM64 implementation at the end of March (<a href="http://article.gmane.org/gmane.comp.compilers.llvm.devel/71638" rel="nofollow">http:&#x2F;&#x2F;article.gmane.org&#x2F;gmane.comp.compilers.llvm.devel&#x2F;716...</a>). Whether to merge the existing AArch64 in to ARM64 or vise versa was discussed and decided the following week (<a href="http://article.gmane.org/gmane.comp.compilers.llvm.devel/71737" rel="nofollow">http:&#x2F;&#x2F;article.gmane.org&#x2F;gmane.comp.compilers.llvm.devel&#x2F;717...</a>), and a good portion of the work was done by the end of April (<a href="http://article.gmane.org/gmane.comp.compilers.llvm.cvs/185388/" rel="nofollow">http:&#x2F;&#x2F;article.gmane.org&#x2F;gmane.comp.compilers.llvm.cvs&#x2F;18538...</a>). The resulting backend (now named AArch64) contains the best of both AArch64 and Apple&#x27;s ARM64. A lot of this merging work has been driven by ARM Ltd. itself, who of course as of version 6 build their official compiler on LLVM+Clang (<a href="http://www.arm.com/about/newsroom/arm-compiler-builds-on-open-source-llvm-technology.php" rel="nofollow">http:&#x2F;&#x2F;www.arm.com&#x2F;about&#x2F;newsroom&#x2F;arm-compiler-builds-on-ope...</a>).<p>If you&#x27;re interesting in LLVM&#x2F;Clang news and developments, you may be interested to subscribe to my <a href="http://llvmweekly.org" rel="nofollow">http:&#x2F;&#x2F;llvmweekly.org</a> (and&#x2F;or follow @llvmweekly)
评论 #7794453 未加载
评论 #7794080 未加载
bjackman大约 11 年前
Aside: ARMv8 has made the messy ARM terminology even worse! Quick summary:<p>ARMv8 (version 8 of the ARM architecture) has two execution states. AARCH64 is the 64-bit mode and AARCH32 is the 32-bit mode. These two modes use two different instruction sets, A64 and A32 respectively (and T32 which is Thumb). A32 is (sort of) compatible with ARMv7 (which is the archiecture version introduced with the Cortex cores).<p>You will see A64 erroneously used to refer to AARCH64 and ARMv8. You will see AARCH32 erroneously used to refer to ARMv7. You will probably find errors in this post. ARM64 (which is what Linux calls it) seems to just mean &quot;that whole 64 bit malarkey&quot;.<p>And finally, the ARMv8 cores are the Cortex-A53 and -A57 (all the ARMv7 cores are Cortex-An where n is a single digit).<p>GOT IT?
derefr大约 11 年前
However many arguments there are for the value of standards bodies, this is an impressive example of what happens when stewardship of a technology is in the hands of a company with a monetary incentivize to keep quality high and get changes agreed-upon quickly.