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

agaynor at codespeak.net agaynor at codespeak.net
Tue Sep 21 16:34:03 CEST 2010


Author: agaynor
Date: Tue Sep 21 16:34:01 2010
New Revision: 77229

Modified:
   pypy/extradoc/planning/jit.txt
Log:
This is fixed.

Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Tue Sep 21 16:34:01 2010
@@ -39,9 +39,6 @@
   the guard recovert code (only if we are sure that the stored field cannot
   change)
 
-- int_add_ovf(x, 0) guard_overflow is 20% of all int_add_ovf, not much
-  overall, but probably worth attacking
-
 - if we move a promotion up the chain, some arguments don't get replaced
   with constants (those between current and previous locations). So we get
   like



More information about the Pypy-commit mailing list