|
|
|
|
|
by dragontamer
4574 days ago
|
|
64-bit ARM means passing around 64-bit pointers by default. In most code settings, this pollutes the cache (you can only hold half as many pointers), and leads to slightly weaker performance. 64-bit computing is NOT an advantage in the phone world. It is a massive advantage for database applications or large web services... but certainly not for phone apps in the near future. |
|