Please,help with Ada compiler
Robert Dewar
dewar@adacore.com
Thu Dec 16 04:20:00 GMT 2004
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.
More information about the Gcc
mailing list