Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r4254:19977700b901 Date: 2012-07-02 10:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/19977700b901/
Log: work on slides diff --git a/talk/ep2012/stm/talk.pdf b/talk/ep2012/stm/talk.pdf index a018303f929668c5559f83a65b85a8ba6c45c616..f0791a0de72bf9f8871a0ff033e39ef875b7fe16 GIT binary patch [cut] diff --git a/talk/ep2012/stm/talk.rst b/talk/ep2012/stm/talk.rst --- a/talk/ep2012/stm/talk.rst +++ b/talk/ep2012/stm/talk.rst @@ -7,17 +7,15 @@ PyPy at EuroPython ------------------ -|scriptsize| - :: - fijal@helmut:~/src/extradoc/talk$ cd ep20 + fijal:~/extradoc/talk$ cd ep20 - ep2004-pypy/ ep2006/ ep2008/ ep2010/ ep2012/ + ep2004-pypy/ ep2006/ ep2008/ ep2010/ ep2005/ ep2007/ ep2009/ ep2011/ -|end_scriptsize| + ep2012/ |pause| @@ -72,8 +70,6 @@ * Implements Python 2.7.2 - - py3k in progress (see later) - * Many more "PyPy-friendly" programs * Packaging @@ -84,8 +80,6 @@ * C extension compatibility - - from "alpha" to "beta" - - runs (big part of) **PyOpenSSL** and **lxml** @@ -151,33 +145,23 @@ * We did not spend much time on this -* Come and talk to us - * **PyPy JIT Under the hood** - July 4 2012 -.. XXX what do we want to say in "come and talk to us"? - Py3k ---- * ``py3k`` branch in mercurial - - RPython toolchain vs Python interpreter - - developed in parallel - - not going to be merged - * Focus on correctness -* No JIT for now +* Dropped some interpreter optimizations for now - - we just did no try :-) - -* Dropped some interpreter optimizations for now +* Work in progress Py3k status ----------- @@ -295,6 +279,8 @@ * Including macro calls and most subtleties of C +* http://cffi.readthedocs.org + STM --------------------------- @@ -348,7 +334,7 @@ STM --- -*Transactions,* similar to database transactions +**Transactions,** similar to database transactions * GIL @@ -369,7 +355,7 @@ .. raw:: latex - \vspace{1cm} + \vspace{1cm} \vphantom{x} .. image:: STM-conflict.png :scale: 70% @@ -409,7 +395,7 @@ This talk is really about... ---------------------------- -* Multicore usage *without using threads* +* Multicore usage **without using threads** * Demo with the "transaction" module _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
