lundi 24 mars 2014

Re: New C++ FAQ topic




Öö Tiib wrote:
> On Monday, 24 March 2014 20:40:06 UTC+2, Paavo Helde wrote:
>> Just reflecting the news from http://soylentnews.org/article.pl?sid=
>> 14/03/24/1626217
>>
>> It appears there is now a more complete and more official(?) C++ FAQ at
>> http://isocpp.org/faq (announcement: http://isocpp.org/blog/2014/03/faq).
>>
>> Marshall Cline is listed as a major contributor for the new FAQ. Should we
>> now start to refer to the new FAQ in this group instead of the one from
>> parashift.com?

>
> I don't like it too lot.
>
> Q: Why do my compiles take so long?


A:

Your machine is too slow :)

The more technical answer on most systems I use is your compilation
units and or functions are too big. Both of these impede parallel or
distributed building.

--
Ian Collins





Aucun commentaire:

Enregistrer un commentaire