precompiled header
- From: Divacky Roman <xdivac02@xxxxxxxxxxxxxxxxx>
- Date: Sun, 26 Mar 2006 11:43:55 +0200
hi
why fbsd dont use precompiled headers during buildword/buildkernel? I just did
very naive test (which doesnt work for a lot of the headers)
cd /sys; find . -name \*.h -exec gcc -x c-header {} \;
time buildkernel
and delete those compiled headers and time buildkernel again
there is a speedup for the precompiled-headers case (but not very big) and I am sure if it
was carefully integrated into the build (ie. compiling all headers) the
difference might be quite visible...
thnx
roman
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- Prev by Date: Re: Programs not accepting input?
- Next by Date: Re: Programs not accepting input?
- Previous by thread: Re: Programs not accepting input?
- Next by thread: actual status of 6.1-RELEASE ???
- Index(es):
Relevant Pages
|
|