GNU bug report logs -
#12620
Parallel tests vs fast tests (and beyond)
Previous Next
Full log
Message #8 received at 12620 <at> debbugs.gnu.org (full text, mbox):
On Thu, Oct 11, 2012 at 6:53 AM, Reuben Thomas <rrt <at> sc3d.org> wrote:
> This whole problem is an instance of a more general problem, of which
> another example is parallel make: for best performance, it should
> probably batch up calls to gcc, for example, so that multiple source
> files are compiled by each invocation.
We had a discussion along these lines when refactoring elisp
compilation: in the past it was all done in one big batch. Now it's
done with an emacs invocation per .el file. The result of that
discussion was that while you slow down single core machines, the new
way of doing things fits make's model much better: instead of fiddling
around with stamp files, the Makefile just has a suffix rule.
IMHO, your point is valid, but to do it safely would require a tool
smarter than make.
-- Jack
This bug report was last modified 11 years and 174 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.