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

pedronis at codespeak.net pedronis at codespeak.net
Fri Jan 8 12:30:25 CET 2010


Author: pedronis
Date: Fri Jan  8 12:30:25 2010
New Revision: 70449

Modified:
   pypy/extradoc/planning/jit.txt
Log:
add JIT+threads vs binaries consideration

Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Fri Jan  8 12:30:25 2010
@@ -52,6 +52,8 @@
 website and stability that need sorting out too. However, they are beyond the
 scope of this section)
 
+consideration: if we plan to ship binaries the threads+JIT combination need to have a reasonable story (too confusing to pick one or the other)
+
 wishlist:
 - improve on predictability: don't trace into signals ... but produce just a
   conditional call (or just abort the trace)



More information about the Pypy-commit mailing list