Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
997d7125
Commit
997d7125
authored
Aug 05, 1993
by
ram
Browse files
Flushed call to scrub-control-stack, since doing it every form
was taking a measurable amount of time.
parent
559edce1
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main.lisp
View file @
997d7125
...
...
@@ -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.9
4
1993/08/0
3
1
2:58:13
ram Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.9
5
1993/08/0
5
1
7: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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment