Managed object internals, Part 1. The layout
The layout of a managed object is pretty simple: a managed object contains instance data, a pointer to a meta-data (a.k.a. method table pointer) and a bag of internal information also known as an object header. The first time I’ve read about it, I’ve got a question: why the layout of an object is so … Continue reading Managed object internals, Part 1. The layout
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed