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: Please,help with Ada compiler


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.



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