This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Reenabling Ada by default


* 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)?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]