Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!mdt From: mdt@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++ Subject: virtual table limits Message-ID: <8903240434.AA00616@yahi.stanford.edu> Date: 24 Mar 89 04:34:17 GMT References: <3737@tekcrl.LABS.TEK.COM> Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 15 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