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

arigo at codespeak.net arigo at codespeak.net
Mon May 24 14:03:24 CEST 2010


Author: arigo
Date: Mon May 24 14:03:19 2010
New Revision: 74704

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	Mon May 24 14:03:19 2010
@@ -24,6 +24,10 @@
   that are never changed, but read from (an into which is a loop constant
   will stay as a getfield).
 
+- kill GUARD_(NO)_EXCEPTION; replace that by LAST_EXC_VALUE to load the
+  current exception from the struct in memory, followed by a regular
+  GUARD_CLASS.
+
 TASKS
 -----
 



More information about the Pypy-commit mailing list