[pypy-commit] pypy stmgc-c7-rewindjmp: Fix

arigo noreply at buildbot.pypy.org
Mon Aug 18 14:27:50 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c7-rewindjmp
Changeset: r72877:e7b26f5a2320
Date: 2014-08-18 14:27 +0200
http://bitbucket.org/pypy/pypy/changeset/e7b26f5a2320/

Log:	Fix

diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py
--- a/pypy/module/pypyjit/interp_jit.py
+++ b/pypy/module/pypyjit/interp_jit.py
@@ -44,8 +44,7 @@
 pypyjitdriver = PyPyJitDriver(get_printable_location = get_printable_location,
                               should_unroll_one_iteration =
                               should_unroll_one_iteration,
-                              name='pypyjit',
-                              stm_do_transaction_breaks=True)
+                              name='pypyjit')
 
 class __extend__(PyFrame):
 


More information about the pypy-commit mailing list