[pypy-svn] r69584 - pypy/extradoc/planning

pedronis at codespeak.net pedronis at codespeak.net
Tue Nov 24 15:48:52 CET 2009


Author: pedronis
Date: Tue Nov 24 15:48:51 2009
New Revision: 69584

Modified:
   pypy/extradoc/planning/jit.txt
Log:
update

Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Tue Nov 24 15:48:51 2009
@@ -1,22 +1,22 @@
 TASKS
 -----
 
-- compress the virtuals part of resume data more DONE
-
 - sort out a benchmark infrastructure. graphs!
 
 - improve on predictability: don't trace into signals ... but produce just a conditional call
 
 - directly call assembler for residual portal calls
 
-- make the assembler produced by generate_failure smaller DONE
-
 - jit/asmgcc + threads? [DONE probably.  Needs a bit more testing.]
 
 - think about code memory management
 
 - forcing virtualizables should only force fields affected, not everything
 
+- share lists of field descrs 
+
+- compress resume data (?)
+
 - think out looking into functions or not, based on arguments,
   for example contains__Tuple should be unrolled if tuple is of constant
   length
@@ -25,6 +25,7 @@
   engine would do it) and not spend all the time in
   _trace_and_drag_out_of_nursery
 
+
 Python interpreter:
 
 - goal: on average <=5 guards per original bytecode



More information about the Pypy-commit mailing list