This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
virtual table layout on i386
- To: egcs at egcs dot cygnus dot com
- Subject: virtual table layout on i386
- From: <adriang at adriang dot ce dot mediaone dot net>
- Date: Tue, 22 Dec 1998 08:08:53 -0600 (EST)
I'm on Linux on Intel processor. I noticed that the virtual table has
the first two slots reserved, the first virtual function that I include in
the class, occupying third position (offset 8). Question: what are the
first two slots reserved for (rtti? virt destructor?). How likely is
it to change in egcs?