From 4ec7e413eb80e8a8927266629ea3a415daab47a4 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Tue, 28 May 2002 11:27:31 +0000 Subject: [PATCH] Increase thread scheduling quantum from 20000 bbs to 50000 bbs. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@328 --- coregrind/vg_include.h | 2 +- vg_include.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coregrind/vg_include.h b/coregrind/vg_include.h index 3b8358fd94..c437f6a3d4 100644 --- a/coregrind/vg_include.h +++ b/coregrind/vg_include.h @@ -123,7 +123,7 @@ /* Defines the thread-scheduling timeslice, in terms of the number of basic blocks we attempt to run each thread for. Smaller values give finer interleaving but much increased scheduling overheads. */ -#define VG_SCHEDULING_QUANTUM 20000 +#define VG_SCHEDULING_QUANTUM 50000 /* The maximum number of pthreads that we support. This is deliberately not very high since our implementation of some of the diff --git a/vg_include.h b/vg_include.h index 3b8358fd94..c437f6a3d4 100644 --- a/vg_include.h +++ b/vg_include.h @@ -123,7 +123,7 @@ /* Defines the thread-scheduling timeslice, in terms of the number of basic blocks we attempt to run each thread for. Smaller values give finer interleaving but much increased scheduling overheads. */ -#define VG_SCHEDULING_QUANTUM 20000 +#define VG_SCHEDULING_QUANTUM 50000 /* The maximum number of pthreads that we support. This is deliberately not very high since our implementation of some of the -- 2.47.2