|
From: <sv...@va...> - 2006-05-03 13:52:57
|
Author: sewardj
Date: 2006-05-03 14:52:47 +0100 (Wed, 03 May 2006)
New Revision: 5877
Log:
Increase # supported threads to 300 (see #126217).
Modified:
trunk/include/pub_tool_threadstate.h
Modified: trunk/include/pub_tool_threadstate.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/include/pub_tool_threadstate.h 2006-05-03 13:52:17 UTC (rev 587=
6)
+++ trunk/include/pub_tool_threadstate.h 2006-05-03 13:52:47 UTC (rev 587=
7)
@@ -36,7 +36,7 @@
scheduler algorithms is surely O(N) in the number of threads, since
that's simple, at least. And (in practice) we hope that most
programs do not need many threads. */
-#define VG_N_THREADS 100
+#define VG_N_THREADS 300
=20
/* Special magic value for an invalid ThreadId. It corresponds to
LinuxThreads using zero as the initial value for
|