Boost logo

Boost Users :

Subject: Re: [Boost-users] g++ compilation is slow with Boost's constructs
From: Ilya Murav'jov (muravev_at_[hidden])
Date: 2010-09-08 07:54:12


Roland Bock пишет:
>
> ccache might help, if you recompile things often. It is a wrapper for
> gcc which caches compilation results. Very nice :-)

The main use case is 1) edit one file 2) compile (3) maybe link&test).
In such situations ccache, distcc and even multi-core CPU are useless.

I want to remark that PCH is another facility I use to reduce compile
time. It speeds up the compilation at 50% with gcc.

Regards,
 Ilya


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net