Mail Archives: djgpp-workers/1998/12/10/06:27:04
On Thu, 10 Dec 1998, Andris Pavenis wrote:
> Could it be acceptable to use this feature for release (or one more
> test release)?
Why not? Since cpp is supplied, falling back in case of trouble should
be no problem, right?
> I think it would give us faster compilation as starting separate
> cpp.exe and writting preprocessed source to temporary file and reading
> it again could be avoided. It would give much for compiling large
> source files but more for many small ones.
In my experience, the overhead of a separate cpp pass is barely noticed
(no matter how large is the source), unless the disk cache is badly
misconfigured.
But that is not a reason not to release the package with this feature, if
that's what you think is best.
> Problem: Perhaps such version will not able to call gcc-2.8.1
> or other earlier version of compiler using -V command line option of gcc
> (also oposite will not work)
Why would somebody want to mix two versions of gcc? I thought every
compiler comes with its own gcc.exe, no?
- Raw text -