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

arigo at codespeak.net arigo at codespeak.net
Mon Sep 15 10:24:15 CEST 2008


Author: arigo
Date: Mon Sep 15 10:24:13 2008
New Revision: 58165

Modified:
   pypy/extradoc/talk/osdc2008/paper.txt
Log:
Typos.  Fix the description of the hybrid gc.


Modified: pypy/extradoc/talk/osdc2008/paper.txt
==============================================================================
--- pypy/extradoc/talk/osdc2008/paper.txt	(original)
+++ pypy/extradoc/talk/osdc2008/paper.txt	Mon Sep 15 10:24:13 2008
@@ -42,7 +42,7 @@
    expectations"
 
 Nowadays PyPy is both an open source project that people work on in
-their spare time and as part of their studies and also project seeking
+their spare time and as part of their studies and also a project seeking
 funding from various companies to improve certain parts of the
 project.
 
@@ -198,7 +198,7 @@
  * A copying semi-space collector.
  * A copying generational collector.
  * A 'hybrid' generational collector that uses a semi-space for the
-   nursery and mark and sweep for the oldest generation.
+   intermediate generations and mark and sweep for the oldest generation.
 
 The hybrid collector has the best performance.
 
@@ -262,7 +262,7 @@
 Something we'd really really like to see are implementations of other
 dynamic languages -- Ruby being an obvious example :) -- which would,
 when the JIT magic is more advanced, get a Just in Time compiler
-almost for free, be sandboxable.
+almost for free, and be sandboxable.
 
 
 Getting involved



More information about the Pypy-commit mailing list