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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The 64-Bit Question

1 点作者 e-dard超过 11 年前

1 comment

georgemcbay超过 11 年前
&quot;That’s nonsense. There are serious performance gains by going 64-bit. Addressing more than 4 GB of memory is not the only advantage.&quot;<p>The performance gains are only there assuming that the operations at 64-bit require the same number (or less) of clocks as the same operations would in 32-bit and also that the app uses data in such a way that it is operating on data that is naturally 64-bit wide.<p>In actual real-world use jumping up to 64-bit and keeping everything else the same doesn&#x27;t really buy you much of anything for most apps. In the move to x64, everything else didn&#x27;t stay the same, the number of registers was increased, a newer version of SSE was introduced, etc. So x86-&gt;x64 did see a pretty good speed-up.<p>It looks like some of this is also true with the A7 (more registers, etc), so there will probably be a similar speed advantage, but the core statement as made is slightly off base, IMO.<p>In any case, no code running on iOS will take advantage of these new 64-bit features until developers are able to create 64-bit builds of their software, though I don&#x27;t fault Apple for releasing the hardware first since either way there&#x27;s a chicken and egg issue and the sooner phones start moving to 64-bit the better, even if the on-board memory they have isn&#x27;t quite near the 4GB level.