Re: [Python-Dev] Eliminating the block stack (was Re: Store x Load x -- DupStore)

2005-02-20 Thread Greg Ewing
Phillip J. Eby wrote: At 03:56 PM 2/20/05 -0500, Phillip J. Eby wrote: At 07:00 PM 2/20/05 +, Michael Hudson wrote: Eliminating the blockstack would be nice (esp. if it's enough to get frames small enough that they get allocated by PyMalloc) Someone might like to take a look at the way Pyrex

Re: [Python-Dev] Eliminating the block stack (was Re: Store x Load x -- DupStore)

2005-02-20 Thread Guido van Rossum
Eliminating the blockstack would be nice (esp. if it's enough to get frames small enough that they get allocated by PyMalloc) but this seemed to be tricky too (or at least Armin, Samuele and I spent a cuple of hours yakking about it on IRC and didn't come up with a clear approach).