Skip to content
Snippets Groups Projects
Commit 136607b9 authored by ram's avatar ram
Browse files

Changed to call IR1-FINALIZE instead of CHECK-FREE-FUNCTION and

NOTE-FAILED-OPTIMIZATION.  The main reason for this reorganization is
that C-F-F was being called after the IR1 had been trashed (freelisted).
parent d2215ce4
No related branches found
No related tags found
No related merge requests found
......@@ -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.32 1991/03/05 00:17:31 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.33 1991/03/11 17:15:39 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -155,9 +155,8 @@
(event reoptimize-maxed-out)
(return))
(incf loop-count)))
(maphash #'note-failed-optimization *failed-optimizations*)
(clrhash *failed-optimizations*)
(ir1-finalize component)
(undefined-value))
......@@ -978,8 +977,7 @@
(when *check-consistency*
(dolist (component components)
(clear-ir1-info component)))))
(maphash #'check-free-function *free-functions*)
(undefined-value))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment