chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] "picky" scrutinizer mode


From: Felix
Subject: [Chicken-users] "picky" scrutinizer mode
Date: Thu, 09 Dec 2010 05:35:22 -0500 (EST)

Hi!

I have added "-picky" to the experimental branch (I haven't created a
change request, since the impact is minimal and this feature is purely
optional). When given, the scrutinizer warns about undefined branches
in conditionals in tail-position of global procedures that do not
perform a self-call.  The scrutinizer does no inter-procedural
flow-analysis, so there is no warning for this situation for local
procedures which are called in tail-position (which, if I understood
correctly, is what Joerg would have liked most).


cheers,
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]