Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r71226:1f3e4fe9aba6
Date: 2014-05-03 12:26 +0200
http://bitbucket.org/pypy/pypy/changeset/1f3e4fe9aba6/

Log:    These must not turn the transaction inevitable

diff --git a/rpython/translator/stm/inevitable.py 
b/rpython/translator/stm/inevitable.py
--- a/rpython/translator/stm/inevitable.py
+++ b/rpython/translator/stm/inevitable.py
@@ -22,6 +22,8 @@
     'jit_assembler_call', 'gc_writebarrier',
     'shrink_array', 'jit_stm_transaction_break_point',
     'jit_stm_should_break_transaction',
+    'stm_longest_marker_state', 'stm_longest_marker_time',
+    'stm_longest_marker_self', 'stm_longest_marker_other',
     ])
 ALWAYS_ALLOW_OPERATIONS |= set(lloperation.enum_tryfold_ops())
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to