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

fijal at codespeak.net fijal at codespeak.net
Sun Nov 15 17:05:45 CET 2009


Author: fijal
Date: Sun Nov 15 17:05:43 2009
New Revision: 69304

Modified:
   pypy/extradoc/planning/jit.txt
Log:
Two things that come to mind while running larger examples


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Sun Nov 15 17:05:43 2009
@@ -17,6 +17,14 @@
 
 - forcing virtualizables should only force fields affected, not everything
 
+- think out looking into functions or not, based on arguments,
+  for example contains__Tuple should be unrolled if tuple is of constant
+  length
+
+- look at example of storing small strings in large lists (any sane templating
+  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