[pypy-svn] r71242 - pypy/extradoc/talk/pycon2010/vmsummit
fijal at codespeak.net
fijal at codespeak.net
Mon Feb 15 16:11:49 CET 2010
Author: fijal
Date: Mon Feb 15 16:11:46 2010
New Revision: 71242
Modified:
pypy/extradoc/talk/pycon2010/vmsummit/talk.txt
Log:
my affiliation & typo
Modified: pypy/extradoc/talk/pycon2010/vmsummit/talk.txt
==============================================================================
--- pypy/extradoc/talk/pycon2010/vmsummit/talk.txt (original)
+++ pypy/extradoc/talk/pycon2010/vmsummit/talk.txt Mon Feb 15 16:11:46 2010
@@ -4,7 +4,7 @@
PyPy and Its Generated Tracing JIT
=========================================================
-:Authors: Samuele Pedroni (Open End AB), Maciej Fijałkowski (xxx)
+:Authors: Samuele Pedroni (Open End AB), Maciej Fijałkowski (merlinux GmbH)
:Date: VM Summit '10
What is PyPy?
@@ -21,7 +21,7 @@
===========================
- produce traces: (meta)interpreter through low-level operations
- that make up the language inter peter
+ that make up the language interpreter
- identify loops: hints for start of dispatch loop, backedges
Optimisations
More information about the Pypy-commit
mailing list