X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fpack.lisp;h=ef8b22f702d869ff8fb4e6b2aefaf5b14ac94ac1;hb=5dc28680e9cb2d598da02aed512aa49ea81fdade;hp=5b90f5aff307c12a04257a4570b3d22b7ec42d67;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/compiler/pack.lisp b/src/compiler/pack.lisp index 5b90f5a..ef8b22f 100644 --- a/src/compiler/pack.lisp +++ b/src/compiler/pack.lisp @@ -13,14 +13,12 @@ (in-package "SB!C") -(file-comment - "$Header$") - -;;; for debugging: Some parameters controlling which optimizations we attempt. +;;; for debugging: some parameters controlling which optimizations we +;;; attempt (defvar *pack-assign-costs* t) (defvar *pack-optimize-saves* t) -;;; FIXME: Perhaps SB-FLUID should be renamed to SB-TWEAK and these should be -;;; made conditional on SB-TWEAK. +;;; FIXME: Perhaps SB-FLUID should be renamed to SB-TWEAK and these +;;; should be made conditional on SB-TWEAK. (declaim (ftype (function (component) index) ir2-block-count))