This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

virtual table mechanism


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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]