salza on sbcl-0.9.9-darwin-ppc - Details

Started at:2006-04-16 01:47:27
Ended at:2006-04-16 01:47:40
Elapsed time (seconds):13
Most recent change:2005-04-28 14:48:44
Most recent file:/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/ChangeLog

REPL Output

;;; ASDF-INSTALL: Downloading 13934 bytes from http://www.xach.com/lisp/salza/salza-0.7.2.tar.gz to /Users/gwking/temporary/asdf-test/SALZA.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/SALZA.asdf-install-tmp in /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/, /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site-systems/
salza-0.7.2/
salza-0.7.2/ChangeLog
salza-0.7.2/LICENSE
salza-0.7.2/README
salza-0.7.2/compressor.lisp
salza-0.7.2/deflate-stream-interface.lisp
salza-0.7.2/deflate-stream.lisp
salza-0.7.2/fixhash.lisp
salza-0.7.2/huffman.lisp
salza-0.7.2/octet-replace.lisp
salza-0.7.2/packages.lisp
salza-0.7.2/salza.asd
salza-0.7.2/types.lisp
salza-0.7.2/zlib.lisp
salza-0.7.2/examples/
salza-0.7.2/examples/gzip.lisp
salza-0.7.2/examples/png.lisp

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/fixhash.lisp" (written 01 APR 2005 04:55:24 PM):
; compiling (DEFPACKAGE :FIXHASH ...)
; compiling (IN-PACKAGE :FIXHASH)
; compiling (DEFTYPE FIXHASH-INTEGER ...)
; compiling (DEFPARAMETER *SIZES* ...)
; compiling (DEFSTRUCT FIXHASH-TABLE ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFUN REHASH ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/fixhash.lisp
; in: DEFUN REHASH
;     (* FIXHASH::NEW-SIZE 2)
; 
; note: unable to
;   optimize
; due to type uncertainty:
;   The first argument is a NUMBER, not a FLOAT.
; 
; note: unable to
;   optimize
; due to type uncertainty:
;   The first argument is a NUMBER, not a (COMPLEX SINGLE-FLOAT).
; 
; note: unable to
;   optimize
; due to type uncertainty:
;   The first argument is a NUMBER, not a (COMPLEX DOUBLE-FLOAT).
; 
; note: unable to
;   convert x*2^k to shift
; due to type uncertainty:
;   The first argument is a NUMBER, not a INTEGER.
; 
; note: unable to
;   recode as shifts and adds
; due to type uncertainty:
;   The first argument is a NUMBER, not a (UNSIGNED-BYTE 32).
;   The result is a (VALUES FIXNUM
;                           &OPTIONAL), not a (VALUES (UNSIGNED-BYTE 32) &REST T).
; 
; note: forced to do GENERIC-* (cost 50)
;       unable to do inline fixnum arithmetic (cost 1) because:
;       The first argument is a NUMBER, not a FIXNUM.
;       unable to do inline fixnum arithmetic (cost 2) because:
;       The first argument is a NUMBER, not a FIXNUM.
;       etc.

; compiling (DEFUN GETFIXHASH ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/fixhash.lisp
; in: DEFUN GETFIXHASH
;     (MOD FIXHASH::K (1- FIXHASH::SIZE))
; --> BLOCK LET REM BLOCK MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL 
; ==>
;   (TRUNCATE NUMBER SB-KERNEL::DIVISOR)
; 
; note: forced to do fixnum truncate (cost 50)
;       unable to do unsigned fixnum truncate (cost 45) because:
;       The second argument is a (INTEGER -1 131071), not a (UNSIGNED-BYTE 29).
;       The result is a (VALUES (INTEGER -16777215 16777215)
;                               (MOD 131071)
;                               &OPTIONAL), not a (VALUES (UNSIGNED-BYTE 29)
;                                                         (UNSIGNED-BYTE 29)
;                                                         &REST
;                                                         T).

; compiling (DEFUN (SETF GETFIXHASH) ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/fixhash.lisp
; in: DEFUN (SETF GETFIXHASH)
;     (MOD FIXHASH::K (1- FIXHASH::SIZE))
; --> BLOCK LET REM BLOCK MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL 
; ==>
;   (TRUNCATE NUMBER SB-KERNEL::DIVISOR)
; 
; note: forced to do fixnum truncate (cost 50)
;       unable to do unsigned fixnum truncate (cost 45) because:
;       The second argument is a (INTEGER -1 131071), not a (UNSIGNED-BYTE 29).
;       The result is a (VALUES (INTEGER -16777215 16777215)
;                               (MOD 131071)
;                               &OPTIONAL), not a (VALUES (UNSIGNED-BYTE 29)
;                                                         (UNSIGNED-BYTE 29)
;                                                         &REST
;                                                         T).

; compiling (DEFUN CLRFIXHASH ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/fixhash.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/packages.lisp" (written 25 MAR 2005 04:09:02 PM):
; compiling (IN-PACKAGE :CL)
; compiling (DEFPACKAGE :SALZA-TYPES ...)
; compiling (DEFPACKAGE :SALZA-DEFLATE ...)
; compiling (DEFPACKAGE :SALZA ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/packages.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/types.lisp" (written 01 APR 2005 05:09:58 PM):
; compiling (IN-PACKAGE :SALZA-TYPES)
; compiling (DEFTYPE OCTET ...)
; compiling (DEFTYPE BUFFER-OFFSET ...)
; compiling (DEFTYPE OCTET-VECTOR ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/types.fasl written
; compilation finished in 0:00:01
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/deflate-stream.lisp" (written 28 APR 2005 02:45:26 PM):
; compiling (IN-PACKAGE :SALZA-DEFLATE)
; compiling (DECLAIM (INLINE DEFLATE-STREAM-BUFFER))
; compiling (DECLAIM (INLINE DEFLATE-STREAM-POS))
; compiling (DECLAIM (INLINE DEFLATE-STREAM-BYTE))
; compiling (DECLAIM (INLINE DEFLATE-STREAM-END))
; compiling (DECLAIM (INLINE DEFLATE-STREAM-BITS-LEFT))
; compiling (DEFINE-CONDITION DEFLATE-STREAM-BUFFER-FULL ...)
; compiling (DEFVAR *COMPRESSOR-BUFFER-SIZE* ...)
; compiling (DEFSTRUCT (DEFLATE-STREAM #) ...)
; compiling (DEFUN DEFAULT-CALLBACK ...)
; compiling (DEFUN MAKE-DEFLATE-STREAM ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFUN WRITE-BITS ...)
; compiling (DEFCONSTANT +DEFLATE-FIXED-TABLES-CODE+ ...)
; compiling (DEFUN WRITE-BLOCK-HEADER ...)
; compiling (DEFUN FLUSH-DEFLATE-STREAM ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/deflate-stream.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/huffman.lisp" (written 20 MAR 2005 04:33:49 PM):
; compiling (IN-PACKAGE :SALZA-DEFLATE)
; compiling (DEFUN REVERSE-BITS ...)
; compiling (DEFUN FIXED-HUFFMAN-TABLE ...)
; compiling (DEFUN SAVE-PAIR ...)
; compiling (DEFUN LENGTH-TABLE ...)
; compiling (DEFUN DISTANCE-TABLE ...)
; compiling (LET (#) ...)
; compiling (LET (#) ...)
; compiling (LET (#) ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/huffman.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/octet-replace.lisp" (written 23 MAR 2005 03:14:19 PM):
; compiling (IN-PACKAGE :SALZA-DEFLATE)
; compiling (DEFUN OCTET-REPLACE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/octet-replace.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/compressor.lisp" (written 01 APR 2005 04:59:25 PM):
; compiling (IN-PACKAGE :SALZA-DEFLATE)
; compiling (DEFUN COMPRESS ...)
; compiling (DEFUN COMPRESS-INPUT ...)
; compiling (DEFUN COMPRESS-SEQUENCE ...)
; compiling (DEFUN FINISH-COMPRESS ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/compressor.fasl written
; compilation finished in 0:00:01
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/deflate-stream-interface.lisp" (written 23 MAR 2005 02:55:20 PM):
; compiling (IN-PACKAGE :SALZA-DEFLATE)
; compiling (DEFUN START-DEFLATE-STREAM ...)
; compiling (DEFUN FINISH-DEFLATE-STREAM ...)
; compiling (DEFUN DEFLATE-WRITE-SEQUENCE ...)
; compiling (DEFUN DEFLATE-WRITE-BYTE ...)
; compiling (WHEN (<= CHAR-CODE-LIMIT ...) ...); in: LAMBDA NIL
;     (PUSHNEW :OCTET-CHARACTERS *FEATURES*)
; --> LET* ADJOIN 
; ==>
;   *FEATURES*
; 
; note: deleting unreachable code

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/deflate-stream-interface.lisp
; in: EVAL-WHEN (:COMPILE-TOPLEVEL :LOAD-TOPLEVEL :EXECUTE)
;     (PUSHNEW :OCTET-CHARACTERS *FEATURES*)
; --> LET* ADJOIN 
; ==>
;   *FEATURES*
; 
; note: deleting unreachable code

; compiling (DEFUN STRING-TO-OCTETS ...)
; compiling (DEFUN DEFLATE-WRITE-STRING ...)
; compiling (DEFUN CRC32-TABLE ...)
; compiling (LET (#) ...)
; compiling (DEFUN CRC32-SEQUENCE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/deflate-stream-interface.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/zlib.lisp" (written 05 APR 2005 03:53:27 PM):
; compiling (IN-PACKAGE :SALZA)
; compiling (DEFCONSTANT +ADLER32-BASE+ ...)
; compiling (DEFUN ADLER32 ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/zlib.lisp
; in: DEFUN ADLER32
;     (MOD SALZA::S1 SALZA::+ADLER32-BASE+)
; --> BLOCK LET REM BLOCK MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL 
; ==>
;   (TRUNCATE NUMBER SB-KERNEL::DIVISOR)
; 
; note: forced to do fixnum truncate (cost 50)
;       unable to do unsigned fixnum truncate (cost 45) because:
;       The first argument is a FIXNUM, not a (UNSIGNED-BYTE 29).
;       The result is a (VALUES (INTEGER -8193 8193)
;                               (INTEGER -65520 65520)
;                               &OPTIONAL), not a (VALUES (UNSIGNED-BYTE 29)
;                                                         (UNSIGNED-BYTE 29)
;                                                         &REST
;                                                         T).

;     (MOD SALZA::S2 SALZA::+ADLER32-BASE+)
; --> BLOCK LET REM BLOCK MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL 
; ==>
;   (TRUNCATE NUMBER SB-KERNEL::DIVISOR)
; 
; note: forced to do fixnum truncate (cost 50)
;       unable to do unsigned fixnum truncate (cost 45) because:
;       The first argument is a FIXNUM, not a (UNSIGNED-BYTE 29).
;       The result is a (VALUES (INTEGER -8193 8193)
;                               (INTEGER -65520 65520)
;                               &OPTIONAL), not a (VALUES (UNSIGNED-BYTE 29)
;                                                         (UNSIGNED-BYTE 29)
;                                                         &REST
;                                                         T).

; compiling (DEFINE-CONDITION ZLIB-BUFFER-FULL ...)
; compiling (DEFSTRUCT (ZLIB-STREAM #) ...)
; compiling (DEFUN ZLIB-STREAM-POSITION ...)
; compiling (DEFUN (SETF ZLIB-STREAM-POSITION) ...)
; compiling (DEFUN ZLIB-STREAM-BUFFER ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFCONSTANT +ZLIB-COMPRESSION-METHOD+ ...)
; compiling (DEFCONSTANT +ZLIB-COMPRESSION-INFO+ ...)
; compiling (DEFCONSTANT +ZLIB-COMPRESSION-LEVEL+ ...)
; compiling (DEFCONSTANT +ZLIB-PRESET-DICTIONARY-FLAG+ ...)
; compiling (DEFUN WRITE-ZLIB-STREAM-HEADER ...)
; compiling (DEFUN DEFAULT-CALLBACK ...)
; compiling (DEFUN MAKE-ZLIB-STREAM ...)
; compiling (DEFUN ZLIB-WRITE-SEQUENCE ...)
; compiling (DEFUN ZLIB-WRITE-STRING ...)
; compiling (DEFUN FINISH-ZLIB-STREAM ...)
; compiling (DEFUN COMPRESS-SEQUENCE ...)
; compiling (DEFUN COMPRESS-STRING ...)
; compiling (DEFUN COMPRESS-STREAM ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/zlib.fasl written
; compilation finished in 0:00:01
; 
; compilation unit finished
;   printed 12 notes