[slang-users] Optimizer

Jörg Sommer joerg at alea.gnuu.de
Sat Jun 10 10:32:07 EDT 2006


Hi,

does SLang have an optimizer? I often write statements like

do_check();
cleanup();
if ( () )

stkcheck reports in these cases many false positives which makes it
difficult to find real stack zombies. Can SLang optimze

variable tmp = do_check();
cleanup();
if (tmp)

to the code above?

Bye, Jörg.
-- 
Erfahrung heißt gar nichts. Man kann seine Sache auch 35 Jahre schlecht
machen.
	   	     	     	      	    (Kurt Tucholsky)




More information about the slang-users-l mailing list