[pypy-svn] r61207 - pypy/extradoc/talk/wroclaw2009

fijal at codespeak.net fijal at codespeak.net
Wed Jan 21 20:21:24 CET 2009


Author: fijal
Date: Wed Jan 21 20:21:23 2009
New Revision: 61207

Added:
   pypy/extradoc/talk/wroclaw2009/author.latex
      - copied, changed from r60908, pypy/extradoc/talk/pycon-uk-2008/status/author.latex
   pypy/extradoc/talk/wroclaw2009/makepdf
      - copied, changed from r60908, pypy/extradoc/talk/pycon-uk-2008/status/makepdf
   pypy/extradoc/talk/wroclaw2009/merlinux-logo.jpg
      - copied unchanged from r60908, pypy/extradoc/talk/pycon-uk-2008/status/merlinux-logo.jpg
   pypy/extradoc/talk/wroclaw2009/stylesheet.latex
      - copied unchanged from r60908, pypy/extradoc/talk/pycon-uk-2008/status/stylesheet.latex
   pypy/extradoc/talk/wroclaw2009/talk.pdf   (contents, props changed)
   pypy/extradoc/talk/wroclaw2009/title.latex
      - copied, changed from r60908, pypy/extradoc/talk/pycon-uk-2008/status/title.latex
Modified:
   pypy/extradoc/talk/wroclaw2009/talk.txt
Log:
progress


Copied: pypy/extradoc/talk/wroclaw2009/author.latex (from r60908, pypy/extradoc/talk/pycon-uk-2008/status/author.latex)
==============================================================================
--- pypy/extradoc/talk/pycon-uk-2008/status/author.latex	(original)
+++ pypy/extradoc/talk/wroclaw2009/author.latex	Wed Jan 21 20:21:23 2009
@@ -1,8 +1,8 @@
 \definecolor{rrblitbackground}{rgb}{0.0, 0.0, 0.0}
 
 \title[PyPy status talk]{PyPy status talk}
-\author[H. Krekel, M. Fijalkowski]{Holger Krekel \and Maciej Fijalkowski\\
+\author[M. Fijalkowski]{Maciej Fijalkowski\\
 Merlinux GmbH}
 
-\institute[PyCon UK 2008]{PyCon UK 2008 - Birmingham}
-\date{September 13 2008}
+\institute[Politechnika Wroclawska]{Politechnika Wroclawska}
+\date{January 22 2009}

Copied: pypy/extradoc/talk/wroclaw2009/makepdf (from r60908, pypy/extradoc/talk/pycon-uk-2008/status/makepdf)
==============================================================================
--- pypy/extradoc/talk/pycon-uk-2008/status/makepdf	(original)
+++ pypy/extradoc/talk/wroclaw2009/makepdf	Wed Jan 21 20:21:23 2009
@@ -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
 
-BASE=status
+BASE=talk
 rst2beamer.py --stylesheet=stylesheet.latex --documentoptions=14pt $BASE.txt $BASE.latex || exit
 sed 's/\\date{}/\\input{author.latex}/' -i $BASE.latex || exit
 sed 's/\\maketitle/\\input{title.latex}/' -i $BASE.latex || exit

Added: pypy/extradoc/talk/wroclaw2009/talk.pdf
==============================================================================
Binary file. No diff available.

Modified: pypy/extradoc/talk/wroclaw2009/talk.txt
==============================================================================
--- pypy/extradoc/talk/wroclaw2009/talk.txt	(original)
+++ pypy/extradoc/talk/wroclaw2009/talk.txt	Wed Jan 21 20:21:23 2009
@@ -2,9 +2,6 @@
 PyPy - XXX title
 =========================
 
-Title page
-==========
-
 What this talk is about?
 ========================
 
@@ -39,6 +36,8 @@
 
 * hard-coded - refcounting for garbage collection
 
+* psyco - very hard to maintain
+
 Example - python (2)
 ====================
 
@@ -70,4 +69,40 @@
 
 * we want an ``n+m+l`` effort, instead of ``n*m*l`` !
 
-XXX finish
+Happy snakes
+============
+
+.. image:: happy_snake.jpg
+   :align: center
+   :scale: 40
+
+PyPy - high level goals
+=======================
+
+* solve n*m*l problem
+
+* create a nice, fast and maintainable python implementation
+
+* that runs on C/Posix, .NET, JVM, whatever
+
+* with JIT
+
+PyPy - high level architecture
+==============================
+
+.. image:: architecture.png
+   :scale: 60
+
+PyPy - implementation language
+==============================
+
+* RPython - restricted susbset of Python
+
+* but still a valid python
+
+* static enough to compile to efficient code
+
+* not necesarilly nice language
+
+* ... but better than C
+

Copied: pypy/extradoc/talk/wroclaw2009/title.latex (from r60908, pypy/extradoc/talk/pycon-uk-2008/status/title.latex)
==============================================================================
--- pypy/extradoc/talk/pycon-uk-2008/status/title.latex	(original)
+++ pypy/extradoc/talk/wroclaw2009/title.latex	Wed Jan 21 20:21:23 2009
@@ -2,6 +2,6 @@
 \begin{figure}[h]
 \includegraphics[width=64px,height=64px]{merlinux-logo.jpg}
 \qquad
-\includegraphics[width=80px]{../../img/py-web.png}
+\includegraphics[width=80px]{../img/py-web.png}
 \end{figure}
 \end{titlepage}



More information about the Pypy-commit mailing list