On Sat, 2006-11-11 at 00:08 -0500, Geert Bosch wrote: > Most of my compilations (on Linux, at least) use close > to 100% of CPU. Adding more overhead for threading and > communication/synchronization can only hurt.
In my daily work, I take processes that run 100% and make them use 100% in less time. I think it sounds like (from what you say) that gcc needs to be optimized before parallelized? In some cases this might be easier. Sohail