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: Using C++ in gcc (was Re: [RFC] type safe trees)


On Jun 25, 2004, kenner@vlsi1.ultra.nyu.edu (Richard Kenner) wrote:

> But Ada and C++ are languages of roughly equivalent complexity

This might even be true, but a lot of the C++ complexity lies in the
compiler, whereas a lot of the Ada complexity is in the run-time.  The
C++ run-time adds exceptions to the requirements imposed by C.  Ada
requires far more than that, AFAIK.

-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


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