
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
On 2003-11-21, VBDis <[EMAIL PROTECTED]> wrote: > - the extra C preprocessor stage and macro expansion > - C requires larger symbol tables > - C is harder to parse > - C is harder to optimize > - C source code for the same purpose is much longer(???) > - C is slow in text handling (provided the Delphi compiler is not written in C > ;-) The Delphi compiler is written in C++. The FPC compiler (delphi clone) is written in itself (Object Pascal). > I also have no experience for a comparison of Turbo C with Turbo Pascal, > but Turbo C may have been faster than nowadays C++ compilers only due to > the fewer, simpler, shorter, and less nested header files of that time. ... and the fact it was probably written in handcoded and handtuned asm. More time was invested in making programs run fast in that era. [Turbo C was written in C. I used its predecessor Wizard C compiler which was really nice. To turbo-ize it they buffered lots more source material in RAM. -John]
| <-- __Chronological__ --> | <-- __Thread__ --> |