Author: hager <[email protected]>
Branch: ppc-jit-backend
Changeset: r51210:f04c600f8177
Date: 2012-01-10 17:23 +0100
http://bitbucket.org/pypy/pypy/changeset/f04c600f8177/
Log: (bivab, hager): we don't want to free the args here
diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py
b/pypy/jit/backend/ppc/ppcgen/opassembler.py
--- a/pypy/jit/backend/ppc/ppcgen/opassembler.py
+++ b/pypy/jit/backend/ppc/ppcgen/opassembler.py
@@ -466,7 +466,6 @@
self.mc.call(adr)
self.mark_gc_roots(force_index)
- regalloc.possibly_free_vars(args)
# restore the arguments stored on the stack
if result is not None:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit