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.

Does 64-bit A7 provide any actual performance boost? The answer is no

3 pointsby recusancyover 11 years ago

2 comments

digikataover 11 years ago
A generic desktop CPU maps a fairly standard set of generic abstracted peripherals to it&#x27;s address space, but if you&#x27;re really focused on your specific embedded system needs (as Apple has plenty of capability to address), you could use that extra space to map specific system peripherals. More than 4G worth of space? I&#x27;m not sure. In general though, the 64bit address space would make for fewer constraints as you consider mapping in peripherals. Maybe you assign different sections of address space even if you manufacture a SoC with different mixes of those peripherals actually present on the die - but you won&#x27;t have rearchitecting the chip as much when you go between mixes.<p>The other thought I have is you might want the option of pushing iPad memory out past 4G within the lifetime of the A7 (or soon after in a follow on A8 and Apple wants to spread the technical pain of the transition a bit).
wmfover 11 years ago
More registers in ARMv8 should give some performance.