Author: Armin Rigo <ar...@tunes.org> Branch: stmgc-c7 Changeset: r71050:92c1768af884 Date: 2014-04-28 19:59 +0200 http://bitbucket.org/pypy/pypy/changeset/92c1768af884/
Log: Jit Fix diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py --- a/rpython/rlib/rstm.py +++ b/rpython/rlib/rstm.py @@ -132,6 +132,7 @@ def pop_marker(): llop.stm_pop_marker(lltype.Void) +@dont_look_inside def longest_abort_info(): state = llop.stm_longest_marker_state(lltype.Signed) time = llop.stm_longest_marker_time(lltype.Float) @@ -139,6 +140,7 @@ cother = llop.stm_longest_marker_other(rffi.CCHARP) return (state, time, rffi.charp2str(cself), rffi.charp2str(cother)) +@dont_look_inside def reset_longest_abort_info(): llop.stm_reset_longest_marker_state(lltype.Void) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit