On 25 October 2010 14:12, Andrew Francis <[email protected]> wrote:
> A few days ago, I floated this idea in the #pypy IRC channel. Why can't we 
> take a JITed pypy, install the greenlet package, run it and see what happens? 
> After all, greenlet is a C extension module.  Hopefully this would provide a 
> base line for work to be required? I am trying this but I am having a few 
> hiccups getting setup.py to do the right thing. Since I am a newbie, I would 
> like to know what is wrong with this line of reasoning?

PyPy's internal representation of frames differs from that of CPython.
How does greenlet determine how much of the stack to copy?

-- 
William Leslie
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to