summaryrefslogtreecommitdiff
path: root/make-host-2.lisp
diff options
context:
space:
mode:
authorDouglas Katzman <dougk@google.com>2018-09-20 18:08:07 -0400
committerDouglas Katzman <dougk@google.com>2018-09-20 18:09:46 -0400
commitde2e9fa5680dde1fd9df0eaba5879c75ae95dc8b (patch)
tree50d6c46880d72d92277065f12fdeeb95a5c3005f /make-host-2.lisp
parentafe7457b27c3f196f6122d3688bd86e215b23f42 (diff)
Generate Unicode tables outside of with-compilation-unit
Also remove unnecessary limit on print-length/level in make-host-1 because if the host printer crashes, that's on it, nor us. (for suitable values of "it" and "us")
Diffstat (limited to 'make-host-2.lisp')
-rw-r--r--make-host-2.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-host-2.lisp b/make-host-2.lisp
index d626217ba..b6bb793c2 100644
--- a/make-host-2.lisp
+++ b/make-host-2.lisp
@@ -104,7 +104,7 @@
(not (gethash spec sb!c::*checkgen-used-types*)))
do (format t " ~S~%" spec)))
-;; Print some information about how well the function caches performed
+;; Print some information about how well the type operator caches performed
(when sb!impl::*profile-hash-cache*
(sb!impl::show-hash-cache-statistics))
#|