[pypy-svn] r80271 - pypy/extradoc/talk/ustour2011
arigo at codespeak.net
arigo at codespeak.net
Thu Feb 3 15:36:39 CET 2011
Author: arigo
Date: Thu Feb 3 15:36:37 2011
New Revision: 80271
Modified:
pypy/extradoc/talk/ustour2011/google-abstract2.txt
Log:
What about this?
Modified: pypy/extradoc/talk/ustour2011/google-abstract2.txt
==============================================================================
--- pypy/extradoc/talk/ustour2011/google-abstract2.txt (original)
+++ pypy/extradoc/talk/ustour2011/google-abstract2.txt Thu Feb 3 15:36:37 2011
@@ -12,11 +12,11 @@
* the real-world PyPy compiler toolchain itself (200 KLocs) runs twice as fast
* supports 64bit and (in-progress) ARM
* full compatibility to CPython (more than Jython/IronPython)
-* full (and fast) ctypes support to call C libraries from Python
-* new "cpyext" layer to integrate existing CPython C extensions
+* full (and JIT-ed) ctypes support to call C libraries from Python
* fully pluggable Garbage Collection
+* new "cpyext" layer to integrate existing CPython C extensions
+* (also, future work: SWIG and/or Cython compatibility)
* experimental super-fast JIT-compilation of calls to C++ libraries
-* future work now possible: SWIG and Cython compatibility
We will also briefly highlight who the active developers are and
their funding background.
More information about the Pypy-commit
mailing list