New C++ ABI: patches.

Tom Tromey tromey@redhat.com
Mon Jan 8 10:22:00 GMT 2001


>>>>> "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


More information about the Gcc-patches mailing list