www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT 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 AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Compile time Local Cygwin vs. VMware session on same system |
In-Reply-To: | <48FCBAC3.8090209@bmts.com> |
MIME-Version: | 1.0 |
References: | <D1CE63BB766844448B4A8CDC82658DE4020CB9A3E0 AT NALASEXMB03 DOT na DOT qualcomm DOT com> <48FCBAC3 DOT 8090209 AT bmts DOT com> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT 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 AT gmail DOT 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |