X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcold%2Fwarm.lisp;h=a361fde7a43232fb74da5e46029aa894949332fd;hb=b19093fa94d6e1785abee99c35c9a610e8777671;hp=e2c76355d8a5c1bfc185ea9f4005e135db5b3a2b;hpb=475c832b081651e66ad9446d4852c62086f5e740;p=sbcl.git diff --git a/src/cold/warm.lisp b/src/cold/warm.lisp index e2c7635..a361fde 100644 --- a/src/cold/warm.lisp +++ b/src/cold/warm.lisp @@ -161,7 +161,7 @@ "src/pcl/macros" "src/pcl/compiler-support" "src/pcl/low" - "src/pcl/fin" + ;; "src/pcl/fin" merged into "src/pcl/low" in 0.6.11.43 "src/pcl/defclass" "src/pcl/defs" "src/pcl/fngen" @@ -205,8 +205,8 @@ ;; other functionality not needed for cold init, moved ;; to warm init to reduce peak memory requirement in ;; cold init - "src/code/describe" ; FIXME: should be byte compiled - "src/code/inspect" ; FIXME: should be byte compiled + "src/code/describe" + "src/code/inspect" "src/code/profile" "src/code/ntrace" "src/code/foreign" @@ -216,7 +216,7 @@ ;; facility is still used in our ANSI DESCRIBE ;; facility, and should be compiled and loaded after ;; our DESCRIBE facility is compiled and loaded. - "src/pcl/describe")) ; FIXME: should probably be byte compiled + "src/pcl/describe")) (let ((fullname (concatenate 'string stem ".lisp"))) (sb-int:/show "about to compile" fullname)