This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
virtual table mechanism
- To: gcc at gcc dot gnu dot org
- Subject: virtual table mechanism
- From: David Jobet <david dot jobet at free dot fr>
- Date: Sun, 31 Dec 2000 01:06:24 +0100 (MET)
Hi,
I couldn't find information on the net, so I'm writing this mail :-)
I'm currently developping a kernel with g++. (2.95.3)
I recently introduced pure virtual functions (just to provide interfaces
though).
Since I did that, the kernel crashes. It seems like execution reach end of
segment (working around).
What I'd like to have is a pointer on informations such as :
* how gcc implements virtual table
* the memory layout of virtual table
* anything you think could be of some help on this one.
Kind regards
David
Nothing happens unless first a dream (Carl Sandburg)