Hacker News new | ask | show | jobs
by Osmium 4259 days ago
It's a bit more complicated than that. There's a really good discussion here:

http://www.sealiesoftware.com/blog/archive/2013/09/24/objc_e...

and here:

https://www.mikeash.com/pyblog/friday-qa-2013-09-27-arm64-an...

Basically, as I understand it, 64-bit pointers on iOS can actually act to decrease memory pressure because the extra bits can be used to store object class information that would otherwise have to be stored separately.

1 comments

Thanks!