This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Please,help with Ada compiler
- From: Robert Dewar <dewar at adacore dot com>
- To: Serguei Kouratov <ksubox at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 15 Dec 2004 23:20:46 -0500
- Subject: Re: Please,help with Ada compiler
- References: <87f470f041215184486638a5@mail.gmail.com>
Serguei Kouratov wrote:
Could somebody hint me any way to resolve this problem ?
Or confirm "Ada implementation in 3.4.2 is not comparable by
performance with C++"
This just means that the Ada program and the C++ program are
written in fundamentally different ways, and are not comparable.
It is always possible to exactly duplicate the performance of
a C program or a C++ program writing in Ada if that's what you
want to do.
You have to show a (preferably) simple example of code in the
two languages before more can be said in detail.