X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <f60fe000810201040o4af9c79ay92a902f84faeae6e@mail.gmail.com>
Date: Mon, 20 Oct 2008 13:40:53 -0400
From: "Mark J. Reed" <markjreed@gmail.com>
To: cygwin@cygwin.com
Subject: Re: Compile time Local Cygwin vs. VMware session on same system
In-Reply-To: <48FCBAC3.8090209@bmts.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <D1CE63BB766844448B4A8CDC82658DE4020CB9A3E0@NALASEXMB03.na.qualcomm.com> 	 <48FCBAC3.8090209@bmts.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Mon, Oct 20, 2008 at 1:07 PM, Ralph Hempel wrote:
> It looks like you're comparing compiling under Cygwin on the
> host machine to compiling under Linux on a VMWare machine running
> on the host and finding the second way faster.

Shocking!

> Long story short, this is probably not so much a Cygwin issue
> as general Windows issue...

No, I think that's going too far.  It's a mismatch between the Windows
and UNIX process models, and the fact that compilation via make(1) is
optimized for the latter.  I suspect that compiling the same quantity
of code on Windows would be plenty fast with a native Windows build
system that made efficient use of threads and CreateProcess() rather
than going through a simulation of fork().

-
Mark J. Reed <markjreed@gmail.com>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

