Reenabling Ada by default

Florian Weimer fw@deneb.enyo.de
Thu Sep 9 20:57:00 GMT 2004


* Robert Dewar:

> For example, any of the patches for implementing Ada 2005 features
> assumes complete familiarity with the (often very complex)
> corresponding AI, and the AI itself generally assumes complete
> familiarity with the RM.

By the way, have you already decided on the implementation model for
interfaces?  Do you plan to mirror the C++ ABI (which requires one
word in every object for each interface it implements), a "fat
pointers" model (where access-to-interface types include a pointer to
an interface descriptor and the object), or a hybrid (something based
on hashing, for example)?



More information about the Gcc mailing list