> > Sun Studio 11 compilers have a new feature: "preprocessed include > > files". This is some kind of caching, and we can try to use it. > > This sounds a lot like ccache[0], which caches compiler output and > products based on a hash of the compilation command line and the > preprocessor output. But this has little to do with parallelism.
Completely agree. Though there is one key point: if there is a "bottle neck" (a target takes long time, and all other targets cannot start while this one is not done), any improvement in this particular target will help. So, it seems to make sense to try to use file caching to minimze the time lost in "bottlenecks". Thanks, Nik This message posted from opensolaris.org _______________________________________________ tools-discuss mailing list [email protected]
