X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
X-Spam-Score: -87.968
Message-ID: <49171BBE.3070804@sh.cvut.cz>
Date: Sun, 09 Nov 2008 18:19:58 +0100
From: Vaclav Haisman <v.haisman@sh.cvut.cz>
User-Agent: Thunderbird 2.0.0.17 (X11/20081017)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Cygwin Slow on XP
References: <20407072.post@talk.nabble.com> <491716C0.40309@sh.cvut.cz> <20408387.post@talk.nabble.com>
In-Reply-To: <20408387.post@talk.nabble.com>
OpenPGP: id=63B6B297
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.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

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

tomotomo wrote:
> The program calculates a factorial of a number. e.g. factorial 11 =
> 11*10*9*8*7*6...*1
Thanks, I know what is factorial :)

> It's programmed in C++.
> I'm using Cygwin (GNU) C++ compiler to compile it. 
The 3.4.x version of GCC on Cygwin suffers performance penalty from SJLJ
implementation of exceptions that it uses. It could be that you are
being bitten by it. But without seeing the real code and the real
command line that you have used to compile the test executable, it is
hard to tell what is making it so slow.

Again, you will have to provide more information.

- --
VH

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iFYEAREIAAYFAkkXG70ACgkQhQBMvHf/WHn0hQDcDoSm5pFW64ZMcBIJe/5V1hZO
0JjPtkE4PsE5iADfW7cXdHw8Bo+DnbhA5EXhvYhPSVy7vb9THZ9V/Q==
=4nRA
-----END PGP SIGNATURE-----

--
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/

