GLSL Hacker 0.5.0 (Windows / Mac OS X / Linux)
What's all this about? * DeadStrip is a tool designed to perform dependency analysis and dead function/data removal on MinGW/gcc generated object files.What is 'dead code stripping' anyway? * Removing code from your executable file that can be proven not to be in use. This reduces the total size of your apps.