[pypy-commit] pypy ppc-jit-backend: (bivab, hager): we don't want to free the args here

hager noreply at buildbot.pypy.org
Tue Jan 10 17:24:09 CET 2012


Author: hager <sven.hager at uni-duesseldorf.de>
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:


More information about the pypy-commit mailing list