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

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Feb 25 10:43:25 CET 2010


Author: cfbolz
Date: Thu Feb 25 10:43:24 2010
New Revision: 71485

Modified:
   pypy/extradoc/planning/jit.txt
Log:
this is done


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Thu Feb 25 10:43:24 2010
@@ -40,10 +40,6 @@
 
 - look why module.x does two calls to _lookup_where
 
-  Bigger problem: think about version_tag, where it's fine and where it's not.
-  we know exceptions don't use that. Also modules don't use this, I don't
-  know why.
-
 - this example: http://paste.pocoo.org/show/181319/
   showcases a problem that works fine as long as you not present a
   combination of oldstyle and newstyle classes. If you however present



More information about the Pypy-commit mailing list