Code

By caching stat results in buildtool the build time for a build which has to change...
authorjaspervdg <jaspervdg@users.sourceforge.net>
Mon, 28 Jul 2008 15:00:44 +0000 (15:00 +0000)
committerjaspervdg <jaspervdg@users.sourceforge.net>
Mon, 28 Jul 2008 15:00:44 +0000 (15:00 +0000)
commit4394869d23caf2881abe9a6e959f76feb13cf1b9
tree9feadacea529f1bec33af661a78e0ad1bfea7deb
parentb9331fddb2cff9a7a552778b14e94ecc235e305f
By caching stat results in buildtool the build time for a build which has to change nothing is reduced to about a third (less than ten seconds instead of about 30 seconds on my system). (Obviously a build which changes nothing is not very interesting, but a build which has to change only a few files is very common.)
buildtool.cpp