Re: [Python-Dev] Python 2.5 performance

2006-10-16 Thread Kristján V . Jónsson
006 21:13 > To: python-dev@python.org > Cc: Martin v. Löwis; Kristján V. Jónsson > Subject: Re: [Python-Dev] Python 2.5 performance > > On Friday 13 October 2006 07:00, Martin v. Löwis wrote: > > Kristján V. Jónsson schrieb: > > > This is an improvement of another 3.5

Re: [Python-Dev] Python 2.5 performance

2006-10-16 Thread Kristján V . Jónsson
Well, it ought to be possible. I can turn off the instrumentation on the other modules, and see what happens. K > -Original Message- > From: Giovanni Bajo [mailto:[EMAIL PROTECTED] > Sent: 12. október 2006 20:30 > To: Kristján V. Jónsson > Cc: python-dev@python.org > Subject: Re: Pytho

Re: [Python-Dev] Python 2.5 performance

2006-10-13 Thread Nick Coghlan
Raymond Hettinger wrote: >> From: Kristján V. Jónsson >> I think we should start considering to make PCBuild8 a "supported" build. > > +1 and not just for the free speed-up. VC8 is what more and more Windows > developers will have on there machines. Without a supported build, it > becomes > m

Re: [Python-Dev] Python 2.5 performance

2006-10-12 Thread Martin v. Löwis
Gregory P. Smith schrieb: > i read that as just suggesting that updates should be checked into the > release25-maint tree to get PCBuild8 working out of the box for anyone > who wants to build python from source with vs2005. That's passive voice ("should be checked"). I think it is unrealistic to

Re: [Python-Dev] Python 2.5 performance

2006-10-12 Thread Anthony Baxter
On Friday 13 October 2006 07:00, Martin v. Löwis wrote: > Kristján V. Jónsson schrieb: > > This is an improvement of another 3.5 %. > > In all, we have a performance increase of more than 10%. > > Granted, this is from a single set of runs, but I think we should start > > considering to make PCBuil

Re: [Python-Dev] Python 2.5 performance

2006-10-12 Thread Gregory P. Smith
On Thu, Oct 12, 2006 at 11:00:09PM +0200, "Martin v. L?wis" wrote: > Kristj?n V. J?nsson schrieb: > > This is an improvement of another 3.5 %. > > In all, we have a performance increase of more than 10%. > > Granted, this is from a single set of runs, but I think we should start > > considering to

Re: [Python-Dev] Python 2.5 performance

2006-10-12 Thread Martin v. Löwis
Kristján V. Jónsson schrieb: > This is an improvement of another 3.5 %. > In all, we have a performance increase of more than 10%. > Granted, this is from a single set of runs, but I think we should start > considering to make PCBuild8 a "supported" build. What do you mean by that? That Python 2.5

Re: [Python-Dev] Python 2.5 performance

2006-10-12 Thread Giovanni Bajo
Kristján V. Jónsson wrote: > This is an improvement of another 3.5 %. > In all, we have a performance increase of more than 10%. > Granted, this is from a single set of runs, but I think we should > start considering to make PCBuild8 a "supported" build. Kristján, I wonder if the performance impr

Re: [Python-Dev] Python 2.5 performance

2006-10-12 Thread Raymond Hettinger
> From: Kristján V. Jónsson > I think we should start considering to make PCBuild8 a "supported" build. +1 and not just for the free speed-up. VC8 is what more and more Windows developers will have on there machines. Without a supported build, it becomes much harder to make patches or build co