From f588530be4bdc0b7c917faba39cc243843151234 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 5 Aug 1993 17:17:10 +0000 Subject: [PATCH] Added scrub-control-stack before call to sub-gc in %set-bytes-consed-between-gcs so that hopefully callers won't have to do it. --- code/gc.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/gc.lisp b/code/gc.lisp index 088b1e6ec..9bec6c9d5 100644 --- a/code/gc.lisp +++ b/code/gc.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gc.lisp,v 1.16 1993/02/26 08:25:31 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gc.lisp,v 1.17 1993/08/05 17:17:10 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -435,6 +435,7 @@ (clear-auto-gc-trigger) (set-auto-gc-trigger *gc-trigger*)) (t + (system:scrub-control-stack) (sub-gc))))) val) ;;; -- GitLab