Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-Id: <5.0.0.25.2.20010309115459.0487dbe0@pop-server.socal.rr.com>
X-Sender: cloder@pop-server.socal.rr.com
X-Mailer: QUALCOMM Windows Eudora Version 5.0
Date: Fri, 09 Mar 2001 11:57:06 -0800
To: cygwin@cygwin.com
From: Chad Loder <cloder@acm.org>
Subject: RE: Gmake is slow under cygwin
In-Reply-To: <4.3.1.2.20010309143716.023d4be8@pop.ma.ultranet.com>
References: <JEEDKLJIAHHJEMMDJMOBCEBJCBAA.shalidor@cfl.rr.com>
 <4.3.1.2.20010309124648.02490e48@pop.ma.ultranet.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed

Yeah, our GNU make system is a bit slower than on UNIX.
It's definitely the file/directory I/O that's creating
the overhead -- I've taken the approach of trying to
optimize the makefiles themselves, minimizing the
number of file I/O operations make will have to do.

I got a modest performance increase by turning off
GNUMake's magical "auto remake the makefiles if necessary"
behavior...

         c

At 02:38 PM 3/9/2001 -0500, you wrote:

>Beyond debug it, I have none.  Keep in mind that Cygwin is always going to
>be slower, since its an emulated environment.  That said, not allot of effort
>has been put into performance issues so far.
>
>Larry



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

