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
f5561d47
Commit
f5561d47
authored
Nov 08, 1991
by
ram
Browse files
If environment analysis trashes the DFO (i.e. by inserting cleanup code)
then recompute it.
parent
56f9f4d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main.lisp
View file @
f5561d47
...
...
@@ -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.4
4
1991/
08/25 18:11:1
2 ram Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.4
5
1991/
11/08 15:28:0
2 ram Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -207,6 +207,9 @@
(
*elsewhere*
nil
))
(
maybe-mumble
"Env "
)
(
environment-analyze
component
)
(
when
(
component-reanalyze
component
)
(
maybe-mumble
"DFO "
)
(
find-dfo
component
))
(
maybe-mumble
"GTN "
)
(
gtn-analyze
component
)
(
maybe-mumble
"LTN "
)
...
...
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