don't be too restrictive on gc limit

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1227 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2005-01-05 17:08:28 +00:00
parent 6a590f77c8
commit 1bdf9a7876
1 changed files with 1 additions and 1 deletions

View File

@ -3556,8 +3556,8 @@ call_gc(UInt gc_lim, Int predarity, CELL *current_env, yamop *nextop)
gc_margin <<= GcCalls;
else {
/* next grow linearly */
/* don't do this: it forces the system to ask for ever more stack!!
gc_margin <<= 8;
/* don't do this: it forces the system to ask for ever more stack!!
gc_margin *= GcCalls;
*/
}