TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The 64-Bit Question

1 pointsby e-dardover 11 years ago

1 comment

georgemcbayover 11 years ago
&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.