[pypy-svn] r58133 - pypy/extradoc/talk/osdc2008

mwh at codespeak.net mwh at codespeak.net
Sun Sep 14 08:58:05 CEST 2008


Author: mwh
Date: Sun Sep 14 08:58:02 2008
New Revision: 58133

Added:
   pypy/extradoc/talk/osdc2008/bigidea.png   (contents, props changed)
Modified:
   pypy/extradoc/talk/osdc2008/paper.txt
Log:
add the big idea picture -- from a screenshot so screen resolution only :/



Added: pypy/extradoc/talk/osdc2008/bigidea.png
==============================================================================
Binary file. No diff available.

Modified: pypy/extradoc/talk/osdc2008/paper.txt
==============================================================================
--- pypy/extradoc/talk/osdc2008/paper.txt	(original)
+++ pypy/extradoc/talk/osdc2008/paper.txt	Sun Sep 14 08:58:02 2008
@@ -98,7 +98,8 @@
 
  * Translate to a lower-level, efficient form
 
-XXX Get copy of that image in here somehow.
+.. image:: bigidea.png
+   :scale: 50
 
 We chose to specify the Python language by writing an implementation
 of Python in a restricted subset of Python that is amenable to
@@ -162,7 +163,7 @@
 
 PyPy when translated with the C backend (often called pypy-c) and most
 optimizations enabled is currently a reasonably fast and extremely
-conformant implementation of Python 2.4.4.
+conforming implementation of Python 2.4.4.
 XXX is conformant a word?
 
 XXX isn't it a wider range like 0.8 to 5 times, see e.g. recent sympy feedback on pypy-dev from Ondrej
@@ -173,7 +174,7 @@
 still-experimental Just-In-Time compiler runs some (admittedly
 carefully chosen) programs 60 times faster).
 
-Extremely conformant: pypy-c runs Django 1.0, Pylons, Twisted and
+Extremely conforming: pypy-c runs Django 1.0, Pylons, Twisted and
 Nevow unmodified (thanks to Google's Open Source office for funding
 work on this).  There are two main sources of incompatibilities:
 



More information about the Pypy-commit mailing list