[Issue 15609] Populate vtable in debuginfo

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 9 23:53:57 UTC 2018


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

--- Comment #1 from Manu <turkeyman at gmail.com> ---
MSVC emits the vptr as "__vfptr", which is a pointer to an array of void*

Please have DMD match this array of void* convention, so we can inspect the
state of the vtable in D just the same as in C++?

--


More information about the Digitalmars-d-bugs mailing list