[pypy-svn] r80275 - pypy/extradoc/talk/ustour2011

fijal at codespeak.net fijal at codespeak.net
Fri Feb 4 07:56:24 CET 2011


Author: fijal
Date: Fri Feb  4 07:56:22 2011
New Revision: 80275

Modified:
   pypy/extradoc/talk/ustour2011/google-abstract2.txt
Log:
Strike pluggable GCs. I don't think anyone cares about pluggability as long
as it serves their purpose (ie it's fast). This term is very abused.


Modified: pypy/extradoc/talk/ustour2011/google-abstract2.txt
==============================================================================
--- pypy/extradoc/talk/ustour2011/google-abstract2.txt	(original)
+++ pypy/extradoc/talk/ustour2011/google-abstract2.txt	Fri Feb  4 07:56:22 2011
@@ -13,7 +13,6 @@
 * supports 64bit and (in-progress) ARM
 * full compatibility to CPython (more than Jython/IronPython)
 * full (and JIT-ed) ctypes support to call C libraries from Python
-* fully pluggable Garbage Collection
 * supports Stackless Python (in-progress)
 * new "cpyext" layer to integrate existing CPython C extensions
 * experimental super-fast JIT-compilation of calls to C++ libraries



More information about the Pypy-commit mailing list