[pypy-commit] pypy stmgc-c7: Bah, there is no point. All stm_ operations are automatically put in this set

arigo noreply at buildbot.pypy.org
Sat May 3 12:29:44 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c7
Changeset: r71227:12d9ba7402c8
Date: 2014-05-03 12:28 +0200
http://bitbucket.org/pypy/pypy/changeset/12d9ba7402c8/

Log:	Bah, there is no point. All stm_ operations are automatically put
	in this set

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
@@ -17,13 +17,9 @@
     'gc_identityhash', 'gc_id', 'gc_can_move', 'gc__collect',
     'gc_adr_of_root_stack_top', 'gc_add_memory_pressure',
     'weakref_create', 'weakref_deref',
-    'stm_threadlocalref_get', 'stm_threadlocalref_set',
-    'stm_threadlocalref_count', 'stm_threadlocalref_addr',
     '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())
 


More information about the pypy-commit mailing list