Re: [Stackless] Performance problems in Python for Nanodesktop

2009-06-21 Thread Richard Tew
On Sat, Jun 20, 2009 at 10:50 PM, Filippo Battaglia wrote: > Hi, I'm working on a version of Stackless > Python (2.5.2) for Nanodesktop PSP. > > The interpreter works, but it is to > slow. > > So, I want to ask this: is there some > option/#define that I can pass to > pyconfig.h that makes fast

[Stackless] Performance problems in Python for Nanodesktop

2009-06-20 Thread Filippo Battaglia
Hi, I'm working on a version of Stackless Python (2.5.2) for Nanodesktop PSP. The interpreter works, but it is to slow. So, I want to ask this: is there some option/#define that I can pass to pyconfig.h that makes faster the interpreter ? Which are the #define that affect the performance o