I hear the Intel C compilers and Fortran compilers and Ada compilers are better
optimized for certain things since FPC/delphi are generally desinged for GUI
programming. ;-)

C/Fortran yes, Ada no; there exists no Intel Ada compiler.
False. There's no speed penalty for writing in Ada vs C. They use the
same Gnu compiler back-end, and thus the same assembler-level
optimizations. Identical algorithms implemented in the two languages
often produce indistinguishable performance.
There are cases where an Ada compiler can get better performance than
a C compiler, because the Ada compiler has more information to work
with.

--
Jilani KHALDI

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to