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

fijal at codespeak.net fijal at codespeak.net
Wed Jul 28 09:00:06 CEST 2010


Author: fijal
Date: Wed Jul 28 09:00:04 2010
New Revision: 76378

Modified:
   pypy/extradoc/planning/jit.txt
Log:
add a task


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Wed Jul 28 09:00:04 2010
@@ -28,6 +28,11 @@
   current exception from the struct in memory, followed by a regular
   GUARD_CLASS.
 
+- getfields which result is never used never get removed (probably cause -
+  they used to be as livevars in removed guards). also getfields which result
+  is only used as a livevar in a guard should be removed and encoded in
+  the guard recovert code.
+
 TASKS
 -----
 



More information about the Pypy-commit mailing list