[osol-discuss] Re: compiler cache for sun studio

2005-07-19 Thread Sunil
> But from my understanding, Sun's cc does not run a > separate cpp but includes > everything in acomp. yes. (although with -Xs it does). but the operation of ccache is slightly different. it stores a hash of the compile command line and the preprocessed source (among few other things), and the

Re: [osol-discuss] Re: compiler cache for sun studio

2005-07-18 Thread Shawn Walker
On 7/18/05, Sunil <[EMAIL PROTECTED]> wrote: > > this to tools-discuss instead of the big list; it's > > likely to be of > > no tools-discuss here: http://www.opensolaris.org/jive/index.jspa ...:( Look here: http://www.opensolaris.org/os/discussions/ -- Shawn Walker, Software and Systems Analys

[osol-discuss] Re: compiler cache for sun studio

2005-07-18 Thread Sunil
> Do you know what about CC breaks in ccache? Please mostly gnuisms like -E doesn't produce the .ii file in -o. Before I fixed it, I thought I will ask if studio tools had some beast like that. > this to tools-discuss instead of the big list; it's > likely to be of no tools-discuss here: http: