[pypy-svn] r57874 - pypy/extradoc/talk/pycon-uk-2008

fijal at codespeak.net fijal at codespeak.net
Sat Sep 6 10:09:19 CEST 2008


Author: fijal
Date: Sat Sep  6 10:09:18 2008
New Revision: 57874

Modified:
   pypy/extradoc/talk/pycon-uk-2008/makepdf
   pypy/extradoc/talk/pycon-uk-2008/motivation.txt
Log:
remove status update, it's outdated and belongs to the other talk


Modified: pypy/extradoc/talk/pycon-uk-2008/makepdf
==============================================================================
--- pypy/extradoc/talk/pycon-uk-2008/makepdf	(original)
+++ pypy/extradoc/talk/pycon-uk-2008/makepdf	Sat Sep  6 10:09:18 2008
@@ -6,7 +6,7 @@
 # WARNING: to work, it needs this patch for docutils
 # https://sourceforge.net/tracker/?func=detail&atid=422032&aid=1459707&group_id=38414
 
-rst2beamer.py --stylesheet=stylesheet.latex --documentoptions=14pt pypy-vm.txt pypy-vm.latex || exit
+python rst2beamer.py --stylesheet=stylesheet.latex --documentoptions=14pt pypy-vm.txt pypy-vm.latex || exit
 sed 's/\\date{}/\\input{author.latex}/' -i pypy-vm.latex || exit
 pdflatex pypy-vm.latex || exit
 

Modified: pypy/extradoc/talk/pycon-uk-2008/motivation.txt
==============================================================================
--- pypy/extradoc/talk/pycon-uk-2008/motivation.txt	(original)
+++ pypy/extradoc/talk/pycon-uk-2008/motivation.txt	Sat Sep  6 10:09:18 2008
@@ -23,34 +23,6 @@
 * (demo)
 
 
-PyPy status update (1)
-======================
-
-- JVM backend completed, pypy-jvm
-
-- some new GCs, much faster than ever
-
-- ctypes for PyPy
-
-- JIT refactoring, needed to make the JIT production-ready
-
-- improved .NET integration for pypy-cli
-
-- new blog: http://morepypy.blogspot.com
-
-
-PyPy status update (2)
-======================
-
-- various performance improvements
-
-- slighly slower than CPython on pystone (10-20%)
-
-- but faster on richards (20-24%)
-
-- less than 2x slower on other benchmarks
-
-
 Interpreters
 ==================
 



More information about the Pypy-commit mailing list