The thing is that for a lot of includes, you _must_ have precompiled
headers, and must have them tuned well. Without it, it is so slow that
nothing makes a difference.
This is probably what I ran into then, since I wasn't using pre-compiled
headers. ;-) So, for me, it makes more sense to concentrate on
pre-compiled headers first.
Well, that part is easy. It's all in the manual. :)
I am interested, how did you arrange for Jam to compile in batches
when you did your test?
I just created a batch file that compiled N files individually and
another batch file that compiled the same N files in batches.
Doh! I hoped you had some Jam trick for that. :(
Alen