[pypy-svn] r80261 - pypy/extradoc/planning
fijal at codespeak.net
fijal at codespeak.net
Tue Feb 1 08:22:28 CET 2011
Author: fijal
Date: Tue Feb 1 08:22:25 2011
New Revision: 80261
Modified:
pypy/extradoc/planning/jit.txt
Log:
This is done in jitviewer
Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt (original)
+++ pypy/extradoc/planning/jit.txt Tue Feb 1 08:22:25 2011
@@ -2,7 +2,7 @@
---------
- have benchmarks for jit compile time and jit memory usage
-
+
- generators are not really fast. DONE, with the only restriction
that the code in generators is never inlined into some caller.
@@ -17,9 +17,6 @@
- maybe refactor a bit the x86 backend, particularly the register
allocation
-- work more on visualization tools for traces or any profiler (unusable outside
- the core group)
-
- think about having different bytecode for "xyz %s" % stuff when left side
is a compile time constant (and call unrolled version of string formatting
loop in this case).
More information about the Pypy-commit
mailing list