[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DiskBrowser Software - Work In Progress
On Sep 22, 4:02 pm, Andy McFadden <fad...@fadden.com> wrote:
> Somebody suggested
> some fancier features, like scanning through the program and identifying
> dead code chunks. Not sure how badly the world needs that though. :-)
Now you're into the realm of static analysis. ;-) Imagine... checking
for transfer of control out of loops; no return from gosub; any of
those stack-growth situations. Usage of uninitialized variables...
sure could have used that sort of stuff 25 years ago. :-)