1.0.2.2:
authorNathan Froyd <froydnj@cs.rice.edu>
Sat, 27 Jan 2007 03:57:20 +0000 (03:57 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Sat, 27 Jan 2007 03:57:20 +0000 (03:57 +0000)
Delete a few spurious debugging FORMATs.

src/compiler/generic/vm-tran.lisp
src/compiler/x86/macros.lisp
version.lisp-expr

index d616f09..860cb3a 100644 (file)
@@ -60,7 +60,6 @@
                       (funcall func value (lvar-value offset))))
           (give-up-ir1-transform "constant is too large for inlining"))
         (splice-fun-args index func 2)
-        (format t "preparing to transform with ~A ~D~%" func value)
         `(lambda (thing index off1 off2 ,@(when setter-p
                                             '(value)))
            (,fun-name thing index (,func off2 off1) ,@(when setter-p
index dba9b91..fdf55a2 100644 (file)
        (:results (value :scs ,scs))
        (:result-types ,el-type)
        (:generator 3                    ; pw was 5
-         (unless (zerop offset)
-           (format t "Attempting D-F-R-O, offset ~D~%" offset))
          (sc-case index
            (immediate
             (inst mov value (make-ea :dword :base object
index c77312c..b8c100e 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.2.1"
+"1.0.2.2"