Dissecting objc_msgSend on ARM64
http://www.mikeash.com/pyblog/friday-qa-2017-06-30-dissecting-objc_msgsend-on-arm64.html [www.mikeash.com]
2017-07-01 20:46
It’s always interesting to dive into framework internals. objc_msgSend in particular is a work of art, and delightful to read through.