From 997d71255fb2040adaafddbd8cc8334fcddf4a02 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 5 Aug 1993 17:11:20 +0000 Subject: [PATCH] Flushed call to scrub-control-stack, since doing it every form was taking a measurable amount of time. --- compiler/main.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/main.lisp b/compiler/main.lisp index 430380cdd..8e575be9e 100644 --- a/compiler/main.lisp +++ b/compiler/main.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.94 1993/08/03 12:58:13 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.95 1993/08/05 17:11:20 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -934,7 +934,6 @@ (cond ((eq *block-compile* t) (push tll *top-level-lambdas*)) (t (compile-top-level (list tll) nil))))) - (system:scrub-control-stack) (setf (bytes-consed-between-gcs) orig)))) ;;; PROCESS-PROGN -- Internal -- GitLab