On 6/19/06, Bo Peng <[EMAIL PROTECTED]> wrote:
> I thought this was were the pch.cpp came in, only used for generating > the pch.pch file.
From what I read
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/_core_.2f.yu.asp , it is necessary to change all our source files (#include pch.h) to get msvc/pch working. Please decide whether or not we want msvc/pch. Note that we do not gain much from gcc/pch. my initial benchmark says: autotools/gcc/pch: 12.36s autotools/gcc/nopch: 13.32s scons/gcc/nopch: 12.45s Bo