pch support

Steven Edwards winehacker at gmail.com
Fri Jan 13 10:00:51 CST 2006


Hi,

On 1/13/06, Rolf Kalbermatter <rolf.kalbermatter at citeng.com> wrote:
> This solution has been starting to form in my mind as well. It is even
> portable to MSVC it seems with a few small modifications to winapi/msvcmaker.

I came up with a much more generic solution that will work on all
compilers and does not cause a dependancy issue. It requires some
minor code adjustments and there is a slight issue if you have errors
in linking. The error location is wrong so you need to have a way to
disable this if you have a real error to track the problem down, but
once I fixed ReactOS shell32.dll to use my hack my compile times on
gcc4 went from 30+ secs down to 9sec. MSVC went from 22 to less than 1
secound.

In short each module would have its own autogenerated master C file
that would include all of the others like the one I have attached.
Minus the #define hacks. I personally think its more of a nasty hack
but a configure switch could be added like

--enable-compilation-units

Because each header is only processed once, it give the same effect as PCH.


--
Steven Edwards - ReactOS and Wine developer

"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: shell32.c
Type: text/x-csrc
Size: 2384 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20060113/68f9a7c9/shell32.c


More information about the wine-devel mailing list