[pypy-dev] Re: [pypy-svn] r18743 - pypy/dist/pypy/module/stackless

Armin Rigo arigo at tunes.org
Mon Oct 24 12:23:55 CEST 2005


Hi Christian,

On Sat, Oct 22, 2005 at 12:47:36AM +0200, Christian Tismer wrote:
> If my considerations are not wrong then this interface is sufficient
> but not necessary. This does not mean we should not use it. I just
> wanted to point out that switching threadlets can be made slightly
> less restrictive, but I have no idea if that is useful at all.

Yes, I proposed just a simple interface to start with.  Indeed, more
advanced interfaces hit interesting problems, as you point out, e.g.
with reference counting.  We should try to build something and see if
the basic interface makes sense or if it would be useful to have more,
or something else altogether.

I have finished to implement the basic interface by now; should I check
it in?  I must admit I'm not entierely sure if it will be sufficient.
But I guess that you're interested in trying it out -- unless you
already see that it's missing something to build, say, tasklets?


A bientot,

Armin



More information about the Pypy-dev mailing list