Re: [classlib][build] Observations about build times

2009-08-19 Thread Mark Hindess
I've committed a change to use generated filesets in r805777. For me, it results in: a 2x speed up on a fresh build, a 4x speed up on a build with no changes, a 5x speed up on clean after a build, but a 0.8x speed up (i.e. slow down) on a clean after a clean Since the latter is rather

Re: [classlib][build] Observations about build times

2009-08-19 Thread Jesse Wilson
On Wed, Aug 19, 2009 at 5:44 AM, Mark Hindess mark.hind...@googlemail.comwrote: Since the latter is rather contrived case (and extra elapsed time for me is only 4 seconds) then I think we can live with that. Awesome!

[classlib][build] Observations about build times

2009-08-18 Thread Mark Hindess
Fact: If we build all our java code twice, then a fresh build is twice as fast and a trivial (nothing to do) build is three times faster. (And the clean target can run 5 times faster.) While working on cleaning up the clean target, I observed that the clean in the accessibility module took much