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

fijal at codespeak.net fijal at codespeak.net
Wed Feb 17 22:49:12 CET 2010


Author: fijal
Date: Wed Feb 17 22:49:10 2010
New Revision: 71281

Modified:
   pypy/extradoc/planning/jit.txt
Log:
Note a problem


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Wed Feb 17 22:49:10 2010
@@ -38,6 +38,9 @@
 - pypy-c-jit translate.py fails sometimes. Look into that
   [Check if there are no failing applevel tests also]
 
+- investigate what happens on getattr(x, prefix + variable)(args).
+  with globals() it explode in a degenerating chain of failing guards
+
 Benchmark Notes
 ----------------------------
 



More information about the Pypy-commit mailing list