On Sunday, 21 November 2021 at 02:43:12 UTC, Ali Çehreli wrote:
There are some offset arithmetic involved to get to the right vtbl pointer but the pointer of an object cannot be stored anywhere in the vtbl because there is just one vtbl but very many objects.
Ok, so they mean by instance is only one instance by type but not data instance, got it.