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

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Dec 14 18:21:55 CET 2009


Author: cfbolz
Date: Mon Dec 14 18:21:55 2009
New Revision: 70111

Modified:
   pypy/extradoc/planning/jit.txt
Log:
add a point about threads


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Mon Dec 14 18:21:55 2009
@@ -9,6 +9,9 @@
 
 - jit/asmgcc + threads? [DONE probably.  Needs a bit more testing.]
 
+- since threads are enabled with the JIT, getexecutioncontext cannot be folded
+  by the JIT anymore. we need to do something in that direction
+
 - think about code memory management
 
 - forcing virtualizables should only force fields affected, not everything
@@ -24,6 +27,7 @@
   _trace_and_drag_out_of_nursery
 
 
+
 Python interpreter:
 
 - goal: on average <=5 guards per original bytecode



More information about the Pypy-commit mailing list