Author: Hakan Ardo <[email protected]>
Branch: jit-short_from_state
Changeset: r45302:6ee1ab03fb23
Date: 2011-07-03 08:44 +0200
http://bitbucket.org/pypy/pypy/changeset/6ee1ab03fb23/
Log: dissbale for now
diff --git a/pypy/jit/metainterp/optimizeopt/heap.py
b/pypy/jit/metainterp/optimizeopt/heap.py
--- a/pypy/jit/metainterp/optimizeopt/heap.py
+++ b/pypy/jit/metainterp/optimizeopt/heap.py
@@ -127,6 +127,8 @@
if op.getopnum() == rop.SETFIELD_GC:
result = op.getarg(1)
if result in potential_ops:
+ # XXX dissable for now
+ continue
newresult = result.clonebox()
optimizer.make_equal_to(newresult,
optimizer.getvalue(result))
newresult = result
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit