Tagged Questions
6
votes
4answers
3k views
Automated Dead code detection in native C++ application on Windows?
Background
I have an application written in native C++ over the course of several years that is around 60 KLOC. There are many many functions and classes that are dead (probably 10-15% like the ...
3
votes
3answers
154 views
Delphi - What routines are NOT called? [closed]
Possible Duplicate:
Tools to detect Dead code in delphi2007 or above
Is there a way to determine what functions/procedures are in my .pas files which are NOT called?
For example, I have a ...
0
votes
1answer
73 views
How to tailor a jQuery based javascript library to my own needs?
I use a library which provides lots and lots of utility functions. It's based on jQuery, so I have to include jQuery too. Both of these libraries are huge in size but I only use a single functionality ...