[Lazarus] Multi-threading support in IDE

Hans-Peter Diettrich DrDiettrich1 at aol.com
Thu Aug 13 23:09:02 CEST 2009


Graeme Geldenhuys schrieb:

> Does Delphi or Kylix have the compilers built-in or do they work similar 
> to Lazarus IDE?

AFAIK the Delphi IDE comes with an built-in compiler. This may change 
with the announced 64-bit/cross compiler, and may be the reason for the 
long release delay of that new feature.

BTW, when the compiler has to read and write disk files, a separate 
thread will not speed up much. Then the compiler thread will be idle 
much time, waiting for disk I/O, and the main thread will be idle, 
waiting for the compiler. IMO.

DoDi





More information about the Lazarus mailing list