Date: Fri, 15 Feb 2002 15:19:13 -0600 From: "Victor R. Cardona" <vcardon@siue.edu> To: Rob <rob@pythonemproject.com> Cc: "freebsd-chat@FreeBSD.ORG" <freebsd-chat@FreeBSD.ORG> Subject: Re: Why is Python slower on FreeBSD than Windows? Message-ID: <20020215151913.A11038@client156-52.ll.siue.edu> In-Reply-To: <3C6D22C2.268E6915@pythonemproject.com>; from rob@pythonemproject.com on Fri, Feb 15, 2002 at 07:01:22AM -0800 References: <3C6D22C2.268E6915@pythonemproject.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Fri, Feb 15, 2002 at 07:01:22AM -0800, Rob wrote: > I've been doing some prototyping of some number crunching programs on > Python, and I found that Python is consistently slower on my laptop on > FreeBSD than when I boot into Windows. For example, one program takes > 800sec to run on FreeBSD and 300sec to run when I boot into Win2k. I am > wondering if I should try setting -03 in make.conf and remake Python and > Numpy. Right now I have just -O. You could temporarily set it to -O2. That will probably still produce correct code, and may improve performance a bit. -v -- Victor R. Cardona Powered by SuSE Linux 7.1 (i386) Professional GPG key ID E81B3A1C Key fingerprint = 0147 A234 99C3 F4C5 BC64 F501 654F DB49 E81B 3A1C [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8bXtRZU/bSegbOhwRAuHXAJ4/TnMo90PmgA/Rqm7M+4EZUMYPkgCbBgyV xsy70sTPMF40E//wNCNXt20= =45rI -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020215151913.A11038>
