Re: Finding unused hdf data

Culley Harrelson <[email protected]> Mon, 13 Apr 2009 17:04:08 -0700
Newsgroups gmane.text.clearsilver.general
Message-ID <20090414000408.GE13704@bridge>
On Mon, 13 Apr 2009, David Jeske wrote:

> 
> It seems like it might be practical to have a CS evaluation mode that hits a
> callback for every HDF variable accessed. It would need to evaluate all
> conditional paths. Even then it would have issues like I mentioned above,
> however, this may be minimal in your case. This concept sounds vaguely familiar
> to me, but I'm not sure why. Any thoughts Brandon?
> 

Sounds very useful to me!

I was planning to do this at the file level-- basically something like
grepping through the cs file for each item.  This would probably be enough
for my case because I have decent naming conventions for hdf items.  I have
some big hdf files that are used globally and they are much more
problematic...  An evaluation mode would be more thorough.

culley