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

fijal at codespeak.net fijal at codespeak.net
Mon Jan 25 13:38:41 CET 2010


Author: fijal
Date: Mon Jan 25 13:38:40 2010
New Revision: 70826

Modified:
   pypy/extradoc/planning/jit.txt
Log:
Mention the thing about blackhole/reenter


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Mon Jan 25 13:38:40 2010
@@ -24,6 +24,9 @@
 - some guards will always fail if they ever start failing
   (e.g. the class version tag).  Do something more clever about it.
 
+- investigate the case of test_virtualizable.test_blackhole_should_not_reenter
+  and corresponding code in warmstate.maybe_compile_and_run about return/assert
+  when we enter the same frame which we are blackholing
 
 Python interpreter:
 



More information about the Pypy-commit mailing list