On Mon, 30 Jul 2018, Sven Barth via fpc-devel wrote:

Michael Van Canneyt <mich...@freepascal.org> schrieb am Mo., 30. Juli 2018,
15:30:

Obviously provided you don't install another mechanism that does this and
don't raise exceptions manually, which - AFAIK - is the case in the
compiler...


The compiler does use exceptions when the compilation needs to be aborted
e.g. when too many errors occurred or an internal error is encountered.

This is bad news, because it in effect means that the try/finally is necessary
if people want to fix memleaks :(

This will considerably slow down the compiler.

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

Reply via email to