Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r60311:ae35a5b97af4
Date: 2013-01-21 21:12 +0200
http://bitbucket.org/pypy/pypy/changeset/ae35a5b97af4/
Log: too strong
diff --git a/rpython/jit/backend/llsupport/regalloc.py
b/rpython/jit/backend/llsupport/regalloc.py
--- a/rpython/jit/backend/llsupport/regalloc.py
+++ b/rpython/jit/backend/llsupport/regalloc.py
@@ -217,7 +217,6 @@
assert not all[node.val]
all[node.val] = 1
node = node.next
- assert all == [1] * self.get_frame_depth()
def try_to_reuse_location(self, box, loc):
xxx
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit