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

kinke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from kinke <[email protected]> ---
The GC could presumably handle C++ classes like structs, where the
TypeInfo_Struct pointer is stored after the struct instance IIRC. For C++
classes, it could store the D TypeInfo_Class pointer after the class instance
(but note that class instances have no tail padding, so some padding might be
needed for an aligned TypeInfo pointer).

--

Reply via email to