Re: [Lse-tech] 7.52 second kernel compile

David Woodhouse (dwmw2@infradead.org)
Sun, 17 Mar 2002 13:54:40 +0000


degger@fhm.edu said:
> Interestingly -pipe doesn't give any measurable performance increases
> or even leads to a minor decrease in compile speed in my latest tests
> on bigger projects like the linux kernel or GIMP.

I believe that newer versions of GCC have a builtin preprocessor, and -pipe
forces them to use the old, slower, external cpp.

--
dwmw2

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/