Re: [Python-Dev] wpython is back

2009-12-03 Thread Cesare Di Mauro
2009/11/27 Christian Heimes > Cesare Di Mauro wrote: > > > > You'll find some at page 28 > > here< > http://wpython.googlecode.com/files/Beyond%20Bytecode%20-%20A%20Wordcode-based%20Python.pdf > > > > .. > > > > Mart made more interesting > > ones

Re: [Python-Dev] wpython is back

2009-11-27 Thread Cesare Di Mauro
2009/11/27 Christian Heimes > Cesare Di Mauro wrote: > > > > You'll find some at page 28 > > here< > http://wpython.googlecode.com/files/Beyond%20Bytecode%20-%20A%20Wordcode-based%20Python.pdf > > > > .. > > > > Mart made more interesting > > ones

Re: [Python-Dev] wpython is back

2009-11-27 Thread Christian Heimes
Cesare Di Mauro wrote: > > You'll find some at page 28 > here > .. > > Mart made more interesting > oneswith > Unladen benchmarks. The PDF

Re: [Python-Dev] wpython is back

2009-11-26 Thread Cesare Di Mauro
2009/11/27 Guido van Rossum > It's a Python implementation that uses wordcode instead of bytecode. > > http://code.google.com/p/wpython/ > > I don't see any benchmarks though. > You'll find some at page 28 here

Re: [Python-Dev] wpython is back

2009-11-26 Thread Guido van Rossum
On Thu, Nov 26, 2009 at 3:41 PM, Georg Brandl wrote: > Cesare Di Mauro schrieb: >> Hi Mart >> >> I'm back with some news about wpython. I completed all the work that I >> was committed to do till the end of the year. I made a lot of changes to >> the code, that I'll report here.. > > For those of

Re: [Python-Dev] wpython is back

2009-11-26 Thread Georg Brandl
Cesare Di Mauro schrieb: > Hi Mart > > I'm back with some news about wpython. I completed all the work that I > was committed to do till the end of the year. I made a lot of changes to > the code, that I'll report here.. For those of us without an elephant's memory, could you please also recap wh

[Python-Dev] wpython is back

2009-11-26 Thread Cesare Di Mauro
Hi Mart I'm back with some news about wpython. I completed all the work that I was committed to do till the end of the year. I made a lot of changes to the code, that I'll report here. First, I added several conditional compilation sections that enable or disable almost every optimization I intro