This is the mail archive of the gcc-help@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: Comparative performance of C(gcc) and C++(g++)


Hi,
My problem is decide witch language use in an project that analysis
demonstred complex , huge and need a better use of all resources  in
the machine (highly optimized).
The choose for Assembly was abandoned because C/C++ compilers support
assembler and have highly optimized functions and tools. For an
specific implementation major C/C++ compilers support inline assembler.
Well, the last choose is the project implementation language (C or
C++).
For me 3-5% more eficiency (speed and memory) for C is remarkable, 1-2%
more, I will choose C++ .
This is my problem.       

_______________________________________________________________________
Busca Yahoo!
O serviço de busca mais completo da Internet. O que você pensar o Yahoo! encontra.
http://br.busca.yahoo.com/


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