make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trying to understand poor performance of make + cygwin on W2K


From: Ken Faiczak
Subject: trying to understand poor performance of make + cygwin on W2K
Date: Tue, 30 Apr 2002 22:05:09 -0400

I'm trying gain some performance for our build process and have 
compared it to make on linux

If I completely build our tree (about 
then rerun the make from the top it takes 9.5 seconds on linux 

if I do the same test on the same machine running
(machine P3-500 512MB)
win2k +cygwin 1.3.9 +make (3.79.1)
it takes 3.5 minutes

so 210 seconds versus 9 seconds.
all its doing is recursing down the tree, testing the dependancies
and determining it has nothing to do, so its not compiling anything
its all make +cygwin, I think (ie no gcc invoked anywhere)

any ideas on what to try?
is this an issue with the cygwin fork() implementation??
is this as good as it gets

ken






reply via email to

[Prev in Thread] Current Thread [Next in Thread]