[fpc-pascal] Speed
Vinzent Hoefler
JeLlyFish.software at gmx.net
Wed Oct 31 13:50:51 CET 2007
On Wednesday 31 October 2007 12:35, Daniƫl Mantione wrote:
> Further, it is unknown how well the GCC backend optimizes Ada
> language constructs as it is primarily designed for the C language.
Well enough. In other words, optimization is about the same - given
fairly equivalent code.
The main difference is that the Ada compiler gets its knowledge from the
variable declarations, while the C compiler gets it from the code.
Vinzent.
More information about the fpc-pascal
mailing list