[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make, make, make. . .
Steve Baker wrote:
> For projects up to (lets' say) 250kloc, it doesn't make a damned bit of
> difference *what* you do. It's all dominated by compile (and mostly)
> link times - and with modern CPU's, that's largely down to how fast your
> disk drives are.
The code for Quadra is a bit over a meg (35kloc) and compiling this way
cut the time nearly in half (something like 60% of what it used to be).
This was rather impressive and unexpected. This is why I am now sold to
the non-recursive makefiles.
--
Pierre Phaneuf
Systems Exorcist
---------------------------------------------------------------------
To unsubscribe, e-mail: linuxgames-unsubscribe@sunsite.auc.dk
For additional commands, e-mail: linuxgames-help@sunsite.auc.dk
- References:
- Re: Make, make, make. . .
- From: Keith Lucas <keith@fysh.org>
- Re: Make, make, make. . .
- From: Christian Reiniger <warewolf@mayn.de>
- Re: Make, make, make. . .
- From: Pierre Phaneuf <pp@ludusdesign.com>
- Re: Make, make, make. . .
- From: Christian Reiniger <warewolf@mayn.de>
- Re: Make, make, make. . .
- From: Pierre Phaneuf <pp@ludusdesign.com>
- Re: Make, make, make. . .
- From: Steve Baker <sjbaker1@airmail.net>