#
# ChangeLog for benchmark/basic
#
# Generated by Trac 1.2.1
# Apr 9, 2025, 1:46:44 PM

Wed, 31 Aug 2022 15:55:47 GMT Thierry Delisle <tdelisle@…> [1bcbf02]
	* benchmark/basic/tls_fetch_add.c (modified)
	* libcfa/src/concurrency/kernel/fwd.hfa (modified)
	* libcfa/src/concurrency/kernel/private.hfa (modified)
	* libcfa/src/concurrency/kernel/startup.cfa (modified)
	* libcfa/src/concurrency/preemption.cfa (modified)
	* tests/concurrent/clib_tls.c (modified)
	* tests/concurrent/park/contention.cfa (modified)

	Changed declarations using _Thread_local to use __thread.
	I'm fairly ...


Wed, 31 Aug 2022 14:55:14 GMT Thierry Delisle <tdelisle@…> [dc708c1]
	* benchmark/basic/tls_fetch_add.c (modified)

	Removed other instance of thread_local


Mon, 12 Apr 2021 21:34:33 GMT Thierry Delisle <tdelisle@…> [7f5683e]
	* benchmark/basic/ttst_lock.c (modified)
	* doc/theses/thierry_delisle_PhD/code/readyQ_proto/links2.hpp (modified)
	* doc/theses/thierry_delisle_PhD/code/readyQ_proto/processor_list.hpp (modified)
	* doc/theses/thierry_delisle_PhD/code/readyQ_proto/processor_list_good.cpp (modified)
	* doc/theses/thierry_delisle_PhD/code/readyQ_proto/randbit.cpp (modified)
	* doc/theses/thierry_delisle_PhD/code/readyQ_proto/utils.hpp (modified)

	Several prototype fixes for arm


Mon, 13 Jan 2020 17:49:14 GMT Peter A. Buhr <pabuhr@…> [525b5ef]
	* benchmark/basic/fetch_add.c (modified)
	* benchmark/basic/tls_fetch_add.c (modified)
	* benchmark/basic/ttst_lock.c (modified)

	add documentation


Tue, 07 Jan 2020 20:50:56 GMT Peter A. Buhr <pabuhr@…> [b4107c8]
	* benchmark/basic/fetch_add.c (moved)
	* benchmark/basic/function.c (added)
	* benchmark/basic/loop.c (added)
	* benchmark/basic/tls_fetch_add.c (moved)
	* benchmark/basic/ttst_lock.c (moved)
	* benchmark/creation/JavaThread.java (modified)
	* benchmark/creation/cfa_cor.cfa (modified)
	* benchmark/creation/cfa_thrd.cfa (modified)
	* benchmark/creation/goroutine.go (modified)
	* benchmark/creation/pthreads.c (modified)
	* benchmark/creation/rust_thrd.rs (added)
	* benchmark/creation/upp_cor.cc (modified)
	* benchmark/creation/upp_thrd.cc (modified)
	* benchmark/ctxswitch/JavaThread.java (modified)
	* benchmark/ctxswitch/cfa_cor.cfa (modified)
	* benchmark/ctxswitch/cfa_cor_then.cfa (modified)
	* benchmark/ctxswitch/cfa_gen.cfa (modified)
	* benchmark/ctxswitch/cfa_thrd.cfa (modified)
	* benchmark/ctxswitch/cfa_thrd2.cfa (modified)
	* benchmark/ctxswitch/goroutine.go (modified)
	* benchmark/ctxswitch/kos_fibre.cpp (modified)
	* benchmark/ctxswitch/kos_fibre2.cpp (modified)
	* benchmark/ctxswitch/node_cor.js (added)
	* benchmark/ctxswitch/pthreads.c (modified)
	* benchmark/ctxswitch/python_cor.py (added)
	* benchmark/ctxswitch/rust_thrd.rs (added)
	* benchmark/ctxswitch/upp_cor.cc (modified)
	* benchmark/ctxswitch/upp_thrd.cc (modified)
	* benchmark/function.c (deleted)
	* benchmark/loop.c (deleted)
	* benchmark/mutex/JavaThread.java (modified)
	* benchmark/mutex/cfa1.cfa (modified)
	* benchmark/mutex/cfa2.cfa (modified)
	* benchmark/mutex/cfa4.cfa (modified)
	* benchmark/mutex/goroutine.go (added)
	* benchmark/mutex/pthreads.c (modified)
	* benchmark/mutex/rust.rs (added)
	* benchmark/mutex/upp.cc (modified)
	* benchmark/schedext/cfa1.cfa (modified)
	* benchmark/schedext/cfa2.cfa (modified)
	* benchmark/schedext/cfa4.cfa (modified)
	* benchmark/schedext/upp.cc (modified)
	* benchmark/schedint/JavaThread.java (modified)
	* benchmark/schedint/cfa1.cfa (modified)
	* benchmark/schedint/cfa2.cfa (modified)
	* benchmark/schedint/cfa4.cfa (modified)
	* benchmark/schedint/pthreads.c (modified)
	* benchmark/schedint/rust.rs (added)
	* benchmark/schedint/upp.cc (modified)

	update existing benchmarks for changes to bench.h, add new benchmarks ...