1.1.29 $IMPLICITEXCEPTIONS : Do not generate nalization code

The compiler generates an implicit try...finally frame around each procedure that needs initialization or nalization of variables, and nalizes the variables in the finally block. This slows down these procedures (with 5-10frames can be disabled. One should be careful with this directive, because it can lead to memory leaks if an exception occurs inside the routine. Therefore, standard it is set to OFF.