On Sun, Apr 23, 2006 at 08:57:47AM -0700, Nikolay Molchanov wrote: > Oh, yes, I think you are right. BTW, it is interesting to estimate > what improvement we can get from file caching. Sun Studio 11 > compilers have a new feature: "preprocessed include files". This > is some kind of caching, and we can try to use it. Another way is
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. [0] http://ccache.samba.org/ -- Keith M Wesolowski "Sir, we're surrounded!" Solaris Kernel Team "Excellent; we can attack in any direction!" _______________________________________________ tools-discuss mailing list [email protected]
