disable stack shifting and garbage collection in the presence of

multiple threads.


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@646 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-10-21 22:52:36 +00:00
parent 0351b9f0ab
commit 5a5c674300
10 changed files with 53 additions and 44 deletions

View File

@@ -229,6 +229,7 @@ void make_root_frames(void) {
#ifdef YAPOR
void init_workers(void) {
int proc;
NOfThreads = number_workers;
#ifdef ACOW
if (number_workers > 1) {
int son;