Geeks3D Forums

Please login or register.

Login with username, password and session length

Author Topic: Dead code stripper  (Read 900 times)

0 Members and 1 Guest are viewing this topic.

Stefan

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2380
    • View Profile
Dead code stripper
« on: July 23, 2009, 05:56:11 AM »

Quote
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.
Logged