[pypy-svn] r54551 - pypy/extradoc/talk/pycon-italy-2008

antocuni at codespeak.net antocuni at codespeak.net
Thu May 8 11:55:52 CEST 2008


Author: antocuni
Date: Thu May  8 11:55:52 2008
New Revision: 54551

Added:
   pypy/extradoc/talk/pycon-italy-2008/pypy-vm.pdf.info
   pypy/extradoc/talk/pycon-italy-2008/pypy-vm.txt   (contents, props changed)
Modified:
   pypy/extradoc/talk/pycon-italy-2008/makepdf
   pypy/extradoc/talk/pycon-italy-2008/motivation.txt
   pypy/extradoc/talk/pycon-italy-2008/technical.txt
Log:
rename the main file; add a .info file for keyjnote



Modified: pypy/extradoc/talk/pycon-italy-2008/makepdf
==============================================================================
--- pypy/extradoc/talk/pycon-italy-2008/makepdf	(original)
+++ pypy/extradoc/talk/pycon-italy-2008/makepdf	Thu May  8 11:55:52 2008
@@ -3,7 +3,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 motivation.txt motivation.latex || exit
-sed 's/\\date{}/\\input{author.latex}/' -i motivation.latex || exit
-pdflatex motivation.latex || exit
+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-italy-2008/motivation.txt
==============================================================================
--- pypy/extradoc/talk/pycon-italy-2008/motivation.txt	(original)
+++ pypy/extradoc/talk/pycon-italy-2008/motivation.txt	Thu May  8 11:55:52 2008
@@ -1,9 +1,3 @@
-.. include:: beamerdefs.txt
-
-PyPy and The Art of Generating Virtual Machines
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-
 PyPy
 ==================
 
@@ -164,4 +158,4 @@
 
 
 
-.. include:: technical.txt
+

Added: pypy/extradoc/talk/pycon-italy-2008/pypy-vm.pdf.info
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/pycon-italy-2008/pypy-vm.pdf.info	Thu May  8 11:55:52 2008
@@ -0,0 +1,11 @@
+AvailableTransitions=[Crossfade]
+TransitionDuration = 100
+EstimatedDuration = 25*60
+MinutesOnly = True
+
+PageProps = {
+    1: {
+    'reset': FirstTimeOnly,
+    'progress': False,
+    },
+}

Added: pypy/extradoc/talk/pycon-italy-2008/pypy-vm.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/pycon-italy-2008/pypy-vm.txt	Thu May  8 11:55:52 2008
@@ -0,0 +1,7 @@
+.. include:: beamerdefs.txt
+
+PyPy and The Art of Generating Virtual Machines
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. include:: motivation.txt
+.. include:: technical.txt

Modified: pypy/extradoc/talk/pycon-italy-2008/technical.txt
==============================================================================
--- pypy/extradoc/talk/pycon-italy-2008/technical.txt	(original)
+++ pypy/extradoc/talk/pycon-italy-2008/technical.txt	Thu May  8 11:55:52 2008
@@ -505,12 +505,15 @@
 Conclusion (JIT)
 ================
 
-Effective dynamic compiler generation make flexibility and ease of
-evolution mostly **orthogonal to the performance question**.
+- Effective dynamic compiler generation
 
-Implementers are free to implement languages as **understandable interpreters**.
+  * flexibility and ease of evolution
 
-PyPy proves this a viable approach worth of further exploration.
+  *  **orthogonal to the performance question**.
+
+- Languages implemented as **understandable interpreters**.
+
+- PyPy proves this a viable approach worth of further exploration.
 
 
 .. backend material: not for the general talk



More information about the Pypy-commit mailing list