Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" Reply-To: "Gerrit @ cygwin" Organization: Esse keine toten Tiere Message-ID: <204603831.20040605181748@familiehaase.de> To: "Matthieu VIAL" CC: cygwin AT cygwin DOT com Subject: Re: cygwin gcc performance In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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/