pypy-stm: a parallel Python
[Posted May 10, 2012 by corbet]
| From: |
| Armin Rigo <arigo-AT-tunes.org> |
| To: |
| PyPy Developer Mailing List <pypy-dev-AT-python.org> |
| Subject: |
| pypy-stm |
| Date: |
| Wed, 9 May 2012 16:01:24 +0200 |
| Message-ID: |
| <CAMSv6X054QV8k7ghEhjH_QH5vwCDjVL-yH0=t8mu8yKXYYVUGw@mail.gmail.com> |
| Archive-link: |
| Article, Thread
|
Hi all,
Here is the very first Python 2.7 interpreter to run existing
multithreaded programs on multiple cores. Linux 32 bits. It is
horribly slow right now, so consider this as nothing more than a demo
:-)
http://wyvern.cs.uni-duesseldorf.de/~arigo/pypy-c-r54960-...
Documentation:
https://bitbucket.org/pypy/pypy/raw/stm-thread/pypy/doc/s...
A bientôt,
Armin.
(
Log in to post comments)