[cfe-dev] ld taking too much memory to link clang
Sean Silva
silvas at purdue.edu
Tue Jan 22 18:19:48 PST 2013
On Tue, Jan 22, 2013 at 3:54 PM, Renato Golin Linaro
<renato.golin at linaro.org> wrote:
> I think the main issue is that it's normally ok to compile using all CPUs
> (or even 1.5x the number of CPUs) but it's NOT ok to link on the same
> cardinality. I've looked for a solution to this and have not found yet a
> decent way. Maybe someone here knows...
ninja has a "pool" feature which is designed for exactly this purpose.
-- Sean Silva
More information about the cfe-dev
mailing list