Re: [pypy-dev] STM on CPython

2011-08-27 Thread Armin Rigo
Hi, On Fri, Aug 26, 2011 at 9:29 PM, Laura Creighton wrote: > Have you told python-dev about this? Thanks for pushing me to :-) Yes. Armin ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] STM on CPython

2011-08-26 Thread Laura Creighton
Armin wrote: >So, all this to say: 8 years later, I implemented that on CPython: >https://bitbucket.org/arigo/cpython-withatomic/overview (on the 2.7 >branch). It is sadly a fork of CPython instead of a C extension >module because it needs to access and change a few things in ceval.c. >The total

Re: [pypy-dev] STM on CPython

2011-08-26 Thread exarkun
On 07:09 am, ar...@tunes.org wrote: Hi, A follow-up to the blog post about Software Transactional Memory (STM) at http://morepypy.blogspot.com/ . [snio[ So, all this to say: 8 years later, I implemented that on CPython: https://bitbucket.org/arigo/cpython-withatomic/overview (on the 2.7 branch