[pypy-svn] r66034 - pypy/extradoc/talk/ep2009/jit
antocuni at codespeak.net
antocuni at codespeak.net
Mon Jun 29 17:44:17 CEST 2009
Author: antocuni
Date: Mon Jun 29 17:44:15 2009
New Revision: 66034
Modified:
pypy/extradoc/talk/ep2009/jit/jit.txt
Log:
mention escape analysis
Modified: pypy/extradoc/talk/ep2009/jit/jit.txt
==============================================================================
--- pypy/extradoc/talk/ep2009/jit/jit.txt (original)
+++ pypy/extradoc/talk/ep2009/jit/jit.txt Mon Jun 29 17:44:15 2009
@@ -194,7 +194,7 @@
- Constant folding
-- ...
+- Escape analysis: remove unneeded allocations
Code generation
More information about the Pypy-commit
mailing list