0.pre7.86:
[sbcl.git] / src / compiler / locall.lisp
index b8f4697..716afa1 100644 (file)
 
 (defun local-call-analyze-until-done (clambdas)
   (loop
-   (/show "at head of LOCAL-CALL-ANALYZE-UNTIL-DONE loop")
    (let ((did-something nil))
      (dolist (clambda clambdas)
        (let* ((component (block-component (node-block (lambda-bind clambda))))
                (block-delete-p block)
                (eq (functional-kind (block-home-lambda block)) :deleted)
                (member (functional-kind original-fun)
-                       '(:top-level-xep :deleted))
+                       '(:toplevel-xep :deleted))
                (not (or (eq (component-kind component) :initial)
                         (eq (block-component
                              (node-block
   ;;
   ;; The (SETF .. NIL) caused problems in sbcl-0.pre7.37.flaky5.2 when
   ;; I was trying to get Python to emit :EXTERNAL LAMBDAs directly
-  ;; (instead of only being able to emit funny little :TOP-LEVEL stubs
+  ;; (instead of only being able to emit funny little :TOPLEVEL stubs
   ;; which you called in order to get the address of an external LAMBDA):
   ;; the external function was defined in terms of internal function,
   ;; which was LET-converted, and then things blew up downstream when