[pypy-svn] r68840 - pypy/trunk/pypy/jit/metainterp

arigo at codespeak.net arigo at codespeak.net
Thu Oct 29 11:40:42 CET 2009


Author: arigo
Date: Thu Oct 29 11:40:42 2009
New Revision: 68840

Modified:
   pypy/trunk/pypy/jit/metainterp/resume.py
Log:
Remove this old flag, not used any more.


Modified: pypy/trunk/pypy/jit/metainterp/resume.py
==============================================================================
--- pypy/trunk/pypy/jit/metainterp/resume.py	(original)
+++ pypy/trunk/pypy/jit/metainterp/resume.py	Thu Oct 29 11:40:42 2009
@@ -90,8 +90,6 @@
 UNASSIGNED = tag(-1, TAGBOX)
 NULLREF = tag(-1, TAGCONST)
 
-VIRTUAL_FLAG = int((sys.maxint+1) // 2)
-assert not (VIRTUAL_FLAG & (VIRTUAL_FLAG-1))    # a power of two
 
 class ResumeDataLoopMemo(object):
 



More information about the Pypy-commit mailing list