[clug] Code "rework/rewrite" tools.

David Tulloh david at tulloh.id.au
Wed Jan 21 14:34:37 GMT 2009


Andrew Janke wrote:
> ...
> Does anyone know of a tool that allows you to "weed" a library down to
> just what is used? At least then I could concentrate my work on the
> bits that matter as compared to fixing/updating the whole thing. The
> code dates back to 1992, so it is at times a bit "interesting" (see
> below for an example).
>
>   
What about a code coverage tool.  You set up a code coverage tool and
run the program.  Then you should get line by line notes of which lines
can be deleted as well as the areas which are barely used and can be
reworked easily.

I haven't really done much C++ so couldn't suggest a specific tool but
I'm sure they are out there.


David


More information about the linux mailing list