Re: use of vtbl

fjh@cs.mu.OZ.AU (Fergus Henderson)
8 Aug 2001 01:07:18 -0400

          From comp.compilers

Related articles
use of vtbl Michael.Bantle@t-systems.de (Michael BANTLE) (2001-08-06)
Re: use of vtbl fjh@cs.mu.OZ.AU (2001-08-08)
Re: use of vtbl zoicasc@hotmail.com (Cristian Zoicas) (2002-08-04)
Re: use of vtbl gdr@soliton.integrable-solutions.net (Gabriel Dos Reis) (2002-08-10)
Re: use of vtbl mal@wyrd.be (Lieven Marchand) (2002-08-10)
Re: use of vtbl bill@gibbons.org (Bill Gibbons) (2002-08-10)
Re: use of vtbl haberg@matematik.su.se (Hans Aberg) (2002-08-14)
Re: use of vtbl loewis@informatik.hu-berlin.de (Martin v. =?iso-8859-1?q?L=F6wis?=) (2002-08-14)
| List of all articles for this month |

From: fjh@cs.mu.OZ.AU (Fergus Henderson)
Newsgroups: comp.compilers
Date: 8 Aug 2001 01:07:18 -0400
Organization: Computer Science, University of Melbourne
References: 01-08-021
Keywords: C++
Posted-Date: 08 Aug 2001 01:07:14 EDT

"Michael BANTLE" <Michael.Bantle@t-systems.de> writes:


>Is there any simple explanation out there on how to use the vtbl of a class
>directly. The only compiler I found with easy to use information on this
>topic is Microsoft's VC++:
...
>Please help me on bare bones like the one shown for Sun and/or GNU.


The ABI used for GNU C++ 3.0 is a multi-vendor ABI developed for IA-64,
which is documented at <http://www.codesourcery.com/cxx-abi/>.
This documentation includes some examples that show vtable layouts.


--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.