On 2016-11-22 16:44, Mattias Gaertner wrote:
> Why should compiling and linking be removed from the compiler time?

Compiling works on in-memory data structures (supplied by the tokenizer
and such) and linking works on newly created object files on disk. Both
have nothing to do any more with the original source code units.

Regards,
  Graeme

_______________________________________________
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other

Reply via email to