X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcold%2Fwarm.lisp;h=91bd152125da8b4c7bad6131e6e59d65fd278475;hb=91392754bf1d241cd6913c728268caf18eae1485;hp=4e5ca8e8cadd3c92b5fcf199b375cf54f4c195d0;hpb=4aef4760057ae2f236418ef5fcb410f027961a18;p=sbcl.git diff --git a/src/cold/warm.lisp b/src/cold/warm.lisp index 4e5ca8e..91bd152 100644 --- a/src/cold/warm.lisp +++ b/src/cold/warm.lisp @@ -13,10 +13,11 @@ ;;;; general warm init compilation policy + (proclaim '(optimize (compilation-speed 1) (debug #+sb-show 2 #-sb-show 1) (inhibit-warnings 2) - (safety 1) + (safety 2) (space 1) (speed 2))) @@ -175,6 +176,7 @@ "src/pcl/macros" "src/pcl/compiler-support" "src/pcl/low" + "src/pcl/slot-name" "src/pcl/defclass" "src/pcl/defs" "src/pcl/fngen" @@ -267,14 +269,3 @@ ;;; through the cold boot process. They need to be set somewhere. Maybe the ;;; easiest thing to do is to read them out of package-data-list.lisp-expr ;;; now? - -;;;; restoring compilation policy to neutral values in preparation for -;;;; SAVE-LISP-AND-DIE as final SBCL core - -(sb-int:/show "setting compilation policy to neutral values") -(proclaim '(optimize (compilation-speed 1) - (debug 1) - (inhibit-warnings 1) - (safety 1) - (space 1) - (speed 1)))