[gnu.g++] virtual table limits

mdt@YAHI.STANFORD.EDU (Michael Tiemann) (03/24/89)

   Path: mit-eddie!uw-beaver!tektronix!tekcrl!tekchips!guyc
   From: guyc@tekchips.labs.tek.com (guy cherry)
   Newsgroups: comp.lang.c++
   Date: 21 Mar 89 20:10:45 GMT
   Organization: Tektronix, Inc., Beaverton,  OR.

   We seem to have run into a limit of 127 slots in the virtual function 
   tables generated by cfront 1.2.  Has anyone else experienced this or 
   a similar phenomena?

Try GNU C++.  Its limit is 1/2 billion (at which point a 4 GB address
space is completely filled by virtual function tables).

Michael