Re: [pypy-dev] Stacklets

2011-09-27 Thread Andrew Francis
Hello Richard: From: Richard Tew richard.m@gmail.com To: Andrew Francis andrewfr_...@yahoo.com Cc: Armin Rigo ar...@tunes.org; pypy-dev@python.org pypy-dev@python.org Sent: Monday, September 26, 2011 7:50 PM Subject: Re: [pypy-dev] Stacklets On Tue, Sep 27,

Re: [pypy-dev] Stacklets

2011-09-27 Thread Carl Friedrich Bolz
On 09/27/2011 05:03 PM, Andrew Francis wrote: Sounds like a good idea to me. As long as any new or altered features do not make it into what is labelled as an implementation of the Stackless API without also being accepted into Stackless itself. Richard, in the long run, people will use

Re: [pypy-dev] Stacklets

2011-09-27 Thread Andrew Francis
Hi Carl: From: Carl Friedrich Bolz cfb...@gmx.de To: pypy-dev@python.org Sent: Tuesday, September 27, 2011 11:15 AM Subject: Re: [pypy-dev] Stacklets Throwing a prototype out is not the same as giving the prototype a semi-official blessing by packaging it with

Re: [pypy-dev] Student project ideas

2011-09-27 Thread Maciej Fijalkowski
Hi Nick. Sorry for the late reply. On Fri, Sep 23, 2011 at 9:44 PM, Nick Wilson n...@njwilson.net wrote: I'm interested in volunteering my time to mentor a small group of senior Computer Science students at Oregon State University on a project relevant to the Python community. PyPy definitely

Re: [pypy-dev] Pypy jit and (meta) genetic algorithms

2011-09-27 Thread Ronny Pfannschmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/27/2011 10:43 PM, David Naylor wrote: Hi All It occurred to me that with the many options available for jit (such as inlining, function_threshold) there may be some merit to optimising those values. I would expect that the optimised

[pypy-dev] thoughts on built-in support for coroutine suspension on lowlevel io

2011-09-27 Thread Ronny Pfannschmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I’d like to collect thoughts on having built-in primitives for co-routine suspension it would greatly simplify the work for tool-kits like eventlet/gevent, since no longer they would need to monkey-patch all parts of the std-lib instead they

[pypy-dev] SpaceOperation

2011-09-27 Thread Łukasz Ligowski
Hello, I'd like to know what is the purpose of offset field on pypy.objspace.flow.model.SpaceOperation object. It is labeled as offset in code string but I have problem to find the right string. I tried with string that is returned by using string returned by FunctionGraph.getsource() but it

Re: [pypy-dev] Stacklets

2011-09-27 Thread Richard Tew
On Wed, Sep 28, 2011 at 2:16 AM, Andrew Francis andrewfr_...@yahoo.com wrote: At the risk of this sounding like a rant or being off-topic, it seems to me the big picture that is getting lost is that stackless.py and PyPy makes it easier for individuals to prototype new ideas for Stackless