[Issue 24333] Inline ClassInfo with the vtbl

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 16 08:57:37 UTC 2024


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

Richard Cattermole <alphaglosined at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alphaglosined at gmail.com

--- Comment #2 from Richard Cattermole <alphaglosined at gmail.com> ---
Not necessarily.

You could reverse ClassInfo members, so that the fixed header goes after the
variable length members.

It is the reverse of how you would normally want to work, where you increment
the pointer, whereas this would decrement instead.

--


More information about the Digitalmars-d-bugs mailing list