@rayman22201 what I have seen is, that each proc that has a var of a type which 
is handled by a destructor needs a hidden try finally block (currently even if 
the var is not used). This can be a big overhead for small routines. The c 
target needs setjump/longjump which is a big overhead. The cpp target is better 
here, because it uses native exception handling. 

Reply via email to