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

fijal at codespeak.net fijal at codespeak.net
Sun Sep 14 12:34:01 CEST 2008


Author: fijal
Date: Sun Sep 14 12:34:00 2008
New Revision: 58142

Modified:
   pypy/extradoc/talk/osdc2008/paper.txt
Log:
an XXX and mention that rpython is a strict subset


Modified: pypy/extradoc/talk/osdc2008/paper.txt
==============================================================================
--- pypy/extradoc/talk/osdc2008/paper.txt	(original)
+++ pypy/extradoc/talk/osdc2008/paper.txt	Sun Sep 14 12:34:00 2008
@@ -69,6 +69,8 @@
    and other non-traditional control flow to Python, have to be
    painfully kept up to date with language changes as they are made.
 
+XXX mention psyco
+
  * Some implementation decisions, such as using reference counting for
    memory management or a Global Interpreter Lock for threading, are
    a lot of work to change.
@@ -95,7 +97,7 @@
    :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
+of Python in a restricted strict subset of Python that is amenable to
 analysis, which had a practical advantage: we could test the
 specification/implementation simply by running it as a Python program.
 



More information about the Pypy-commit mailing list