Re-hi, I forgot to mention that the improvement over the "stackless transform" approach for PyPy might be to not apply the stackless transform on the interpreter, but replace it with resuming C code using the blackhole interpreter that we have anyway in the JIT.
Also, any "final" long-term approach that anyone should at least consider if taking all of this seriously might be a mix of the two approaches, similar to Stackless Python 3 which combines both Stackless Python 1 and Stackless Python 2 features. Armin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
