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

arigo at codespeak.net arigo at codespeak.net
Sat Feb 5 17:26:46 CET 2011


Author: arigo
Date: Sat Feb  5 17:26:45 2011
New Revision: 80296

Added:
   pypy/extradoc/talk/ustour2011/yelp-abstract.txt
      - copied, changed from r80295, pypy/extradoc/talk/ustour2011/google-abstract2.txt
Log:
Copy the google abstract.


Copied: pypy/extradoc/talk/ustour2011/yelp-abstract.txt (from r80295, pypy/extradoc/talk/ustour2011/google-abstract2.txt)
==============================================================================
--- pypy/extradoc/talk/ustour2011/google-abstract2.txt	(original)
+++ pypy/extradoc/talk/ustour2011/yelp-abstract.txt	Sat Feb  5 17:26:45 2011
@@ -1,5 +1,5 @@
 
-Google Tech Talk: Speakers: Armin Rigo, Maciej Fijalkowski
+BayPIGgies Talk at Yelp: Speakers: Armin Rigo, Maciej Fijalkowski
 
 Bios:
 Armin Rigo is a researcher at Heinrich-Heine-Universität in Düsseldorf,
@@ -43,7 +43,7 @@
 * most Python benchmarks run much faster than with CPython or Psyco
 * the real-world PyPy compiler toolchain itself (200 KLocs) runs twice as fast
 * already supports 64bit and is in the process of supporting ARM
-* full compatibility with  CPython (more than Jython/IronPython)
+* full compatibility with CPython (more than Jython/IronPython)
 * full (and JIT-ed) ctypes support to call C libraries from Python
 * supports Stackless Python (in-progress)
 * new "cpyext" layer which integrates existing CPython C extensions
@@ -59,4 +59,3 @@
 
 The PyPy project has a blog which may be of interest.  You can read
 it at http://morepypy.blogspot.com/ .
-



More information about the Pypy-commit mailing list