Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Will 64-bit mobile processors matter for PPSSPP performance?
09-11-2013, 06:08 AM
Post: #6
RE: Will 64-bit mobile processors matter for PPSSPP performance?
[Unknown], for once you're actually at least partly wrong Smile

http://www.arm.com/files/downloads/ARMv8...ecture.pdf

ARM64 doubles the amount of GPR registers, which means that we can probably almost entirely ditch the regalloc and use a static mapping instead.

It has an improved NEON unit, also with more registers.

In addition, we can do the same memory mirror trick we do on x86-64, saving one instruction per memory access.

We will have to write a separate new JIT though as ARM64 is quite different from ARM32.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Will 64-bit mobile processors matter for PPSSPP performance? - Henrik - 09-11-2013 06:08 AM

Forum Jump: