[pypy-svn] r66533 - pypy/extradoc/talk/euroscipy2009

fijal at codespeak.net fijal at codespeak.net
Thu Jul 23 11:40:50 CEST 2009


Author: fijal
Date: Thu Jul 23 11:40:49 2009
New Revision: 66533

Modified:
   pypy/extradoc/talk/euroscipy2009/talk.txt
Log:
some more...


Modified: pypy/extradoc/talk/euroscipy2009/talk.txt
==============================================================================
--- pypy/extradoc/talk/euroscipy2009/talk.txt	(original)
+++ pypy/extradoc/talk/euroscipy2009/talk.txt	Thu Jul 23 11:40:49 2009
@@ -80,13 +80,23 @@
 JIT details
 ===========
 
-* Interpreter + JIT generated from the interpreter
+* Interpreter + JIT automatically generated from the interpreter
 
-xxx
+* Tracing JIT (a-la tracemonkey)
+
+* XXX
 
 JIT - status
 ============
 
+* Simple numeric stuff - 20-30x performance boost
+
+* C-like speed for simple stuff
+
+* only x86 backend so far
+
+* More work needed
+
 xxx
 
 xxx
@@ -99,9 +109,14 @@
 
 +----------------------+------------------------+---------------------+
 | .. image:: earth.png | .. image:: clouds.png  | .. image:: flow.png |
-|     :width: 100px    |      :width: 100px     |      :width: 100px  |
+|     :width: 90px     |      :width: 100px     |      :width: 100px  |
 +----------------------+------------------------+---------------------+
 
+EULAG
+=====
+
+XXX
+
 Data postprocessing
 ===================
 
@@ -131,7 +146,13 @@
 JIT & Numpy
 ===========
 
-xxx
+* Just started really
+
+* Specifically tailored programs see good speedups
+
+* Ongoing jit refactoring XXX
+
+* More work needed XXX
 
 Future directions
 =================



More information about the Pypy-commit mailing list