[pypy-commit] extradoc extradoc: more progress

antocuni noreply at buildbot.pypy.org
Tue Jul 10 11:16:33 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: extradoc
Changeset: r4287:75219bcd6074
Date: 2012-07-04 12:06 +0200
http://bitbucket.org/pypy/extradoc/changeset/75219bcd6074/

Log:	more progress

diff --git a/talk/ep2012/jit/talk/author.latex b/talk/ep2012/jit/talk/author.latex
--- a/talk/ep2012/jit/talk/author.latex
+++ b/talk/ep2012/jit/talk/author.latex
@@ -2,7 +2,7 @@
 
 \title[PyPy JIT under the hood]{PyPy JIT under the hood}
 \author[antocuni, arigo]
-{Antonio Cuni \\ Arming Rigo}
+{Antonio Cuni \\ Armin Rigo (guest star)}
 
 \institute{EuroPython 2012}
 \date{July 4 2012}
diff --git a/talk/ep2012/jit/talk/talk.rst b/talk/ep2012/jit/talk/talk.rst
--- a/talk/ep2012/jit/talk/talk.rst
+++ b/talk/ep2012/jit/talk/talk.rst
@@ -15,7 +15,9 @@
 
 * The PyPy JIT generator
 
-* JIT-friendly programs
+* Just In Time talk
+
+  last-modified: July, 4th, 12:06
 
 
 Part 0: What is PyPy?
@@ -563,13 +565,13 @@
 
 - make sure not to **overspecialize**
 
-- example: space.type()
+- example: type of objects
 
-Misc
-----
+- example: function code objects, ...
 
-- immutable_fields
+Conclusion
+-----------
 
-- out of line guards
+- PyPy is cool :-)
 
-
+- Any question?


More information about the pypy-commit mailing list