- Subject: [slang-users] Optimizer
- From: Jörg Sommer <joerg@xxxxxxxxxxxx>
- From: Jörg Sommer <joerg@xxxxxxxxxxxx>
- Date: Sat, 10 Jun 2006 14:32:07 +0000 (UTC)
- Date: Sat, 10 Jun 2006 14:32:07 +0000 (UTC)
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)
_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html
[2006 date index]
[2006 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]