[pypy-commit] pypy jitframe-on-heap: missed one

fijal noreply at buildbot.pypy.org
Mon Jan 21 20:09:10 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: jitframe-on-heap
Changeset: r60309:133bca1191f7
Date: 2013-01-21 21:08 +0200
http://bitbucket.org/pypy/pypy/changeset/133bca1191f7/

Log:	missed one

diff --git a/rpython/jit/backend/x86/regalloc.py b/rpython/jit/backend/x86/regalloc.py
--- a/rpython/jit/backend/x86/regalloc.py
+++ b/rpython/jit/backend/x86/regalloc.py
@@ -486,6 +486,7 @@
         else:
             resloc = None
         self.perform_guard(op, [loc, loc1], resloc)
+        self.possibly_free_var(box)
 
     consider_guard_no_overflow = consider_guard_no_exception
     consider_guard_overflow    = consider_guard_no_exception


More information about the pypy-commit mailing list