Graeme Geldenhuys wrote:
Hi,

Does the Lazarus IDE use multi-threading for anything? Will it take advantage of a Quad Core processor?

Examples where I think it could be used (if not already)
 - background parsing of units
 - fpdoc lookups
 - compile project in separate thread (currently the IDE is
   almost completely non responsive when compiling)

Don't know about the others, but compiling is done by a separate process, so there is a chance that your os runs it in a different core.

Marc


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to