[pypy-commit] stmgc c8-adaptive-trx-length: Merge all single thread mode enum values for consistency with analysis script

tobweber pypy.commits at gmail.com
Tue May 2 10:34:36 EDT 2017


Author: Tobias Weber <tobias_weber89 at gmx.de>
Branch: c8-adaptive-trx-length
Changeset: r2050:784040daca87
Date: 2017-04-29 16:31 +0200
http://bitbucket.org/pypy/stmgc/changeset/784040daca87/

Log:	Merge all single thread mode enum values for consistency with
	analysis script

diff --git a/c8/stmgc.h b/c8/stmgc.h
--- a/c8/stmgc.h
+++ b/c8/stmgc.h
@@ -585,6 +585,8 @@
     STM_DURATION_MAJOR_GC_LOG_ONLY,
     STM_DURATION_MAJOR_GC_FULL,
 
+    STM_SINGLE_THREAD_MODE_ON,
+    STM_SINGLE_THREAD_MODE_OFF,
     STM_SINGLE_THREAD_MODE_ADAPTIVE,
 
     _STM_EVENT_N


More information about the pypy-commit mailing list