[pypy-commit] extradoc extradoc: expand this slide

antocuni noreply at buildbot.pypy.org
Sun Jul 1 01:38:55 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: extradoc
Changeset: r4241:066883aa1e20
Date: 2012-07-01 01:38 +0200
http://bitbucket.org/pypy/extradoc/changeset/066883aa1e20/

Log:	expand this slide

diff --git a/talk/ep2012/stm/talk.rst b/talk/ep2012/stm/talk.rst
--- a/talk/ep2012/stm/talk.rst
+++ b/talk/ep2012/stm/talk.rst
@@ -137,13 +137,28 @@
 JIT warmup times
 ----------------
 
-* it's complicated
+* JIT-ted code: very fast
 
-* we did not spend much time on that topic
+* Everything else: slow
 
-* come and talk to us
+* JIT-ting one piece at a time
 
-XXX ask antonio if he can cover this on a jit talk
+* "takes a while"
+
+* **Cannot** cache JIT-ted code between runs
+
+|pause|
+
+* We did not spend much time on this
+
+* Come and talk to us
+
+* **PyPy JIT Under the hood**
+
+  - July 4 2012
+
+.. XXX what do we want to say in "come and talk to us"?
+
 
 Py3k status
 -----------


More information about the pypy-commit mailing list