[pypy-svn] r42034 - pypy/extradoc/talk/rupy2007

arigo at codespeak.net arigo at codespeak.net
Fri Apr 13 16:41:53 CEST 2007


Author: arigo
Date: Fri Apr 13 16:41:53 2007
New Revision: 42034

Modified:
   pypy/extradoc/talk/rupy2007/talk.txt
Log:
Typos and one-word details.


Modified: pypy/extradoc/talk/rupy2007/talk.txt
==============================================================================
--- pypy/extradoc/talk/rupy2007/talk.txt	(original)
+++ pypy/extradoc/talk/rupy2007/talk.txt	Fri Apr 13 16:41:53 2007
@@ -17,7 +17,7 @@
 =======================================
 
 * Quick intro and motivation
-* Quick overview of architecture and current statues
+* Quick overview of architecture and current status
 * Introduction to features unique to PyPy,
   including the JIT, with the odd demo
 * A little talk about what the future holds
@@ -199,7 +199,7 @@
 Status
 =======
 
-* The C backend support ''stackless'' features
+* The C backend supports ''stackless'' features
   -- coroutines, tasklets, recursion only limited
   by RAM
 * Can use OS threads with a simple ''GIL-
@@ -269,10 +269,10 @@
 ==============
 
 * High performance compacting, generational,
-  etc GC (steal ideas from Jikes?)
+  etc GC (steal ideas or code from Jikes?)
 * Implementations of other dynamic languages
   such as JavaScript, Prolog (already started),
-  Ruby (?), Perl (??) (which will get a JIT
+  Ruby (?), Perl (??) (which will all get a JIT
   essentially for free)
 * The ability to have dynamically loaded
   extension modules



More information about the Pypy-commit mailing list