This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: New C++ ABI: patches.
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: New C++ ABI: patches.
- From: Tom Tromey <tromey at redhat dot com>
- Date: 08 Jan 2001 11:41:24 -0700
- Cc: apbianco at cygnus dot com, java-discuss at sources dot redhat dot com, gcc-patches at gcc dot gnu dot org
- References: <200101071950.LAA24951@deliverance.cygnus.com> <3A591A06.FEFEE65E@albatross.co.nz>
- Reply-To: tromey at redhat dot com
>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
Bryce> We can just change the runtime to lazily create primitive array
Bryce> classes (like it does for all other arrays) if that reduces the
Bryce> uglyness.
The compiler can generate constant primitive arrays statically, which
means that the array class and its vtable must have a static name.
Tom