[Issue 24333] Inline ClassInfo with the vtbl

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 16 08:14:31 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24333

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
This is a challenging problem because the ClassInfo is of variable size.
Embedding it with the vtbl[] would mean the variable parts would then have to
be indirect.

--


More information about the Digitalmars-d-bugs mailing list