delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
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 |
Date: | Sat, 5 Jun 2004 18:17:48 +0200 |
From: | "Gerrit P. Haase" <gp AT familiehaase DOT de> |
Reply-To: | "Gerrit @ cygwin" <cygwin AT cygwin DOT com> |
Organization: | Esse keine toten Tiere |
Message-ID: | <204603831.20040605181748@familiehaase.de> |
To: | "Matthieu VIAL" <mvial AT uxp DOT fr> |
CC: | cygwin AT cygwin DOT com |
Subject: | Re: cygwin gcc performance |
In-Reply-To: | <EMEDIJAHPGFLFKNJCJHJAEGACAAA.mvial@uxp.fr> |
References: | <EMEDIJAHPGFLFKNJCJHJAEGACAAA DOT mvial AT uxp DOT fr> |
MIME-Version: | 1.0 |
X-IsSubscribed: | yes |
Hallo Matthieu, > Could someone explain me why gcc cygwin compiler take so long to build a > simple hello world program compared with mingw ? The system calls go through cygwin1.dll and not directly to the system (for every for executable linked against cygwin1.dll). You may speed up your compiler if you build it optimized for your platform. The distributed gcc is compiled for arch=i486, optimized for your processor would result in a speedup about 20-30%. Gerrit -- =^..^= -- 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 |