Skip to content

Instantly share code, notes, and snippets.

@kalifg
Created July 23, 2012 19:57
Show Gist options
  • Save kalifg/3165840 to your computer and use it in GitHub Desktop.
Save kalifg/3165840 to your computer and use it in GitHub Desktop.
brew install -v sbcl
HOMEBREW_VERSION: 0.9.2
HEAD: 64edb639151161b7d0ea70f7f84871e68acc9a4c
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit sandybridge
OS X: 10.7.4-x86_64
Xcode: 4.3.3
CLT: 4.3.0.0.1.1249367152
GCC-4.0: N/A
GCC-4.2: N/A
LLVM: build 2336
Clang: 3.1 build 318
MacPorts or Fink? false
X11: 2.6.4 @ /usr/X11
System Ruby: 1.8.7-357
Which Perl: /usr/bin/perl
Which Python: /usr/bin/python
Which Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/1.9.3-p194/bin/ruby
Your system is raring to brew.
This file has been truncated, but you can view the full file.
==> Downloading http://downloads.sourceforge.net/project/sbcl/sbcl/1.0.55/sbcl-1.0.55-source.tar.bz2
Already downloaded: /Library/Caches/Homebrew/sbcl-1.0.55.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/sbcl-1.0.55.tar.bz2
==> Downloading patches
/usr/bin/curl -qf#LA Homebrew 0.9.2 (Ruby 1.8.7-357; Mac OS X 10.7.4) https://trac.macports.org/export/88830/trunk/dports/lang/sbcl/files/patch-base-target-features.diff -o 000-homebrew.diff https://trac.macports.org/export/88830/trunk/dports/lang/sbcl/files/patch-make-doc.diff -o 001-homebrew.diff https://trac.macports.org/export/88830/trunk/dports/lang/sbcl/files/patch-posix-tests.diff -o 002-homebrew.diff https://trac.macports.org/export/88830/trunk/dports/lang/sbcl/files/patch-use-mach-exception-handler.diff -o 003-homebrew.diff --silent
==> Patching
/usr/bin/patch -f -p0 -i 000-homebrew.diff
patching file base-target-features.lisp-expr
Hunk #1 succeeded at 219 with fuzz 2.
Hunk #2 succeeded at 423 (offset 17 lines).
/usr/bin/patch -f -p0 -i 001-homebrew.diff
patching file doc/make-doc.sh
/usr/bin/patch -f -p0 -i 002-homebrew.diff
patching file contrib/sb-posix/posix-tests.lisp
Hunk #2 succeeded at 168 with fuzz 1 (offset 5 lines).
Hunk #3 succeeded at 341 (offset 13 lines).
Hunk #4 succeeded at 357 (offset 12 lines).
Hunk #5 succeeded at 540 (offset 29 lines).
Hunk #6 succeeded at 714 (offset 46 lines).
/usr/bin/patch -f -p0 -i 003-homebrew.diff
patching file customize-target-features.lisp
==> Downloading http://downloads.sourceforge.net/project/sbcl/sbcl/1.0.55/sbcl-1.0.55-x86-darwin-binary.tar.bz2
Already downloaded: /Library/Caches/Homebrew/sbcl-1.0.55-x86-darwin-binary.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/sbcl-1.0.55-x86-darwin-binary.tar.bz2
==> ./make.sh --prefix=/usr/local/Cellar/sbcl/1.0.55 --xc-host=/private/tmp/homebrew-__UNKNOWN__-1.0.55-gct0/sbcl-1.0.55-x86-darwin/src/runtime/sbcl --core /private/tmp/homebrew-__UNKNOWN__-1.0.55-gct0/sbcl-1.0.55-x86-darwin/output/sbcl.core --disable-debugger --no-userinit --no-sysinit
./make.sh --prefix=/usr/local/Cellar/sbcl/1.0.55 --xc-host=/private/tmp/homebrew-__UNKNOWN__-1.0.55-gct0/sbcl-1.0.55-x86-darwin/src/runtime/sbcl --core /private/tmp/homebrew-__UNKNOWN__-1.0.55-gct0/sbcl-1.0.55-x86-darwin/output/sbcl.core --disable-debugger --no-userinit --no-sysinit
rm -f *~ *.bak *.orig \#*\# .\#* texput.log *.fasl
rm -rf sbcl asdf "docstrings/"
rm -f sbcl.html asdf.html
rm -f contrib-docs.texi-temp
rm -f package-locks.texi-temp
rm -f variables.texinfo
rm -f sbcl.ps asdf.ps sbcl.pdf asdf.pdf html-stamp tempfiles-stamp
rm -f asdf.aux asdf.cp asdf.cps asdf.fn asdf.fns asdf.ky asdf.log asdf.pg asdf.toc asdf.tp asdf.tps asdf.vr asdf.vrs sbcl.aux sbcl.cp sbcl.cps sbcl.fn sbcl.fns sbcl.ky sbcl.log sbcl.pg sbcl.toc sbcl.tp sbcl.tps sbcl.vr sbcl.vrs
rm -f sbcl.info sbcl.info-* asdf.info
//entering make-config.sh
//ensuring the existence of output/ directory
//guessing default target CPU architecture from host architecture
//setting up CPU-architecture-dependent information
sbcl_arch="x86-64"
//initializing /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/local-target-features.lisp-expr
//setting up OS-dependent information
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.4 -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I../src/runtime -L/usr/local/lib determine-endianness.c -lSystem -lc -ldl -o determine-endianness
//finishing /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/local-target-features.lisp-expr
//Starting build: Mon Jul 23 14:36:19 CDT 2012
//Options: --prefix='/usr/local/Cellar/sbcl/1.0.55' --xc-host='/private/tmp/homebrew-__UNKNOWN__-1.0.55-gct0/sbcl-1.0.55-x86-darwin/src/runtime/sbcl --core /private/tmp/homebrew-__UNKNOWN__-1.0.55-gct0/sbcl-1.0.55-x86-darwin/output/sbcl.core --disable-debugger --no-userinit --no-sysinit'
/in canonicalize-whitespace-1
/$*=./contrib/asdf/asdf.lisp ./contrib/asdf-install/defpackage.lisp ./contrib/asdf-install/installer.lisp ./contrib/asdf-stub.lisp ./contrib/code-extras.lisp ./contrib/compiler-extras.lisp ./contrib/sb-aclrepl/debug.lisp ./contrib/sb-aclrepl/inspect.lisp ./contrib/sb-aclrepl/repl.lisp ./contrib/sb-aclrepl/tests.lisp ./contrib/sb-aclrepl/toplevel.lisp ./contrib/sb-bsd-sockets/constants.lisp ./contrib/sb-bsd-sockets/defpackage.lisp ./contrib/sb-bsd-sockets/inet.lisp ./contrib/sb-bsd-sockets/local.lisp ./contrib/sb-bsd-sockets/misc.lisp ./contrib/sb-bsd-sockets/name-service.lisp ./contrib/sb-bsd-sockets/sockets.lisp ./contrib/sb-bsd-sockets/sockopt.lisp ./contrib/sb-bsd-sockets/split.lisp ./contrib/sb-bsd-sockets/tests.lisp ./contrib/sb-bsd-sockets/win32-constants.lisp ./contrib/sb-bsd-sockets/win32-lib.lisp ./contrib/sb-bsd-sockets/win32-sockets.lisp ./contrib/sb-cltl2/compiler-let.lisp ./contrib/sb-cltl2/defpackage.lisp ./contrib/sb-cltl2/env.lisp ./contrib/sb-cltl2/macroexpand.lisp ./contrib/sb-cltl2/tests.lisp ./contrib/sb-concurrency/gate.lisp ./contrib/sb-concurrency/mailbox.lisp ./contrib/sb-concurrency/package.lisp ./contrib/sb-concurrency/queue.lisp ./contrib/sb-concurrency/tests/package.lisp ./contrib/sb-concurrency/tests/test-gate.lisp ./contrib/sb-concurrency/tests/test-mailbox.lisp ./contrib/sb-concurrency/tests/test-queue.lisp ./contrib/sb-concurrency/tests/test-utils.lisp ./contrib/sb-cover/cover.lisp ./contrib/sb-cover/test-data-1.lisp ./contrib/sb-cover/test-data-2.lisp ./contrib/sb-cover/test-data-3.lisp ./contrib/sb-cover/tests.lisp ./contrib/sb-executable/sb-executable.lisp ./contrib/sb-grovel/def-to-lisp.lisp ./contrib/sb-grovel/defpackage.lisp ./contrib/sb-grovel/example-constants.lisp ./contrib/sb-grovel/foreign-glue.lisp ./contrib/sb-introspect/introspect.lisp ./contrib/sb-introspect/load-test.lisp ./contrib/sb-introspect/test-driver.lisp ./contrib/sb-introspect/test.lisp ./contrib/sb-introspect/xref-test-data.lisp ./contrib/sb-introspect/xref-test.lisp ./contrib/sb-md5/md5-tests.lisp ./contrib/sb-md5/md5.lisp ./contrib/sb-posix/constants.lisp ./contrib/sb-posix/defpackage.lisp ./contrib/sb-posix/designator.lisp ./contrib/sb-posix/interface.lisp ./contrib/sb-posix/macros.lisp ./contrib/sb-posix/posix-tests.lisp ./contrib/sb-queue/package.lisp ./contrib/sb-rotate-byte/compiler.lisp ./contrib/sb-rotate-byte/package.lisp ./contrib/sb-rotate-byte/ppc-vm.lisp ./contrib/sb-rotate-byte/rotate-byte-tests.lisp ./contrib/sb-rotate-byte/rotate-byte.lisp ./contrib/sb-rotate-byte/x86-64-vm.lisp ./contrib/sb-rotate-byte/x86-vm.lisp ./contrib/sb-rt/rt.lisp ./contrib/sb-simple-streams/classes.lisp ./contrib/sb-simple-streams/direct.lisp ./contrib/sb-simple-streams/file.lisp ./contrib/sb-simple-streams/fndb.lisp ./contrib/sb-simple-streams/impl.lisp ./contrib/sb-simple-streams/internal.lisp ./contrib/sb-simple-streams/iodefs.lisp ./contrib/sb-simple-streams/null.lisp ./contrib/sb-simple-streams/package.lisp ./contrib/sb-simple-streams/simple-stream-tests.lisp ./contrib/sb-simple-streams/socket.lisp ./contrib/sb-simple-streams/strategy.lisp ./contrib/sb-simple-streams/string.lisp ./contrib/sb-simple-streams/terminal.lisp ./contrib/sb-sprof/sb-sprof.lisp ./contrib/stale-symbols.lisp ./customize-target-features.lisp ./doc/manual/create-contrib-doc-list.lisp ./doc/manual/docstrings.lisp ./make-genesis-2.lisp ./make-host-1.lisp ./make-host-2.lisp ./make-target-2-load.lisp ./make-target-2.lisp ./src/assembly/alpha/alloc.lisp ./src/assembly/alpha/arith.lisp ./src/assembly/alpha/array.lisp ./src/assembly/alpha/assem-rtns.lisp ./src/assembly/alpha/support.lisp ./src/assembly/assemfile.lisp ./src/assembly/hppa/alloc.lisp ./src/assembly/hppa/arith.lisp ./src/assembly/hppa/array.lisp ./src/assembly/hppa/assem-rtns.lisp ./src/assembly/hppa/support.lisp ./src/assembly/mips/alloc.lisp ./src/assembly/mips/arith.lisp ./src/assembly/mips/array.lisp ./src/assembly/mips/assem-rtns.lisp ./src/assembly/mips/support.lisp ./src/assembly/ppc/alloc.lisp ./src/assembly/ppc/arith.lisp ./src/assembly/ppc/array.lisp ./src/assembly/ppc/assem-rtns.lisp ./src/assembly/ppc/support.lisp ./src/assembly/sparc/alloc.lisp ./src/assembly/sparc/arith.lisp ./src/assembly/sparc/array.lisp ./src/assembly/sparc/assem-rtns.lisp ./src/assembly/sparc/support.lisp ./src/assembly/x86/alloc.lisp ./src/assembly/x86/arith.lisp ./src/assembly/x86/array.lisp ./src/assembly/x86/assem-rtns.lisp ./src/assembly/x86/bit-bash.lisp ./src/assembly/x86/support.lisp ./src/assembly/x86-64/alloc.lisp ./src/assembly/x86-64/arith.lisp ./src/assembly/x86-64/array.lisp ./src/assembly/x86-64/assem-rtns.lisp ./src/assembly/x86-64/bit-bash.lisp ./src/assembly/x86-64/support.lisp ./src/code/alien-type.lisp ./src/code/alloc.lisp ./src/code/alpha-vm.lisp ./src/code/ansi-stream.lisp ./src/code/array.lisp ./src/code/backq.lisp ./src/code/barrier.lisp ./src/code/bignum.lisp ./src/code/bit-bash.lisp ./src/code/bsd-os.lisp ./src/code/cas.lisp ./src/code/char.lisp ./src/code/cl-specials.lisp ./src/code/class-init.lisp ./src/code/class.lisp ./src/code/coerce.lisp ./src/code/cold-error.lisp ./src/code/cold-init-helper-macros.lisp ./src/code/cold-init.lisp ./src/code/common-os.lisp ./src/code/condition.lisp ./src/code/cross-boole.lisp ./src/code/cross-byte.lisp ./src/code/cross-char.lisp ./src/code/cross-condition.lisp ./src/code/cross-early.lisp ./src/code/cross-float.lisp ./src/code/cross-io.lisp ./src/code/cross-make-load-form.lisp ./src/code/cross-misc.lisp ./src/code/cross-modular.lisp ./src/code/cross-sap.lisp ./src/code/cross-thread.lisp ./src/code/cross-type.lisp ./src/code/deadline.lisp ./src/code/debug-info.lisp ./src/code/debug-int.lisp ./src/code/debug-var-io.lisp ./src/code/debug.lisp ./src/code/defbangconstant.lisp ./src/code/defbangmacro.lisp ./src/code/defbangstruct.lisp ./src/code/defbangtype.lisp ./src/code/defboot.lisp ./src/code/defmacro.lisp ./src/code/defpackage.lisp ./src/code/defsetfs.lisp ./src/code/defstruct.lisp ./src/code/deftypes-for-target.lisp ./src/code/describe-policy.lisp ./src/code/describe.lisp ./src/code/destructuring-bind.lisp ./src/code/dyncount.lisp ./src/code/early-alieneval.lisp ./src/code/early-array.lisp ./src/code/early-cl.lisp ./src/code/early-constants.lisp ./src/code/early-defbangmethod.lisp ./src/code/early-defstructs.lisp ./src/code/early-extensions.lisp ./src/code/early-fasl.lisp ./src/code/early-float.lisp ./src/code/early-format.lisp ./src/code/early-full-eval.lisp ./src/code/early-impl.lisp ./src/code/early-package.lisp ./src/code/early-pprint.lisp ./src/code/early-print.lisp ./src/code/early-setf.lisp ./src/code/early-source-location.lisp ./src/code/early-step.lisp ./src/code/early-thread.lisp ./src/code/early-time.lisp ./src/code/early-type.lisp ./src/code/error-error.lisp ./src/code/error.lisp ./src/code/eval.lisp ./src/code/exhaust.lisp ./src/code/external-formats/enc-basic.lisp ./src/code/external-formats/enc-cn-tbl.lisp ./src/code/external-formats/enc-cn.lisp ./src/code/external-formats/enc-cyr.lisp ./src/code/external-formats/enc-dos.lisp ./src/code/external-formats/enc-ebcdic.lisp ./src/code/external-formats/enc-iso.lisp ./src/code/external-formats/enc-jpn-tbl.lisp ./src/code/external-formats/enc-jpn.lisp ./src/code/external-formats/enc-ucs.lisp ./src/code/external-formats/enc-utf.lisp ./src/code/external-formats/enc-win.lisp ./src/code/external-formats/mb-util.lisp ./src/code/fd-stream.lisp ./src/code/fdefinition.lisp ./src/code/filesys.lisp ./src/code/final.lisp ./src/code/float-trap.lisp ./src/code/float.lisp ./src/code/fop.lisp ./src/code/force-delayed-defbangconstants.lisp ./src/code/force-delayed-defbangmacros.lisp ./src/code/force-delayed-defbangmethods.lisp ./src/code/force-delayed-defbangstructs.lisp ./src/code/foreign-load.lisp ./src/code/foreign.lisp ./src/code/format-time.lisp ./src/code/full-eval.lisp ./src/code/function-names.lisp ./src/code/funutils.lisp ./src/code/gc.lisp ./src/code/globals.lisp ./src/code/hash-table.lisp ./src/code/host-alieneval.lisp ./src/code/host-c-call.lisp ./src/code/host-pprint.lisp ./src/code/hppa-vm.lisp ./src/code/hpux-os.lisp ./src/code/huffman.lisp ./src/code/inspect.lisp ./src/code/interr.lisp ./src/code/irrat.lisp ./src/code/kernel.lisp ./src/code/late-cas.lisp ./src/code/late-condition.lisp ./src/code/late-defbangmethod.lisp ./src/code/late-deftypes-for-target.lisp ./src/code/late-extensions.lisp ./src/code/late-format.lisp ./src/code/late-setf.lisp ./src/code/late-type.lisp ./src/code/linkage-table.lisp ./src/code/linux-os.lisp ./src/code/list.lisp ./src/code/load.lisp ./src/code/loop.lisp ./src/code/macroexpand.lisp ./src/code/macros.lisp ./src/code/mips-vm.lisp ./src/code/mipsstrops.lisp ./src/code/misc-aliens.lisp ./src/code/misc.lisp ./src/code/module.lisp ./src/code/ntrace.lisp ./src/code/numbers.lisp ./src/code/octets.lisp ./src/code/osf1-os.lisp ./src/code/package.lisp ./src/code/parse-body.lisp ./src/code/parse-defmacro-errors.lisp ./src/code/parse-defmacro.lisp ./src/code/pathname.lisp ./src/code/pp-backq.lisp ./src/code/ppc-vm.lisp ./src/code/pprint.lisp ./src/code/pred.lisp ./src/code/primordial-extensions.lisp ./src/code/primordial-type.lisp ./src/code/print.lisp ./src/code/profile.lisp ./src/code/purify.lisp ./src/code/query.lisp ./src/code/random.lisp ./src/code/reader.lisp ./src/code/readtable.lisp ./src/code/room.lisp ./src/code/run-program.lisp ./src/code/save.lisp ./src/code/sc-offset.lisp ./src/code/seq.lisp ./src/code/serve-event.lisp ./src/code/setf-funs.lisp ./src/code/sharpm.lisp ./src/code/show.lisp ./src/code/signal.lisp ./src/code/sort.lisp ./src/code/source-location.lisp ./src/code/sparc-vm.lisp ./src/code/specializable-array.lisp ./src/code/step.lisp ./src/code/stream.lisp ./src/code/string.lisp ./src/code/stubs.lisp ./src/code/sunos-os.lisp ./src/code/sxhash.lisp ./src/code/symbol.lisp ./src/code/sysmacs.lisp ./src/code/target-alieneval.lisp ./src/code/target-allocate.lisp ./src/code/target-c-call.lisp ./src/code/target-char.lisp ./src/code/target-defbangmethod.lisp ./src/code/target-defstruct.lisp ./src/code/target-error.lisp ./src/code/target-exception.lisp ./src/code/target-extensions.lisp ./src/code/target-format.lisp ./src/code/target-hash-table.lisp ./src/code/target-load.lisp ./src/code/target-misc.lisp ./src/code/target-package.lisp ./src/code/target-pathname.lisp ./src/code/target-random.lisp ./src/code/target-sap.lisp ./src/code/target-signal.lisp ./src/code/target-stream.lisp ./src/code/target-sxhash.lisp ./src/code/target-thread.lisp ./src/code/target-type.lisp ./src/code/thread.lisp ./src/code/time.lisp ./src/code/timer.lisp ./src/code/toplevel.lisp ./src/code/type-class.lisp ./src/code/type-init.lisp ./src/code/typecheckfuns.lisp ./src/code/typedefs.lisp ./src/code/typep.lisp ./src/code/uncross.lisp ./src/code/unix-foreign-load.lisp ./src/code/unix-pathname.lisp ./src/code/unix.lisp ./src/code/unportable-float.lisp ./src/code/weak.lisp ./src/code/win32-foreign-load.lisp ./src/code/win32-os.lisp ./src/code/win32-pathname.lisp ./src/code/win32.lisp ./src/code/x86-64-vm.lisp ./src/code/x86-vm.lisp ./src/code/xset.lisp ./src/cold/ansify.lisp ./src/cold/chill.lisp ./src/cold/compile-cold-sbcl.lisp ./src/cold/defun-load-or-cload-xcompiler.lisp ./src/cold/read-from-file.lisp ./src/cold/rename-package-carefully.lisp ./src/cold/set-up-cold-packages.lisp ./src/cold/shared.lisp ./src/cold/shebang.lisp ./src/cold/slam.lisp ./src/cold/snapshot.lisp ./src/cold/warm.lisp ./src/cold/with-stuff.lisp ./src/compiler/aliencomp.lisp ./src/compiler/alpha/alloc.lisp ./src/compiler/alpha/arith.lisp ./src/compiler/alpha/array.lisp ./src/compiler/alpha/backend-parms.lisp ./src/compiler/alpha/c-call.lisp ./src/compiler/alpha/call.lisp ./src/compiler/alpha/cell.lisp ./src/compiler/alpha/char.lisp ./src/compiler/alpha/debug.lisp ./src/compiler/alpha/float.lisp ./src/compiler/alpha/insts.lisp ./src/compiler/alpha/macros.lisp ./src/compiler/alpha/memory.lisp ./src/compiler/alpha/move.lisp ./src/compiler/alpha/nlx.lisp ./src/compiler/alpha/parms.lisp ./src/compiler/alpha/pred.lisp ./src/compiler/alpha/sanctify.lisp ./src/compiler/alpha/sap.lisp ./src/compiler/alpha/show.lisp ./src/compiler/alpha/static-fn.lisp ./src/compiler/alpha/subprim.lisp ./src/compiler/alpha/system.lisp ./src/compiler/alpha/target-insts.lisp ./src/compiler/alpha/type-vops.lisp ./src/compiler/alpha/values.lisp ./src/compiler/alpha/vm.lisp ./src/compiler/array-tran.lisp ./src/compiler/assem.lisp ./src/compiler/backend.lisp ./src/compiler/bit-util.lisp ./src/compiler/checkgen.lisp ./src/compiler/codegen.lisp ./src/compiler/compiler-deftype.lisp ./src/compiler/compiler-error.lisp ./src/compiler/constantp.lisp ./src/compiler/constraint.lisp ./src/compiler/control.lisp ./src/compiler/copyprop.lisp ./src/compiler/ctype.lisp ./src/compiler/debug-dump.lisp ./src/compiler/debug.lisp ./src/compiler/defconstant.lisp ./src/compiler/deftype.lisp ./src/compiler/dfo.lisp ./src/compiler/disassem.lisp ./src/compiler/dump.lisp ./src/compiler/dyncount.lisp ./src/compiler/early-aliencomp.lisp ./src/compiler/early-assem.lisp ./src/compiler/early-backend.lisp ./src/compiler/early-c.lisp ./src/compiler/entry.lisp ./src/compiler/fixup-type.lisp ./src/compiler/fixup.lisp ./src/compiler/float-tran.lisp ./src/compiler/fndb.lisp ./src/compiler/fopcompile.lisp ./src/compiler/fun-info-funs.lisp ./src/compiler/generic/array.lisp ./src/compiler/generic/core.lisp ./src/compiler/generic/early-objdef.lisp ./src/compiler/generic/early-type-vops.lisp ./src/compiler/generic/early-vm.lisp ./src/compiler/generic/genesis.lisp ./src/compiler/generic/interr.lisp ./src/compiler/generic/late-nlx.lisp ./src/compiler/generic/late-type-vops.lisp ./src/compiler/generic/objdef.lisp ./src/compiler/generic/parms.lisp ./src/compiler/generic/primtype.lisp ./src/compiler/generic/target-core.lisp ./src/compiler/generic/utils.lisp ./src/compiler/generic/vm-array.lisp ./src/compiler/generic/vm-fndb.lisp ./src/compiler/generic/vm-ir2tran.lisp ./src/compiler/generic/vm-macs.lisp ./src/compiler/generic/vm-tran.lisp ./src/compiler/generic/vm-type.lisp ./src/compiler/generic/vm-typetran.lisp ./src/compiler/globaldb.lisp ./src/compiler/gtn.lisp ./src/compiler/hppa/alloc.lisp ./src/compiler/hppa/arith.lisp ./src/compiler/hppa/array.lisp ./src/compiler/hppa/backend-parms.lisp ./src/compiler/hppa/c-call.lisp ./src/compiler/hppa/call.lisp ./src/compiler/hppa/cell.lisp ./src/compiler/hppa/char.lisp ./src/compiler/hppa/debug.lisp ./src/compiler/hppa/float.lisp ./src/compiler/hppa/insts.lisp ./src/compiler/hppa/macros.lisp ./src/compiler/hppa/memory.lisp ./src/compiler/hppa/move.lisp ./src/compiler/hppa/nlx.lisp ./src/compiler/hppa/parms.lisp ./src/compiler/hppa/pred.lisp ./src/compiler/hppa/sanctify.lisp ./src/compiler/hppa/sap.lisp ./src/compiler/hppa/show.lisp ./src/compiler/hppa/static-fn.lisp ./src/compiler/hppa/subprim.lisp ./src/compiler/hppa/system.lisp ./src/compiler/hppa/target-insts.lisp ./src/compiler/hppa/type-vops.lisp ./src/compiler/hppa/values.lisp ./src/compiler/hppa/vm.lisp ./src/compiler/info-functions.lisp ./src/compiler/integer-tran.lisp ./src/compiler/ir1-translators.lisp ./src/compiler/ir1final.lisp ./src/compiler/ir1opt.lisp ./src/compiler/ir1report.lisp ./src/compiler/ir1tran-lambda.lisp ./src/compiler/ir1tran.lisp ./src/compiler/ir1util.lisp ./src/compiler/ir2opt.lisp ./src/compiler/ir2tran.lisp ./src/compiler/knownfun.lisp ./src/compiler/late-macros.lisp ./src/compiler/late-proclaim.lisp ./src/compiler/late-vmdef.lisp ./src/compiler/lexenv.lisp ./src/compiler/life.lisp ./src/compiler/locall.lisp ./src/compiler/loop.lisp ./src/compiler/ltn.lisp ./src/compiler/ltv.lisp ./src/compiler/macros.lisp ./src/compiler/main.lisp ./src/compiler/meta-vmdef.lisp ./src/compiler/mips/alloc.lisp ./src/compiler/mips/arith.lisp ./src/compiler/mips/array.lisp ./src/compiler/mips/backend-parms.lisp ./src/compiler/mips/c-call.lisp ./src/compiler/mips/call.lisp ./src/compiler/mips/cell.lisp ./src/compiler/mips/char.lisp ./src/compiler/mips/debug.lisp ./src/compiler/mips/float.lisp ./src/compiler/mips/insts.lisp ./src/compiler/mips/macros.lisp ./src/compiler/mips/memory.lisp ./src/compiler/mips/move.lisp ./src/compiler/mips/nlx.lisp ./src/compiler/mips/parms.lisp ./src/compiler/mips/pred.lisp ./src/compiler/mips/sanctify.lisp ./src/compiler/mips/sap.lisp ./src/compiler/mips/show.lisp ./src/compiler/mips/static-fn.lisp ./src/compiler/mips/subprim.lisp ./src/compiler/mips/system.lisp ./src/compiler/mips/target-insts.lisp ./src/compiler/mips/type-vops.lisp ./src/compiler/mips/values.lisp ./src/compiler/mips/vm.lisp ./src/compiler/node.lisp ./src/compiler/pack.lisp ./src/compiler/parse-lambda-list.lisp ./src/compiler/physenvanal.lisp ./src/compiler/policies.lisp ./src/compiler/policy.lisp ./src/compiler/ppc/alloc.lisp ./src/compiler/ppc/arith.lisp ./src/compiler/ppc/array.lisp ./src/compiler/ppc/backend-parms.lisp ./src/compiler/ppc/c-call.lisp ./src/compiler/ppc/call.lisp ./src/compiler/ppc/cell.lisp ./src/compiler/ppc/char.lisp ./src/compiler/ppc/debug.lisp ./src/compiler/ppc/float.lisp ./src/compiler/ppc/insts.lisp ./src/compiler/ppc/macros.lisp ./src/compiler/ppc/memory.lisp ./src/compiler/ppc/move.lisp ./src/compiler/ppc/nlx.lisp ./src/compiler/ppc/parms.lisp ./src/compiler/ppc/pred.lisp ./src/compiler/ppc/sanctify.lisp ./src/compiler/ppc/sap.lisp ./src/compiler/ppc/show.lisp ./src/compiler/ppc/static-fn.lisp ./src/compiler/ppc/subprim.lisp ./src/compiler/ppc/system.lisp ./src/compiler/ppc/target-insts.lisp ./src/compiler/ppc/type-vops.lisp ./src/compiler/ppc/values.lisp ./src/compiler/ppc/vm.lisp ./src/compiler/proclaim.lisp ./src/compiler/pseudo-vops.lisp ./src/compiler/represent.lisp ./src/compiler/saptran.lisp ./src/compiler/seqtran.lisp ./src/compiler/sparc/alloc.lisp ./src/compiler/sparc/arith.lisp ./src/compiler/sparc/array.lisp ./src/compiler/sparc/backend-parms.lisp ./src/compiler/sparc/c-call.lisp ./src/compiler/sparc/call.lisp ./src/compiler/sparc/cell.lisp ./src/compiler/sparc/char.lisp ./src/compiler/sparc/debug.lisp ./src/compiler/sparc/float.lisp ./src/compiler/sparc/insts.lisp ./src/compiler/sparc/macros.lisp ./src/compiler/sparc/memory.lisp ./src/compiler/sparc/move.lisp ./src/compiler/sparc/nlx.lisp ./src/compiler/sparc/parms.lisp ./src/compiler/sparc/pred.lisp ./src/compiler/sparc/sanctify.lisp ./src/compiler/sparc/sap.lisp ./src/compiler/sparc/show.lisp ./src/compiler/sparc/static-fn.lisp ./src/compiler/sparc/subprim.lisp ./src/compiler/sparc/system.lisp ./src/compiler/sparc/target-insts.lisp ./src/compiler/sparc/type-vops.lisp ./src/compiler/sparc/values.lisp ./src/compiler/sparc/vm.lisp ./src/compiler/srctran.lisp ./src/compiler/sset.lisp ./src/compiler/stack.lisp ./src/compiler/target-disassem.lisp ./src/compiler/target-dump.lisp ./src/compiler/target-main.lisp ./src/compiler/tn.lisp ./src/compiler/trace-table.lisp ./src/compiler/typetran.lisp ./src/compiler/vmdef.lisp ./src/compiler/vop.lisp ./src/compiler/x86/alloc.lisp ./src/compiler/x86/arith.lisp ./src/compiler/x86/array.lisp ./src/compiler/x86/backend-parms.lisp ./src/compiler/x86/c-call.lisp ./src/compiler/x86/call.lisp ./src/compiler/x86/cell.lisp ./src/compiler/x86/char.lisp ./src/compiler/x86/debug.lisp ./src/compiler/x86/float.lisp ./src/compiler/x86/insts.lisp ./src/compiler/x86/macros.lisp ./src/compiler/x86/memory.lisp ./src/compiler/x86/move.lisp ./src/compiler/x86/nlx.lisp ./src/compiler/x86/parms.lisp ./src/compiler/x86/pred.lisp ./src/compiler/x86/sanctify.lisp ./src/compiler/x86/sap.lisp ./src/compiler/x86/show.lisp ./src/compiler/x86/static-fn.lisp ./src/compiler/x86/subprim.lisp ./src/compiler/x86/system.lisp ./src/compiler/x86/target-insts.lisp ./src/compiler/x86/type-vops.lisp ./src/compiler/x86/values.lisp ./src/compiler/x86/vm.lisp ./src/compiler/x86-64/alloc.lisp ./src/compiler/x86-64/arith.lisp ./src/compiler/x86-64/array.lisp ./src/compiler/x86-64/backend-parms.lisp ./src/compiler/x86-64/c-call.lisp ./src/compiler/x86-64/call.lisp ./src/compiler/x86-64/cell.lisp ./src/compiler/x86-64/char.lisp ./src/compiler/x86-64/debug.lisp ./src/compiler/x86-64/float.lisp ./src/compiler/x86-64/insts.lisp ./src/compiler/x86-64/macros.lisp ./src/compiler/x86-64/memory.lisp ./src/compiler/x86-64/move.lisp ./src/compiler/x86-64/nlx.lisp ./src/compiler/x86-64/parms.lisp ./src/compiler/x86-64/pred.lisp ./src/compiler/x86-64/sanctify.lisp ./src/compiler/x86-64/sap.lisp ./src/compiler/x86-64/show.lisp ./src/compiler/x86-64/static-fn.lisp ./src/compiler/x86-64/subprim.lisp ./src/compiler/x86-64/system.lisp ./src/compiler/x86-64/target-insts.lisp ./src/compiler/x86-64/type-vops.lisp ./src/compiler/x86-64/values.lisp ./src/compiler/x86-64/vm.lisp ./src/compiler/xref.lisp ./src/pcl/boot.lisp ./src/pcl/braid.lisp ./src/pcl/cache.lisp ./src/pcl/combin.lisp ./src/pcl/compiler-support.lisp ./src/pcl/cpl.lisp ./src/pcl/ctor.lisp ./src/pcl/ctypes.lisp ./src/pcl/defclass.lisp ./src/pcl/defcombin.lisp ./src/pcl/defs.lisp ./src/pcl/dfun.lisp ./src/pcl/dlisp.lisp ./src/pcl/dlisp3.lisp ./src/pcl/documentation.lisp ./src/pcl/early-low.lisp ./src/pcl/env.lisp ./src/pcl/fixup.lisp ./src/pcl/fngen.lisp ./src/pcl/fsc.lisp ./src/pcl/generic-functions.lisp ./src/pcl/gray-streams-class.lisp ./src/pcl/gray-streams.lisp ./src/pcl/init.lisp ./src/pcl/low.lisp ./src/pcl/macros.lisp ./src/pcl/methods.lisp ./src/pcl/precom1.lisp ./src/pcl/precom2.lisp ./src/pcl/print-object.lisp ./src/pcl/sequence.lisp ./src/pcl/slot-name.lisp ./src/pcl/slots-boot.lisp ./src/pcl/slots.lisp ./src/pcl/std-class.lisp ./src/pcl/time.lisp ./src/pcl/vector.lisp ./src/pcl/walk.lisp ./src/pcl/wrapper.lisp ./tests/alien.impure.lisp ./tests/arith.impure.lisp ./tests/arith.pure.lisp ./tests/array.pure.lisp ./tests/assertoid.lisp ./tests/backq.impure.lisp ./tests/bit-vector.impure-cload.lisp ./tests/bivalent-stream.impure.lisp ./tests/break-on-signals.impure.lisp ./tests/bug-414.lisp ./tests/bug-417.lisp ./tests/bug-doug-mcnaught-20030914.lisp ./tests/bug204-test.lisp ./tests/callback.impure.lisp ./tests/case.pure.lisp ./tests/character.pure.lisp ./tests/circ-tree-test.lisp ./tests/clocc-ansi-test-known-bugs.lisp ./tests/clos-1.impure.lisp ./tests/clos-add-remove-method.impure.lisp ./tests/clos-cache.impure.lisp ./tests/clos-ignore.interactive.lisp ./tests/clos-interrupts.impure.lisp ./tests/clos-typechecking.impure.lisp ./tests/clos.impure-cload.lisp ./tests/clos.impure.lisp ./tests/clos.pure.lisp ./tests/compare-and-swap.impure.lisp ./tests/compiler-1.impure-cload.lisp ./tests/compiler-2.impure-cload.lisp ./tests/compiler-output-test.lisp ./tests/compiler-test-util.lisp ./tests/compiler.impure-cload.lisp ./tests/compiler.impure.lisp ./tests/compiler.pure-cload.lisp ./tests/compiler.pure.lisp ./tests/compound-cons.impure.lisp ./tests/condition-wait-sigcont.lisp ./tests/condition.impure.lisp ./tests/condition.pure.lisp ./tests/ctor.impure.lisp ./tests/custom-sysinit.lisp ./tests/custom-userinit.lisp ./tests/deadline.impure.lisp ./tests/debug.impure.lisp ./tests/defglobal.impure.lisp ./tests/define-compiler-macro.impure.lisp ./tests/defmacro-test.lisp ./tests/defstruct.impure.lisp ./tests/deftype.impure.lisp ./tests/destructure.impure.lisp ./tests/dump.impure-cload.lisp ./tests/dynamic-extent.impure.lisp ./tests/enc-cn.impure.lisp ./tests/enc-jpn.impure.lisp ./tests/eval.impure.lisp ./tests/exhaust.impure.lisp ./tests/external-format.impure.lisp ./tests/filesys.pure.lisp ./tests/float.impure.lisp ./tests/float.pure.lisp ./tests/fopcompiler.impure-cload.lisp ./tests/foreign-stack-alignment.impure.lisp ./tests/full-eval.impure.lisp ./tests/gc.impure.lisp ./tests/gcd.pure.lisp ./tests/gray-streams.impure.lisp ./tests/hash.impure.lisp ./tests/hash.pure.lisp ./tests/info.before-xc.lisp ./tests/info.impure.lisp ./tests/interface.impure.lisp ./tests/interface.pure.lisp ./tests/kill-non-lisp-thread.impure.lisp ./tests/lambda-list.pure.lisp ./tests/list.pure.lisp ./tests/load.impure.lisp ./tests/load.pure.lisp ./tests/loop.impure.lisp ./tests/loop.pure.lisp ./tests/macroexpand.impure.lisp ./tests/map-tests.impure.lisp ./tests/mop-1.impure-cload.lisp ./tests/mop-10.impure-cload.lisp ./tests/mop-11.impure-cload.lisp ./tests/mop-12.impure-cload.lisp ./tests/mop-13.impure-cload.lisp ./tests/mop-14.impure-cload.lisp ./tests/mop-15.impure-cload.lisp ./tests/mop-16.impure-cload.lisp ./tests/mop-17.impure-cload.lisp ./tests/mop-18.impure-cload.lisp ./tests/mop-19.impure-cload.lisp ./tests/mop-2.impure-cload.lisp ./tests/mop-20.impure-cload.lisp ./tests/mop-21.impure-cload.lisp ./tests/mop-22.impure-cload.lisp ./tests/mop-23.impure.lisp ./tests/mop-24.impure.lisp ./tests/mop-25.impure.lisp ./tests/mop-26.impure.lisp ./tests/mop-27.impure.lisp ./tests/mop-28.impure.lisp ./tests/mop-29.impure.lisp ./tests/mop-3.impure-cload.lisp ./tests/mop-30.impure.lisp ./tests/mop-4.impure-cload.lisp ./tests/mop-5.impure-cload.lisp ./tests/mop-6.impure-cload.lisp ./tests/mop-7.impure-cload.lisp ./tests/mop-8.impure-cload.lisp ./tests/mop-9.impure-cload.lisp ./tests/mop.impure-cload.lisp ./tests/mop.impure.lisp ./tests/mop.pure.lisp ./tests/octets.pure.lisp ./tests/package-ctor-bug.lisp ./tests/package-locks.impure.lisp ./tests/packages.impure.lisp ./tests/pathnames.impure.lisp ./tests/pprint.impure.lisp ./tests/print.impure.lisp ./tests/profile.impure.lisp ./tests/properties.impure.lisp ./tests/pure.lisp ./tests/reader.impure.lisp ./tests/reader.pure.lisp ./tests/run-program.impure.lisp ./tests/run-tests.lisp ./tests/seq.impure.lisp ./tests/seq.pure.lisp ./tests/setf.impure.lisp ./tests/signals.impure.lisp ./tests/smoke.impure.lisp ./tests/static-alloc.impure.lisp ./tests/step.impure.lisp ./tests/stream.impure-cload.lisp ./tests/stream.impure.lisp ./tests/stream.pure.lisp ./tests/stress-gc.lisp ./tests/string.pure.lisp ./tests/swap-lispobjs.impure.lisp ./tests/symbol-macrolet-test.lisp ./tests/symbol.impure.lisp ./tests/symbol.pure.lisp ./tests/test-util.lisp ./tests/threads.impure.lisp ./tests/threads.pure.lisp ./tests/time.pure.lisp ./tests/timer.impure.lisp ./tests/type.after-xc.lisp ./tests/type.before-xc.lisp ./tests/type.impure.lisp ./tests/type.pure.lisp ./tests/undefined-classoid-bug-1.lisp ./tests/undefined-classoid-bug-2.lisp ./tests/unwind-to-frame-and-call.impure.lisp ./tests/vector.impure.lisp ./tests/vector.pure.lisp ./tests/vm.before-xc.lisp ./tests/walk.impure.lisp ./tests/win32-foreign-stack-unwind.impure.lisp ./tests/with-compilation-unit.impure.lisp ./tools-for-build/ldso-stubs.lisp ./tools-for-build/rtf.lisp ./tools-for-build/ucd.lisp ./tools-for-build/wxs.lisp ./base-target-features.lisp-expr ./build-order.lisp-expr ./common-lisp-exports.lisp-expr ./local-target-features.lisp-expr ./package-data-list.lisp-expr ./src/code/early-defstruct-args.lisp-expr ./version.lisp-expr ./src/runtime/alloc.c ./src/runtime/alpha-arch.c ./src/runtime/alpha-linux-os.c ./src/runtime/alpha-osf1-os.c ./src/runtime/backtrace.c ./src/runtime/breakpoint.c ./src/runtime/bsd-os.c ./src/runtime/cheneygc.c ./src/runtime/coreparse.c ./src/runtime/darwin-os.c ./src/runtime/dynbind.c ./src/runtime/funcall.c ./src/runtime/gc-common.c ./src/runtime/gencgc.c ./src/runtime/globals.c ./src/runtime/hppa-arch.c ./src/runtime/hppa-hpux-os.c ./src/runtime/hppa-linux-os.c ./src/runtime/hpux-os.c ./src/runtime/interr.c ./src/runtime/interrupt.c ./src/runtime/largefile.c ./src/runtime/linux-os.c ./src/runtime/mips-arch.c ./src/runtime/mips-linux-os.c ./src/runtime/monitor.c ./src/runtime/os-common.c ./src/runtime/osf1-os.c ./src/runtime/parse.c ./src/runtime/ppc-arch.c ./src/runtime/ppc-bsd-os.c ./src/runtime/ppc-darwin-os.c ./src/runtime/ppc-linux-os.c ./src/runtime/print.c ./src/runtime/pthread-futex.c ./src/runtime/purify.c ./src/runtime/regnames.c ./src/runtime/run-program.c ./src/runtime/runtime.c ./src/runtime/save.c ./src/runtime/search.c ./src/runtime/sparc-arch.c ./src/runtime/sparc-bsd-os.c ./src/runtime/sparc-linux-os.c ./src/runtime/sparc-sunos-os.c ./src/runtime/sunos-os.c ./src/runtime/thread.c ./src/runtime/time.c ./src/runtime/trymap.c ./src/runtime/undefineds.c ./src/runtime/util.c ./src/runtime/validate.c ./src/runtime/vars.c ./src/runtime/win32-os.c ./src/runtime/wrap.c ./src/runtime/x86-64-arch.c ./src/runtime/x86-64-bsd-os.c ./src/runtime/x86-64-darwin-os.c ./src/runtime/x86-64-linux-os.c ./src/runtime/x86-64-sunos-os.c ./src/runtime/x86-arch.c ./src/runtime/x86-bsd-os.c ./src/runtime/x86-darwin-os.c ./src/runtime/x86-linux-os.c ./src/runtime/x86-sunos-os.c ./src/runtime/x86-win32-os.c ./tests/kill-non-lisp-thread.c ./tests/stack-alignment-offset.c ./tests/swap-lispobjs.c ./tests/win32-stack-unwind.c ./tools-for-build/determine-endianness.c ./tools-for-build/grovel-headers.c ./tools-for-build/os-provides-blksize-t-test.c ./tools-for-build/os-provides-dladdr-test.c ./tools-for-build/os-provides-dlopen-test.c ./tools-for-build/os-provides-getprotoby-r-test.c ./tools-for-build/os-provides-poll-test.c ./tools-for-build/os-provides-putwc-test.c ./tools-for-build/os-provides-suseconds-t-test.c ./tools-for-build/where-is-mcontext.c ./src/runtime/alloc.h ./src/runtime/alpha-arch.h ./src/runtime/alpha-linux-os.h ./src/runtime/alpha-lispregs.h ./src/runtime/alpha-osf1-os.h ./src/runtime/arch.h ./src/runtime/breakpoint.h ./src/runtime/bsd-os.h ./src/runtime/cheneygc-internal.h ./src/runtime/core.h ./src/runtime/darwin-os.h ./src/runtime/dynbind.h ./src/runtime/fixnump.h ./src/runtime/gc-internal.h ./src/runtime/gc.h ./src/runtime/gencgc-alloc-region.h ./src/runtime/gencgc-internal.h ./src/runtime/gencgc.h ./src/runtime/globals.h ./src/runtime/hppa-arch.h ./src/runtime/hppa-hpux-os.h ./src/runtime/hppa-linux-os.h ./src/runtime/hppa-lispregs.h ./src/runtime/hpux-os.h ./src/runtime/interr.h ./src/runtime/interrupt.h ./src/runtime/linux-os.h ./src/runtime/lispregs.h ./src/runtime/mips-arch.h ./src/runtime/mips-linux-os.h ./src/runtime/mips-lispregs.h ./src/runtime/monitor.h ./src/runtime/os.h ./src/runtime/osf1-os.h ./src/runtime/parse.h ./src/runtime/ppc-arch.h ./src/runtime/ppc-bsd-os.h ./src/runtime/ppc-darwin-os.h ./src/runtime/ppc-linux-os.h ./src/runtime/ppc-lispregs.h ./src/runtime/print.h ./src/runtime/pseudo-atomic.h ./src/runtime/purify.h ./src/runtime/runtime-options.h ./src/runtime/runtime.h ./src/runtime/save.h ./src/runtime/search.h ./src/runtime/sparc-arch.h ./src/runtime/sparc-bsd-os.h ./src/runtime/sparc-linux-os.h ./src/runtime/sparc-lispregs.h ./src/runtime/sparc-sunos-os.h ./src/runtime/sunos-os.h ./src/runtime/target-arch-os.h ./src/runtime/target-arch.h ./src/runtime/target-lispregs.h ./src/runtime/target-os.h ./src/runtime/thread.h ./src/runtime/undefineds.h ./src/runtime/util.h ./src/runtime/validate.h ./src/runtime/vars.h ./src/runtime/win32-os.h ./src/runtime/wrap.h ./src/runtime/x86-64-arch.h ./src/runtime/x86-64-bsd-os.h ./src/runtime/x86-64-darwin-os.h ./src/runtime/x86-64-linux-os.h ./src/runtime/x86-64-lispregs.h ./src/runtime/x86-64-sunos-os.h ./src/runtime/x86-arch.h ./src/runtime/x86-bsd-os.h ./src/runtime/x86-darwin-os.h ./src/runtime/x86-linux-os.h ./src/runtime/x86-lispregs.h ./src/runtime/x86-sunos-os.h ./src/runtime/x86-win32-os.h ./contrib/asdf-install/asdf-install.asd ./contrib/sb-aclrepl/sb-aclrepl.asd ./contrib/sb-bsd-sockets/sb-bsd-sockets.asd ./contrib/sb-cltl2/sb-cltl2.asd ./contrib/sb-concurrency/sb-concurrency.asd ./contrib/sb-cover/sb-cover.asd ./contrib/sb-grovel/sb-grovel.asd ./contrib/sb-introspect/sb-introspect.asd ./contrib/sb-md5/sb-md5.asd ./contrib/sb-posix/sb-posix.asd ./contrib/sb-queue/sb-queue.asd ./contrib/sb-rotate-byte/sb-rotate-byte.asd ./contrib/sb-rt/sb-rt.asd ./contrib/sb-simple-streams/sb-simple-streams.asd
/$scratchfilename=/tmp/canonicalize-whitespace-1.98087.tmp
//entering make-host-1.sh
//building cross-compiler, and doing first genesis
This is SBCL 1.0.55.0-abb03f9, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
*
5
* target features *SHEBANG-FEATURES*=(:ANSI-CL :COMMON-LISP :SBCL :SB-DOC
:SB-TEST :SB-LDB :SB-THREAD
:SB-PACKAGE-LOCKS :SB-UNICODE :SB-EVAL
:SB-SOURCE-LOCATIONS :IEEE-FLOATING-POINT
:DARWIN :OS-PROVIDES-SUSECONDS-T
:OS-PROVIDES-BLKSIZE-T :OS-PROVIDES-PUTWC
:OS-PROVIDES-DLADDR :OS-PROVIDES-DLOPEN
:LITTLE-ENDIAN :MULTIPLY-HIGH-VOPS
:MEMORY-BARRIER-VOPS :INLINE-CONSTANTS
:FLOAT-EQL-VOPS :COMPLEX-FLOAT-VOPS
:CYCLE-COUNTER :ALIEN-CALLBACKS
:STACK-ALLOCATABLE-FIXED-OBJECTS
:STACK-ALLOCATABLE-LISTS
:STACK-ALLOCATABLE-VECTORS
:STACK-ALLOCATABLE-CLOSURES
:RAW-INSTANCE-INIT-VOPS
:UNWIND-TO-FRAME-AND-CALL-VOP
:COMPARE-AND-SWAP-VOPS :LINKAGE-TABLE
:C-STACK-IS-CONTROL-STACK
:STACK-GROWS-DOWNWARD-NOT-UPWARD :GENCGC
:UD2-BREAKPOINTS :MACH-EXCEPTION-HANDLER
:DARWIN :BSD :MACH-O :UNIX
:DARWIN9-OR-BETTER :INODE64 :X86-64)
target backend-subfeatures *SHEBANG-BACKEND-FEATURES*=NIL
T
*
T
*
#<PACKAGE "SB-COLD">
*
"obj/from-host/"
*
T
*
T
*
T
*
T
*
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cross-early.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DECLAIM (DECLARATION TRULY-DYNAMIC-EXTENT))
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cross-early.fasl-tmp written
; compilation finished in 0:00:00.003
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/show.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!INT")
; compiling (DEFUN CANNOT-/SHOW ...)
; compiling (DEFMACRO /SHOW ...)
; compiling (DEFMACRO /NOSHOW ...)
; compiling (DEFMACRO /XHOW ...)
; compiling (DEFMACRO /NOXHOW ...)
; compiling (DEFMACRO /SHOW0 ...)
; compiling (DEFMACRO /NOSHOW0 ...)
; compiling (DEFMACRO /PRIMITIVE-PRINT ...)
; compiling (DEFMACRO /HEXSTR ...)
; compiling (DEFMACRO /NOHEXSTR ...)
; compiling (/SHOW0 "done with show.lisp")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/show.fasl-tmp written
; compilation finished in 0:00:00.021
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-source-location.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFCONSTANT +CODE-COVERAGE-UNMARKED+ ...)
; compiling (DEFVAR *SOURCE-LOCATION-THUNKS* ...)
; compiling (DEFUN SOURCE-LOCATION ...)
; compiling (DEFMACRO WITH-SOURCE-LOCATION ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/early-source-location.fasl-tmp written
; compilation finished in 0:00:00.006
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-constants.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEF SB-XC:LAMBDA-LIST-KEYWORDS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/early-constants.fasl-tmp written
; compilation finished in 0:00:00.003
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/backq.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (/SHOW0 "entering backq.lisp")
; compiling (DEFVAR *BACKQUOTE-COUNT* ...)
; compiling (DEFVAR *BQ-COMMA-FLAG* ...)
; compiling (DEFVAR *BQ-AT-FLAG* ...)
; compiling (DEFVAR *BQ-DOT-FLAG* ...)
; compiling (DEFVAR *BQ-VECTOR-FLAG* ...)
; compiling (DEFVAR *BQ-ERROR* ...)
; compiling (/SHOW0 "backq.lisp 50")
; compiling (DEFUN BACKQUOTE-MACRO ...)
; compiling (/SHOW0 "backq.lisp 64")
; compiling (DEFUN COMMA-MACRO ...)
; compiling (/SHOW0 "backq.lisp 83")
; compiling (DEFUN EXPANDABLE-BACKQ-EXPRESSION-P ...)
; compiling (DEFUN BACKQUOTE-SPLICE ...)
; compiling (DEFUN BACKQUOTIFY ...)
; compiling (/SHOW0 "backq.lisp 139")
; compiling (DEFUN BACKQ-CONSTANT-P ...)
; compiling (DEFUN COMMA ...)
; compiling (/SHOW0 "backq.lisp 157")
; compiling (DEFUN BACKQUOTIFY-1 ...)
; compiling (/SHOW0 "backq.lisp 184")
; compiling (DEF BACKQ-LIST ...)
; compiling (DEF BACKQ-LIST* ...)
; compiling (DEF BACKQ-APPEND ...)
; compiling (DEF BACKQ-NCONC ...)
; compiling (DEF BACKQ-CONS ...)
; compiling (/SHOW0 "backq.lisp 204")
; compiling (DEFUN BACKQ-VECTOR ...)
; compiling (/SHOW0 "backq.lisp 212")
; compiling (DEFUN !BACKQ-COLD-INIT ...)
; compiling (!BACKQ-COLD-INIT)
; compiling (DEFVAR *BACKQ-TOKENS* ...)
; compiling (DEFUN SIMPLE-READER-ERROR ...)
; compiling (/SHOW0 "done with backq.lisp")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/backq.fasl-tmp written
; compilation finished in 0:00:00.055
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defsetfs.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (SB!INT:/SHOW0 "entering defsetfs.lisp")
; compiling (IN-PACKAGE "SB!ALIEN")
; compiling (DEFSETF SLOT ...)
; compiling (DEFSETF DEREF ...)
; compiling (DEFSETF %HEAP-ALIEN ...)
; compiling (IN-PACKAGE "SB!BIGNUM")
; compiling (DEFSETF %BIGNUM-REF ...)
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFSETF WORD-SAP-REF ...)
; compiling (IN-PACKAGE "SB!DI")
; compiling (DEFSETF STACK-REF ...)
; compiling (DEFSETF DEBUG-VAR-VALUE ...)
; compiling (DEFSETF DEBUG-VAR-VALUE ...)
; compiling (DEFSETF BREAKPOINT-INFO ...)
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEFSETF %INSTANCE-REF ...)
; compiling (DEFSETF %RAW-INSTANCE-REF/WORD ...)
; compiling (DEFSETF %RAW-INSTANCE-REF/SINGLE ...)
; compiling (DEFSETF %RAW-INSTANCE-REF/DOUBLE ...)
; compiling (DEFSETF %RAW-INSTANCE-REF/COMPLEX-SINGLE ...)
; compiling (DEFSETF %RAW-INSTANCE-REF/COMPLEX-DOUBLE ...)
; compiling (DEFSETF %INSTANCE-LAYOUT ...)
; compiling (DEFSETF %FUNCALLABLE-INSTANCE-INFO ...)
; compiling (DEFSETF %FUNCALLABLE-INSTANCE-LAYOUT ...)
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFSETF %ARRAY-DIMENSION ...)
; compiling (DEFSETF %VECTOR-RAW-BITS ...)
; compiling (DEFSETF SAP-REF-8 ...)
; compiling (DEFSETF SIGNED-SAP-REF-8 ...)
; compiling (DEFSETF SAP-REF-16 ...)
; compiling (DEFSETF SIGNED-SAP-REF-16 ...)
; compiling (DEFSETF SAP-REF-32 ...)
; compiling (DEFSETF SIGNED-SAP-REF-32 ...)
; compiling (DEFSETF SAP-REF-64 ...)
; compiling (DEFSETF SIGNED-SAP-REF-64 ...)
; compiling (DEFSETF SAP-REF-WORD ...)
; compiling (DEFSETF SIGNED-SAP-REF-WORD ...)
; compiling (DEFSETF SAP-REF-SAP ...)
; compiling (DEFSETF SAP-REF-LISPOBJ ...)
; compiling (DEFSETF SAP-REF-SINGLE ...)
; compiling (DEFSETF SAP-REF-DOUBLE ...)
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEFSETF CODE-HEADER-REF ...)
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFSETF OBJECT-SET-OPERATION ...)
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFSETF CONTEXT-REGISTER ...)
; compiling (DEFSETF CONTEXT-FLOAT-REGISTER ...)
; compiling (/SHOW0 "leaving defsetfs.lisp")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/defsetfs.fasl-tmp written
; compilation finished in 0:00:00.018
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cold-init-helper-macros.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEFVAR *COLD-INIT-FORMS*)
; compiling (DEFMACRO !BEGIN-COLLECTING-COLD-INIT-FORMS ...)
; compiling (DEFMACRO !COLD-INIT-FORMS ...)
; compiling (DEFMACRO !DEFUN-FROM-COLLECTED-COLD-INIT-FORMS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cold-init-helper-macros.fasl-tmp written
; compilation finished in 0:00:00.007
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cross-misc.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFMACRO TRULY-THE ...)
; compiling (DECLAIM (DECLARATION FREEZE-TYPE ...))
; compiling (DECLAIM (DECLARATION INHIBIT-WARNINGS))
; compiling (DEFMACRO WITHOUT-INTERRUPTS ...)
; compiling (DEFMACRO WITH-LOCKED-HASH-TABLE ...)
; compiling (DEFMACRO WITH-LOCKED-SYSTEM-TABLE ...)
; compiling (DEFMACRO DEFGLOBAL ...)
; compiling (DEFTYPE ANSI-STREAM ...)
; compiling (DEFTYPE INSTANCE ...)
; compiling (DEFTYPE FUNCALLABLE-INSTANCE ...)
; compiling (DEFUN %INSTANCEP ...)
; compiling (DEFUN FUNCALLABLE-INSTANCE-P ...)
; compiling (DEFUN ARRAY-HEADER-P ...)
; compiling (DEFUN PACKAGE-INTERNAL-SYMBOL-COUNT ...)
; compiling (DEFUN PACKAGE-EXTERNAL-SYMBOL-COUNT ...)
; compiling (DEFUN INTERN* ...)
; compiling (DEFUN SYMBOL-HASH ...)
; compiling (DEFVAR SB-XC:*GENSYM-COUNTER* ...)
; compiling (DEFUN SB-XC:GENSYM ...)
; compiling (DEFUN SIMPLE-ARRAY-NIL-P ...)
; compiling (DEFUN %NEGATE ...)
; compiling (DEFUN %SINGLE-FLOAT ...)
; compiling (DEFUN %DOUBLE-FLOAT ...)
; compiling (DEFUN %LDB ...)
; compiling (DEFUN %DPB ...)
; compiling (DEFUN %WITH-ARRAY-DATA ...)
; compiling (DEFUN %WITH-ARRAY-DATA/FP ...)
; compiling (DEFUN SIGNED-BYTE-32-P ...)
; compiling (DEFMACRO WITHOUT-PACKAGE-LOCKS ...)
; compiling (DEFMACRO WITH-SINGLE-PACKAGE-LOCKED-ERROR ...)
; compiling (DEFUN PROGRAM-ASSERT-SYMBOL-HOME-PACKAGE-UNLOCKED ...)
; compiling (DEFUN ASSERT-PACKAGE-UNLOCKED ...)
; compiling (DEFUN ASSERT-SYMBOL-HOME-PACKAGE-UNLOCKED ...)
; compiling (DECLAIM (DECLARATION ENABLE-PACKAGE-LOCKS ...))
; compiling (DEFUN DEFAULT-STRUCTURE-PRINT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cross-misc.fasl-tmp written
; compilation finished in 0:00:00.059
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cross-char.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (LET (#) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cross-char.fasl-tmp written
; compilation finished in 0:00:00.007
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cross-byte.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!INT")
; compiling (DEFUN BYTE ...)
; compiling (DEFUN BYTE-SIZE ...)
; compiling (DEFUN BYTE-POSITION ...)
; compiling (DEFUN UNCROSS-BYTE ...)
; compiling (DEFUN LDB ...)
; compiling (DEFUN LDB-TEST ...)
; compiling (DEFUN DPB ...)
; compiling (DEFUN MASK-FIELD ...)
; compiling (DEFUN DEPOSIT-FIELD ...)
; compiling (DEFINE-SETF-EXPANDER LDB ...)
; compiling (DEFINE-SETF-EXPANDER MASK-FIELD ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cross-byte.fasl-tmp written
; compilation finished in 0:00:00.076
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cross-boole.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!INT")
; compiling (DEFCONSTANT BOOLE-CLR ...)
; compiling (DEFCONSTANT BOOLE-SET ...)
; compiling (DEFCONSTANT BOOLE-1 ...)
; compiling (DEFCONSTANT BOOLE-2 ...)
; compiling (DEFCONSTANT BOOLE-C1 ...)
; compiling (DEFCONSTANT BOOLE-C2 ...)
; compiling (DEFCONSTANT BOOLE-AND ...)
; compiling (DEFCONSTANT BOOLE-IOR ...)
; compiling (DEFCONSTANT BOOLE-XOR ...)
; compiling (DEFCONSTANT BOOLE-EQV ...)
; compiling (DEFCONSTANT BOOLE-NAND ...)
; compiling (DEFCONSTANT BOOLE-NOR ...)
; compiling (DEFCONSTANT BOOLE-ANDC1 ...)
; compiling (DEFCONSTANT BOOLE-ANDC2 ...)
; compiling (DEFCONSTANT BOOLE-ORC1 ...)
; compiling (DEFCONSTANT BOOLE-ORC2 ...)
; compiling (DEFUN BOOLE ...)
; compiling (DEFUN UNCROSS-BOOLE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cross-boole.fasl-tmp written
; compilation finished in 0:00:00.008
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cross-float.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFMACRO WITH-FLOAT-TRAPS-MASKED ...)
; compiling (DEFUN MASK-AND-SIGN-EXTEND ...)
; compiling (DEFUN SINGLE-FLOAT-BITS ...)
; compiling (DEFUN DOUBLE-FLOAT-BITS ...)
; compiling (DEFUN DOUBLE-FLOAT-LOW-BITS ...)
; compiling (DEFUN DOUBLE-FLOAT-HIGH-BITS ...)
; compiling (DEFUN KLUDGE-OPAQUE-EXPT ...)
; compiling (DEFUN MAKE-SINGLE-FLOAT ...)
; compiling (DEFUN MAKE-DOUBLE-FLOAT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cross-float.fasl-tmp written
; compilation finished in 0:00:00.029
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cross-io.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!FASL")
; compiling (DEFMACRO WITH-FAST-READ-BYTE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cross-io.fasl-tmp written
; compilation finished in 0:00:00.076
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cross-sap.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!SYS")
; compiling (DEFSTRUCT (SYSTEM-AREA-POINTER # ...) ...)
; compiling (DEFUN INT-SAP ...)
; compiling (DEFUN SAP+ ...)
; compiling (DEFUN SAP< ...)
; compiling (DEFUN SAP<= ...)
; compiling (DEFUN SAP= ...)
; compiling (DEFUN SAP>= ...)
; compiling (DEFUN SAP> ...)
; compiling (DEFUN SAP- ...)
; compiling (DEFUN SAP-REF-STUB ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SAP-REF-8 ...)
; compiling (DEFUN #:SETTER-STUB-128 ...)
; compiling (DEFSETF SAP-REF-8 ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SAP-REF-16 ...)
; compiling (DEFUN #:SETTER-STUB-129 ...)
; compiling (DEFSETF SAP-REF-16 ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SAP-REF-32 ...)
; compiling (DEFUN #:SETTER-STUB-130 ...)
; compiling (DEFSETF SAP-REF-32 ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SAP-REF-64 ...)
; compiling (DEFUN #:SETTER-STUB-131 ...)
; compiling (DEFSETF SAP-REF-64 ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SAP-REF-SAP ...)
; compiling (DEFUN #:SETTER-STUB-132 ...)
; compiling (DEFSETF SAP-REF-SAP ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SAP-REF-WORD ...)
; compiling (DEFUN #:SETTER-STUB-133 ...)
; compiling (DEFSETF SAP-REF-WORD ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SAP-REF-SINGLE ...)
; compiling (DEFUN #:SETTER-STUB-134 ...)
; compiling (DEFSETF SAP-REF-SINGLE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SAP-REF-DOUBLE ...)
; compiling (DEFUN #:SETTER-STUB-135 ...)
; compiling (DEFSETF SAP-REF-DOUBLE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SIGNED-SAP-REF-8 ...)
; compiling (DEFUN #:SETTER-STUB-136 ...)
; compiling (DEFSETF SIGNED-SAP-REF-8 ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SIGNED-SAP-REF-16 ...)
; compiling (DEFUN #:SETTER-STUB-137 ...)
; compiling (DEFSETF SIGNED-SAP-REF-16 ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SIGNED-SAP-REF-32 ...)
; compiling (DEFUN #:SETTER-STUB-138 ...)
; compiling (DEFSETF SIGNED-SAP-REF-32 ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SIGNED-SAP-REF-64 ...)
; compiling (DEFUN #:SETTER-STUB-139 ...)
; compiling (DEFSETF SIGNED-SAP-REF-64 ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SIGNED-SAP-REF-WORD ...)
; compiling (DEFUN #:SETTER-STUB-140 ...)
; compiling (DEFSETF SIGNED-SAP-REF-WORD ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cross-sap.fasl-tmp written
; compilation finished in 0:00:00.082
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cross-thread.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!THREAD")
; compiling (DEFUN MAKE-MUTEX ...)
; compiling (DEFMACRO WITH-MUTEX ...)
; compiling (DEFMACRO WITH-RECURSIVE-LOCK ...)
; compiling (DEFMACRO BARRIER ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cross-thread.fasl-tmp written
; compilation finished in 0:00:00.013
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cross-make-load-form.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!INT")
; compiling (DEFUN SB-XC:MAKE-LOAD-FORM-SAVING-SLOTS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cross-make-load-form.fasl-tmp written
; compilation finished in 0:00:00.006
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cross-condition.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEFINE-CONDITION SIMPLE-STYLE-WARNING ...)
; compiling (DEFINE-CONDITION FORMAT-TOO-FEW-ARGS-WARNING ...)
; compiling (DEFINE-CONDITION FORMAT-TOO-MANY-ARGS-WARNING ...)
; compiling (DEFINE-CONDITION ENCAPSULATED-CONDITION ...)
; compiling (DEFINE-CONDITION REFERENCE-CONDITION ...)
; compiling (DEFINE-CONDITION TYPE-WARNING ...)
; compiling (DEFINE-CONDITION TYPE-STYLE-WARNING ...)
; compiling (DEFINE-CONDITION BUG ...)
; compiling (DEFTYPE PACKAGE-LOCK-VIOLATION ...)
; compiling (DEFTYPE PACKAGE-LOCKED-ERROR ...)
; compiling (DEFTYPE SYMBOL-PACKAGE-LOCKED-ERROR ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cross-condition.fasl-tmp written
; compilation finished in 0:00:00.019
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/uncross.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!INT")
; compiling (LET (#) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/uncross.fasl-tmp written
; compilation finished in 0:00:00.007
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/primordial-type.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEFVAR *TYPE-SYSTEM-INITIALIZED* ...)
; compiling (DEFVAR *WILD-TYPE*)
; compiling (DEFVAR *EMPTY-TYPE*)
; compiling (DEFVAR *UNIVERSAL-TYPE*)
; compiling (DEFVAR *UNIVERSAL-FUN-TYPE*)
; compiling (DEFVAR *INSTANCE-TYPE*)
; compiling (DEFVAR *FUNCALLABLE-INSTANCE-TYPE*)
; compiling (DEFVAR *EXTENDED-SEQUENCE-TYPE*)
; compiling (DEFVAR *BUILT-IN-CLASS-CODES*)
; compiling (DEFVAR *NULL-CLASSOID-LAYOUT*)
; compiling (DECLAIM (TYPE SIMPLE-VECTOR ...))
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/primordial-type.fasl-tmp written
; compilation finished in 0:00:00.003
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-defbangmethod.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFMACRO DEF!METHOD ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/early-defbangmethod.fasl-tmp written
; compilation finished in 0:00:00.003
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defbangtype.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEFMACRO DEF!TYPE ...)
; compiling (/SHOW "binding *DELAYED-DEF!TYPES*")
; compiling (DEFVAR *DELAYED-DEF!TYPES* ...)
; compiling (/SHOW "done binding *DELAYED-DEF!TYPES*")
; compiling (DEFUN FORCE-DELAYED-DEF!TYPES ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/defbangtype.fasl-tmp written
; compilation finished in 0:00:00.005
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defbangmacro.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFSTRUCT DELAYED-DEF!MACRO ...)
; compiling (DEFVAR *DELAYED-DEF!MACROS* ...)
; compiling (DEFMACRO DEF!MACRO ...)
; compiling (DEFUN FORCE-DELAYED-DEF!MACROS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/defbangmacro.fasl-tmp written
; compilation finished in 0:00:00.034
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defbangconstant.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEFMACRO DEF!CONSTANT ...)
; compiling (/SHOW "binding *DELAYED-DEF!CONSTANTS*")
; compiling (DEFVAR *DELAYED-DEF!CONSTANTS* ...)
; compiling (/SHOW "done binding *DELAYED-DEF!CONSTANTS*")
; compiling (DEFUN FORCE-DELAYED-DEF!CONSTANTS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/defbangconstant.fasl-tmp written
; compilation finished in 0:00:00.009
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/primordial-extensions.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEF!CONSTANT +EMPTY-HT-SLOT+ ...)
; compiling (DEFUN FROB-DO-BODY ...)
; compiling (DEFMACRO DO-ANONYMOUS ...)
; compiling (DEFMACRO STRING-DISPATCH ...)
; compiling (DEFMACRO WITH-UNIQUE-NAMES ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN MAKE-GENSYM-LIST ...)
; compiling (DECLAIM (TYPE PACKAGE ...))
; compiling (DEFVAR *CL-PACKAGE* ...)
; compiling (DEFVAR *KEYWORD-PACKAGE* ...)
; compiling (DEFUN SYMBOLICATE ...)
; compiling (DEFUN GENSYMIFY ...)
; compiling (DEFUN KEYWORDICATE ...)
; compiling (DEFUN SANE-PACKAGE ...)
; compiling (DEFUN SANE-DEFAULT-PATHNAME-DEFAULTS ...)
; compiling (DEFMACRO DEFENUM ...)
; compiling (DEFMACRO DEFCONSTANT-EQX ...)
; compiling (DEFUN %DEFCONSTANT-EQX-VALUE ...)
; compiling (DEFUN PROPER-LIST-OF-LENGTH-P ...)
; compiling (DEFMACRO DEFINE-UNSUPPORTED-FUN ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/primordial-extensions.fasl-tmp written
; compilation finished in 0:00:00.104
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/function-names.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFVAR *VALID-FUN-NAMES-ALIST* ...)
; compiling (DEFUN %DEFINE-FUN-NAME-SYNTAX ...)
; compiling (DEFMACRO DEFINE-FUNCTION-NAME-SYNTAX ...)
; compiling (DEFUN VALID-FUNCTION-NAME-P ...)
; compiling (DEFINE-FUNCTION-NAME-SYNTAX SETF ...)
; compiling (DEFUN MACRO-FUNCTION-NAME ...)
; compiling (DEFINE-FUNCTION-NAME-SYNTAX DEFMACRO ...)
; compiling (DEFINE-FUNCTION-NAME-SYNTAX MACROLET ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/function-names.fasl-tmp written
; compilation finished in 0:00:00.014
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/parms.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEF!MACRO !CONFIGURE-DYNAMIC-SPACE-END ...)
; compiling (DEFPARAMETER *C-CALLABLE-STATIC-SYMBOLS* ...)
; compiling (DEFPARAMETER *COMMON-STATIC-SYMBOLS* ...)
; compiling (DEF!CONSTANT TLS-SIZE ...)
; compiling (DEF!CONSTANT +HIGHEST-NORMAL-GENERATION+ ...)
; compiling (DEF!CONSTANT +PSEUDO-STATIC-GENERATION+ ...)
; compiling (DEFENUM NIL ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/parms.fasl-tmp written
; compilation finished in 0:00:00.013
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/parms.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEF!CONSTANT N-WORD-BITS ...)
; compiling (DEF!CONSTANT N-MACHINE-WORD-BITS ...)
; compiling (DEF!CONSTANT N-BYTE-BITS ...)
; compiling (DEF!CONSTANT MINIMUM-IMMEDIATE-OFFSET ...)
; compiling (DEF!CONSTANT MAXIMUM-IMMEDIATE-OFFSET ...)
; compiling (DEF!CONSTANT FLOAT-SIGN-SHIFT ...)
; compiling (DEF!CONSTANT SINGLE-FLOAT-BIAS ...)
; compiling (DEFCONSTANT-EQX SINGLE-FLOAT-EXPONENT-BYTE ...)
; compiling (DEFCONSTANT-EQX SINGLE-FLOAT-SIGNIFICAND-BYTE ...)
; compiling (DEF!CONSTANT SINGLE-FLOAT-NORMAL-EXPONENT-MIN ...)
; compiling (DEF!CONSTANT SINGLE-FLOAT-NORMAL-EXPONENT-MAX ...)
; compiling (DEF!CONSTANT SINGLE-FLOAT-HIDDEN-BIT ...)
; compiling (DEF!CONSTANT SINGLE-FLOAT-TRAPPING-NAN-BIT ...)
; compiling (DEF!CONSTANT DOUBLE-FLOAT-BIAS ...)
; compiling (DEFCONSTANT-EQX DOUBLE-FLOAT-EXPONENT-BYTE ...)
; compiling (DEFCONSTANT-EQX DOUBLE-FLOAT-SIGNIFICAND-BYTE ...)
; compiling (DEF!CONSTANT DOUBLE-FLOAT-NORMAL-EXPONENT-MIN ...)
; compiling (DEF!CONSTANT DOUBLE-FLOAT-NORMAL-EXPONENT-MAX ...)
; compiling (DEF!CONSTANT DOUBLE-FLOAT-HIDDEN-BIT ...)
; compiling (DEF!CONSTANT DOUBLE-FLOAT-TRAPPING-NAN-BIT ...)
; compiling (DEF!CONSTANT SINGLE-FLOAT-DIGITS ...)
; compiling (DEF!CONSTANT DOUBLE-FLOAT-DIGITS ...)
; compiling (DEF!CONSTANT FLOAT-INVALID-TRAP-BIT ...)
; compiling (DEF!CONSTANT FLOAT-DENORMAL-TRAP-BIT ...)
; compiling (DEF!CONSTANT FLOAT-DIVIDE-BY-ZERO-TRAP-BIT ...)
; compiling (DEF!CONSTANT FLOAT-OVERFLOW-TRAP-BIT ...)
; compiling (DEF!CONSTANT FLOAT-UNDERFLOW-TRAP-BIT ...)
; compiling (DEF!CONSTANT FLOAT-INEXACT-TRAP-BIT ...)
; compiling (DEF!CONSTANT FLOAT-ROUND-TO-NEAREST ...)
; compiling (DEF!CONSTANT FLOAT-ROUND-TO-NEGATIVE ...)
; compiling (DEF!CONSTANT FLOAT-ROUND-TO-POSITIVE ...)
; compiling (DEF!CONSTANT FLOAT-ROUND-TO-ZERO ...)
; compiling (DEFCONSTANT-EQX FLOAT-ROUNDING-MODE ...)
; compiling (DEFCONSTANT-EQX FLOAT-STICKY-BITS ...)
; compiling (DEFCONSTANT-EQX FLOAT-TRAPS-BYTE ...)
; compiling (DEFCONSTANT-EQX FLOAT-EXCEPTIONS-BYTE ...)
; compiling (DEF!CONSTANT FLOAT-FAST-BIT ...)
; compiling (DEF!CONSTANT READ-ONLY-SPACE-START ...)
; compiling (DEF!CONSTANT READ-ONLY-SPACE-END ...)
; compiling (DEF!CONSTANT STATIC-SPACE-START ...)
; compiling (DEF!CONSTANT STATIC-SPACE-END ...)
; compiling (DEF!CONSTANT DYNAMIC-SPACE-START ...)
; compiling (DEF!CONSTANT DYNAMIC-SPACE-END ...)
; compiling (DEF!CONSTANT LINKAGE-TABLE-SPACE-START ...)
; compiling (DEF!CONSTANT LINKAGE-TABLE-SPACE-END ...)
; compiling (DEF!CONSTANT LINKAGE-TABLE-ENTRY-SIZE ...)
; compiling (DEFENUM (:START 8) ...)
; compiling (DEFENUM (:START 24) ...)
; compiling (DEFVAR *ALLOCATION-POINTER*)
; compiling (DEFVAR *BINDING-STACK-POINTER*)
; compiling (DEFPARAMETER *STATIC-SYMBOLS* ...)
; compiling (DEFPARAMETER *STATIC-FUNS* ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/parms.fasl-tmp written
; compilation finished in 0:00:00.008
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/early-vm.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEF!CONSTANT N-LOWTAG-BITS ...)
; compiling (DEF!CONSTANT LOWTAG-MASK ...)
; compiling (DEF!CONSTANT LOWTAG-LIMIT ...)
; compiling (DEF!CONSTANT N-FIXNUM-TAG-BITS ...)
; compiling (DEF!CONSTANT FIXNUM-TAG-MASK ...)
; compiling (DEF!CONSTANT N-FIXNUM-BITS ...)
; compiling (DEF!CONSTANT N-POSITIVE-FIXNUM-BITS ...)
; compiling (DEF!CONSTANT WORD-SHIFT ...)
; compiling (DEF!CONSTANT N-WORD-BYTES ...)
; compiling (DEF!CONSTANT N-WIDETAG-BITS ...)
; compiling (DEF!CONSTANT WIDETAG-MASK ...)
; compiling (DEF!CONSTANT SB-XC:MOST-POSITIVE-FIXNUM ...)
; compiling (DEF!CONSTANT SB-XC:MOST-NEGATIVE-FIXNUM ...)
; compiling (DEF!CONSTANT MOST-POSITIVE-WORD ...)
; compiling (DEF!CONSTANT MOST-POSITIVE-EXACTLY-SINGLE-FLOAT-FIXNUM ...)
; compiling (DEF!CONSTANT MOST-NEGATIVE-EXACTLY-SINGLE-FLOAT-FIXNUM ...)
; compiling (DEF!CONSTANT MOST-POSITIVE-EXACTLY-DOUBLE-FLOAT-FIXNUM ...)
; compiling (DEF!CONSTANT MOST-NEGATIVE-EXACTLY-DOUBLE-FLOAT-FIXNUM ...)
; compiling (DEF!CONSTANT MAX-DYNAMIC-SPACE-END ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/early-vm.fasl-tmp written
; compilation finished in 0:00:00.070
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/early-objdef.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFENUM NIL ...)
; compiling (DEF!CONSTANT NIL-VALUE ...)
; compiling (DEFCONSTANT-EQX FIXNUM-LOWTAGS ...)
; compiling (DEFENUM (:START # ...) ...)
; compiling (DEFENUM NIL ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/early-objdef.fasl-tmp written
; compilation finished in 0:00:00.033
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-array.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEF!CONSTANT SB-XC:ARRAY-RANK-LIMIT ...)
; compiling (DEF!CONSTANT SB-XC:ARRAY-DIMENSION-LIMIT ...)
; compiling (DEF!CONSTANT SB-XC:ARRAY-TOTAL-SIZE-LIMIT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/early-array.fasl-tmp written
; compilation finished in 0:00:00.002
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-extensions.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFVAR *CORE-PATHNAME* ...)
; compiling (DEFVAR *RUNTIME-PATHNAME* ...)
; compiling (DEFPARAMETER *EOF-OBJECT* ...)
; compiling (DEFCONSTANT MAX-HASH ...)
; compiling (DEF!TYPE HASH ...)
; compiling (DEF!TYPE INDEX ...)
; compiling (DEF!TYPE INDEX/2 ...)
; compiling (DEF!TYPE INDEX-OR-MINUS-1 ...)
; compiling (DEF!TYPE UNSIGNED-BYTE-WITH-A-BITE-OUT ...)
; compiling (DEF!TYPE SIGNED-BYTE-WITH-A-BITE-OUT ...)
; compiling (DEF!TYPE LOAD/STORE-INDEX ...)
; compiling (DEFUN DISPLACEMENT-BOUNDS ...)
; compiling (DEF!TYPE CONSTANT-DISPLACEMENT ...)
; compiling (DEF!TYPE SFUNCTION ...)
; compiling (DEF!TYPE TYPE-SPECIFIER ...)
; compiling (DEFPARAMETER *DEFAULT-INIT-CHAR-FORM* ...)
; compiling (DEF!CONSTANT BELL-CHAR-CODE ...)
; compiling (DEF!CONSTANT BACKSPACE-CHAR-CODE ...)
; compiling (DEF!CONSTANT TAB-CHAR-CODE ...)
; compiling (DEF!CONSTANT LINE-FEED-CHAR-CODE ...)
; compiling (DEF!CONSTANT FORM-FEED-CHAR-CODE ...)
; compiling (DEF!CONSTANT RETURN-CHAR-CODE ...)
; compiling (DEF!CONSTANT ESCAPE-CHAR-CODE ...)
; compiling (DEF!CONSTANT RUBOUT-CHAR-CODE ...)
; compiling (DEFUN MAYBE-CYCLIC-P ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN LIST-OF-LENGTH-AT-LEAST-P ...)
; compiling (DECLAIM (INLINE SINGLETON-P))
; compiling (DEFUN SINGLETON-P ...)
; compiling (DEFUN POSITIVE-PRIMEP ...)
; compiling (DEFUN COMPOUND-OBJECT-P ...)
; compiling (DEFUN COLLECT-NORMAL-EXPANDER ...)
; compiling (DEFUN COLLECT-LIST-EXPANDER ...)
; compiling (DEFMACRO COLLECT ...)
; compiling (DEFUN MEMQ ...)
; compiling (DEFUN ASSQ ...)
; compiling (DEFUN DELQ ...)
; compiling (DEFUN POSQ ...)
; compiling (DECLAIM (INLINE NEQ))
; compiling (DEFUN NEQ ...)
; compiling (DECLAIM (INLINE NTH-BUT-WITH-SANE-ARG-ORDER))
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN NTH-BUT-WITH-SANE-ARG-ORDER ...)
; compiling (DEFUN ADJUST-LIST ...)
; compiling (DEFMACRO NAMED-LET ...)
; compiling (DEFUN FILTER-DOLIST-DECLARATIONS ...)
; compiling (DEFMACRO DOVECTOR ...)
; compiling (DEFMACRO DOHASH ...)
; compiling (DEFVAR *PROFILE-HASH-CACHE* ...)
; compiling (DEFVAR *CACHE-VECTOR-SYMBOLS* ...)
; compiling (DEFUN DROP-ALL-HASH-CACHES ...)
; compiling (DEFMACRO DEFINE-HASH-CACHE ...)
; compiling (DEFMACRO DEFUN-CACHED ...)
; compiling (DEFMACRO DEFINE-CACHED-SYNONYM ...)
; compiling (DEFUN EQUAL-BUT-NO-CAR-RECURSION ...)
; compiling (DEFUN %FIND-PACKAGE-OR-LOSE ...)
; compiling (DEFUN FIND-UNDELETED-PACKAGE-OR-LOSE ...)
; compiling (DECLAIM (INLINE LEGAL-FUN-NAME-P))
; compiling (DEFUN LEGAL-FUN-NAME-P ...)
; compiling (DEFTYPE FUNCTION-NAME ...)
; compiling (DEFUN LEGAL-FUN-NAME-OR-TYPE-ERROR ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FUN-NAME-BLOCK-NAME ...)
; compiling (DEFUN LOOKS-LIKE-NAME-OF-SPECIAL-VAR-P ...)
; compiling (DEFUN ABOUT-TO-MODIFY-SYMBOL-VALUE ...)
; compiling (DEFMACRO COLD-FSET ...)
; compiling (DEFMACRO ONCE-ONLY ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN MISSING-ARG ...)
; compiling (DEFMACRO AVER ...)
; compiling (DEFUN %FAILED-AVER ...)
; compiling (DEFUN BUG ...)
; compiling (DEFMACRO ENFORCE-TYPE ...)
; compiling (DEFUN %FAILED-ENFORCE-TYPE ...)
; compiling (DECLAIM (INLINE SWAPPED-ARGS-FUN))
; compiling (DEFUN SWAPPED-ARGS-FUN ...)
; compiling (DEFUN TYPE-BOUND-NUMBER ...)
; compiling (DEF-CONSTANTLY-FUN CONSTANTLY-T ...)
; compiling (DEF-CONSTANTLY-FUN CONSTANTLY-NIL ...)
; compiling (DEF-CONSTANTLY-FUN CONSTANTLY-0 ...)
; compiling (DEFUN FEATUREP ...)
; compiling (DEFMACRO NOT/TYPE ...)
; compiling (DEFMACRO AND/TYPE ...)
; compiling (DEFUN ANY/TYPE ...)
; compiling (DEFUN EVERY/TYPE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN DEFPRINTER-PRIN1 ...)
; compiling (DEFUN DEFPRINTER-PRINC ...)
; compiling (DEFUN DEFPRINTER-PRINX ...)
; compiling (DEFUN DEFPRINTER-PRINT-SPACE ...)
; compiling (DEFMACRO DEFPRINTER ...)
; compiling (DEFUN PHYSICALIZE-PATHNAME ...)
; compiling (DEFUN DEPRECATION-ERROR ...)
; compiling (DEFUN DEPRECATION-WARNING ...)
; compiling (DEFUN DEPRECATED-FUNCTION ...)
; compiling (DEFUN DEPRECATION-COMPILER-MACRO ...)
; compiling (DEFMACRO DEFINE-DEPRECATED-FUNCTION ...)
; compiling (DEFMACRO AWHEN ...)
; compiling (DEFMACRO ACOND ...)
; compiling (DEFMACRO BINDING* ...)
; compiling (DEFMACRO DELAY ...)
; compiling (DEFUN FORCE ...)
; compiling (DEFUN PROMISE-READY-P ...)
; compiling (DEFMACRO WITH-REBOUND-IO-SYNTAX ...)
; compiling (DEFUN %WITH-REBOUND-IO-SYNTAX ...)
; compiling (DEFMACRO WITH-SANE-IO-SYNTAX ...)
; compiling (DEFUN CALL-WITH-SANE-IO-SYNTAX ...)
; compiling (DEFUN LIST-MEMBERS ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFPARAMETER *EVALUATOR-MODE* ...)
; compiling (DEFMACRO DX-FLET ...)
; compiling (DEFMACRO DX-LET ...)
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEFUN FP-ZERO-P ...)
; compiling (DEFUN NEG-FP-ZERO ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/early-extensions.fasl-tmp written
; compilation finished in 0:00:00.372
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/parse-body.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!INT")
; compiling (/SHOW0 "entering parse-body.lisp")
; compiling (DEFUN PARSE-BODY ...)
; compiling (/SHOW0 "leaving parse-body.lisp")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/parse-body.fasl-tmp written
; compilation finished in 0:00:00.006
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/parse-defmacro.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEFVAR *ARG-TESTS*)
; compiling (DECLAIM (TYPE LIST ...))
; compiling (DEFVAR *SYSTEM-LETS*)
; compiling (DECLAIM (TYPE LIST ...))
; compiling (DEFVAR *USER-LETS*)
; compiling (DECLAIM (TYPE LIST ...))
; compiling (DEFVAR *ENV-VAR*)
; compiling (DEFVAR *DEFAULT-DEFAULT*)
; compiling (DEFVAR *IGNORABLE-VARS*)
; compiling (DECLAIM (TYPE LIST ...))
; compiling (DEFUN PARSE-DEFMACRO ...)
; compiling (DEFUN PARSE-DEFMACRO-LAMBDA-LIST ...)
; compiling (DEFUN ARG-COUNT-ERROR ...)
; compiling (DEFUN PUSH-SUBLIST-BINDING ...)
; compiling (DEFUN PUSH-LET-BINDING ...)
; compiling (DEFUN PUSH-OPTIONAL-BINDING ...)
; compiling (DEFUN DEFMACRO-ERROR ...)
; compiling (DEFUN CHECK-DEFMACRO-ARG ...)
; compiling (DEFUN VERIFY-KEYWORDS ...)
; compiling (DEFUN LOOKUP-KEYWORD ...)
; compiling (DEFUN KEYWORD-SUPPLIED-P ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/parse-defmacro.fasl-tmp written
; compilation finished in 0:00:00.129
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/deftype.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFUN CONSTANT-TYPE-EXPANDER ...)
; compiling (DEFUN %DEFTYPE ...)
; compiling (DEF!MACRO SB-XC:DEFTYPE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/deftype.fasl-tmp written
; compilation finished in 0:00:00.078
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/defconstant.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEF!MACRO SB-XC:DEFCONSTANT ...)
; compiling (DEFUN SB!C::%DEFCONSTANT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/defconstant.fasl-tmp written
; compilation finished in 0:00:00.224
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-alieneval.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!ALIEN")
; compiling (DEFVAR *ALIEN-TYPE-CLASSES* ...)
; compiling (DEFVAR *NEW-AUXILIARY-TYPES* ...)
; compiling (DEFVAR *RECORD-TYPES-ALREADY-UNPARSED*)
; compiling (DEFVAR *VALUES-TYPE-OKAY* ...)
; compiling (DEFVAR *DEFAULT-C-STRING-EXTERNAL-FORMAT* ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/early-alieneval.fasl-tmp written
; compilation finished in 0:00:00.004
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/specializable-array.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEFTYPE SPECIALIZABLE ...)
; compiling (DEFTYPE SPECIALIZABLE-VECTOR ...)
; compiling (DEFUN MAKE-SPECIALIZABLE-ARRAY ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/specializable-array.fasl-tmp written
; compilation finished in 0:00:00.009
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-cl.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (PROCLAIM (QUOTE #))
; compiling (DEFPARAMETER *!STANDARD-TYPE-NAMES* ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/early-cl.fasl-tmp written
; compilation finished in 0:00:00.002
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-fasl.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!FASL")
; compiling (DEFPARAMETER *FASL-HEADER-STRING-START-STRING* ...)
; compiling (DEFINE-FASL-FORMAT-FEATURES)
; compiling (DEF!CONSTANT +FASL-HEADER-STRING-STOP-CHAR-CODE+ ...)
; compiling (DEF!CONSTANT +FASL-FILE-VERSION+ ...)
; compiling (DECLAIM (TYPE SIMPLE-STRING ...))
; compiling (DEFVAR *FASL-FILE-TYPE* ...)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFVAR *ASSEMBLER-ROUTINES* ...)
; compiling (DECLAIM (SIMPLE-VECTOR *FOP-NAMES* ...))
; compiling (DEFVAR *FOP-NAMES* ...)
; compiling (DEFVAR *FOP-FUNS* ...)
; compiling (DEFVAR *LOAD-DEPTH* ...)
; compiling (DECLAIM (TYPE INDEX ...))
; compiling (DEFVAR *FASL-INPUT-STREAM*)
; compiling (DECLAIM (TYPE ANSI-STREAM ...))
; compiling (DEFVAR *LOAD-CODE-VERBOSE* ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/early-fasl.fasl-tmp written
; compilation finished in 0:00:00.025
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/debug-var-io.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFMACRO READ-VAR-INTEGER ...)
; compiling (DEFUN WRITE-VAR-INTEGER ...)
; compiling (DEFMACRO READ-VAR-STRING ...)
; compiling (DEFUN WRITE-VAR-STRING ...)
; compiling (DEFMACRO READ-PACKED-BIT-VECTOR ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/debug-var-io.fasl-tmp written
; compilation finished in 0:00:00.020
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-thread.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!THREAD")
; compiling (DEFVAR *CURRENT-THREAD*)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/early-thread.fasl-tmp written
; compilation finished in 0:00:00.002
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defbangstruct.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEFTYPE DEF!STRUCT-TYPE-MAKE-LOAD-FORM-FUN ...)
; compiling (DEFVAR *DEF!STRUCT-SUPERTYPE* ...)
; compiling (DEFUN DEF!STRUCT-SUPERTYPE ...)
; compiling (DEFUN (SETF DEF!STRUCT-SUPERTYPE) ...)
; compiling (DEFVAR *DEF!STRUCT-TYPE-MAKE-LOAD-FORM-FUN* ...)
; compiling (DEFUN DEF!STRUCT-TYPE-MAKE-LOAD-FORM-FUN ...)
; compiling (DEFUN (SETF DEF!STRUCT-TYPE-MAKE-LOAD-FORM-FUN) ...)
; compiling (DEFUN JUST-DUMP-IT-NORMALLY ...)
; compiling (DEFUN IGNORE-IT ...)
; compiling (DEFSTRUCT DELAYED-DEF!STRUCT ...)
; compiling (DEFVAR *DELAYED-DEF!STRUCTS* ...)
; compiling (DEFUN PARSE-DEF!STRUCT-ARGS ...)
; compiling (DEFUN %INSTANCE-LENGTH ...)
; compiling (DEFUN %INSTANCE-REF ...)
; compiling (DEFUN %INSTANCE-SET ...)
; compiling (DEFUN UNCROSS-DEFSTRUCT-ARGS ...)
; compiling (DEFMACRO DEF!STRUCT ...)
; compiling (DEFUN FORCE-DELAYED-DEF!STRUCTS ...)
; compiling (DEF!STRUCT (STRUCTURE!OBJECT #))
; compiling (DEFUN STRUCTURE!OBJECT-MAKE-LOAD-FORM ...)
; compiling (SETF (SYMBOL-FUNCTION #) ...)
; compiling (DEFMETHOD MAKE-LOAD-FORM ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/defbangstruct.fasl-tmp written
; compilation finished in 0:00:00.263
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/unportable-float.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFUN MAKE-UNPORTABLE-FLOAT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/unportable-float.fasl-tmp written
; compilation finished in 0:00:00.004
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/type-class.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; compiling (DEFVAR *TYPE-CLASSES*)
; compiling (!COLD-INIT-FORMS (UNLESS # ...))
; compiling (DEFUN TYPE-CLASS-OR-LOSE ...)
; compiling (DEFUN MUST-SUPPLY-THIS ...)
; compiling (DEF!STRUCT (TYPE-CLASS #) ...)
; compiling (DEFPARAMETER *TYPE-CLASS-FUN-SLOTS* ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN COPY-TYPE-CLASS-COLDLY ...)
; compiling (DEFUN CLASS-FUN-SLOT-OR-LOSE ...)
; compiling (DEFMACRO !DEFINE-TYPE-METHOD ...)
; compiling (DEFMACRO !DEFINE-TYPE-CLASS ...)
; compiling (DEFMACRO !INVOKE-TYPE-METHOD ...)
; compiling (DEFUN INVOKE-COMPLEX-SUBTYPEP-ARG1-METHOD ...)
; compiling (DEFUN INVOKE-COMPLEX-=-OTHER-METHOD ...)
; compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !TYPE-CLASS-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/type-class.fasl-tmp written
; compilation finished in 0:00:00.107
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/early-backend.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFVAR *BACKEND-PAGE-BYTES* ...)
; compiling (DECLAIM (TYPE INDEX ...))
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/early-backend.fasl-tmp written
; compilation finished in 0:00:00.002
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/sc-offset.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFCONSTANT-EQX SC-OFFSET-SCN-BYTE ...)
; compiling (DEFCONSTANT-EQX SC-OFFSET-OFFSET-BYTE ...)
; compiling (DEF!TYPE SC-OFFSET ...)
; compiling (DEFMACRO MAKE-SC-OFFSET ...)
; compiling (DEFMACRO SC-OFFSET-SCN ...)
; compiling (DEFMACRO SC-OFFSET-OFFSET ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/sc-offset.fasl-tmp written
; compilation finished in 0:00:00.008
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/char.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEF!CONSTANT SB-XC:CHAR-CODE-LIMIT ...)
; compiling (DEF!CONSTANT BASE-CHAR-CODE-LIMIT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/char.fasl-tmp written
; compilation finished in 0:00:00.002
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/huffman.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFSTRUCT (HUFFMAN-NODE #) ...)
; compiling (DEFSTRUCT (HUFFMAN-PAIR # ...) ...)
; compiling (DEFUN HUFFMAN-WEIGHTS ...)
; compiling (DEFUN MAKE-HUFFMAN-TREE ...)
; compiling (DEFUN HUFFMAN-DECODE ...)
; compiling (DEFUN HUFFMAN-MATCH ...)
; compiling (DEFUN HUFFMAN-ENCODE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/huffman.fasl-tmp written
; compilation finished in 0:00:00.032
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/misc.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFUN SB-XC:LISP-IMPLEMENTATION-TYPE ...)
; compiling (DEFUN SB-XC:LISP-IMPLEMENTATION-VERSION ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/misc.fasl-tmp written
; compilation finished in 0:00:00.003
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-format.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!FORMAT")
; compiling (DEFPARAMETER *FORMAT-WHITESPACE-CHARS* ...)
; compiling (DEFVAR *FORMAT-DIRECTIVE-EXPANDERS* ...)
; compiling (DEFVAR *FORMAT-DIRECTIVE-INTERPRETERS* ...)
; compiling (DEFVAR *DEFAULT-FORMAT-ERROR-CONTROL-STRING* ...)
; compiling (DEFVAR *DEFAULT-FORMAT-ERROR-OFFSET* ...)
; compiling (DEFVAR *UP-UP-AND-OUT-ALLOWED* ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *LOGICAL-BLOCK-POPPER* ...)
; compiling (DEFVAR *EXPANDER-NEXT-ARG-MACRO* ...)
; compiling (DEFVAR *ONLY-SIMPLE-ARGS*)
; compiling (DEFVAR *ORIG-ARGS-AVAILABLE* ...)
; compiling (DEFVAR *SIMPLE-ARGS*)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/early-format.fasl-tmp written
; compilation finished in 0:00:00.003
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/early-c.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEF!CONSTANT SB-XC:CALL-ARGUMENTS-LIMIT ...)
; compiling (DEF!CONSTANT SB-XC:LAMBDA-PARAMETERS-LIMIT ...)
; compiling (DEF!CONSTANT SB-XC:MULTIPLE-VALUES-LIMIT ...)
; compiling (DEFVAR SB-XC:*COMPILE-FILE-PATHNAME*)
; compiling (DEFVAR SB-XC:*COMPILE-FILE-TRUENAME*)
; compiling (DEFVAR SB-XC:*COMPILE-PRINT*)
; compiling (DEFVAR SB-XC:*COMPILE-VERBOSE*)
; compiling (DEF!TYPE LAYOUT-DEPTHOID ...)
; compiling (DEFTYPE INLINEP ...)
; compiling (DEFPARAMETER *INLINEP-TRANSLATIONS* ...)
; compiling (DEFVAR *LEXENV*)
; compiling (DECLAIM (TYPE LEXENV ...))
; compiling (DEFVAR *FREE-VARS*)
; compiling (DEFVAR *FREE-FUNS*)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFVAR *CONSTANTS*)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFVAR *ALLOW-INSTRUMENTING*)
; compiling (DEFVAR *CODE-SEGMENT*)
; compiling (DEFVAR *COMPONENT-BEING-COMPILED*)
; compiling (DEFVAR *COMPILER-ERROR-CONTEXT*)
; compiling (DEFVAR *COMPILER-ERROR-COUNT*)
; compiling (DEFVAR *COMPILER-WARNING-COUNT*)
; compiling (DEFVAR *COMPILER-STYLE-WARNING-COUNT*)
; compiling (DEFVAR *COMPILER-NOTE-COUNT*)
; compiling (DEFVAR *COMPILER-TRACE-OUTPUT*)
; compiling (DEFVAR *CONSTRAINT-UNIVERSE*)
; compiling (DEFVAR *COUNT-VOP-USAGES*)
; compiling (DEFVAR *CURRENT-PATH*)
; compiling (DEFVAR *CURRENT-COMPONENT*)
; compiling (DEFVAR *DELAYED-IR1-TRANSFORMS*)
; compiling (DEFVAR *EVAL-TLF-INDEX*)
; compiling (DEFVAR *HANDLED-CONDITIONS*)
; compiling (DEFVAR *DISABLED-PACKAGE-LOCKS*)
; compiling (DEFVAR *POLICY*)
; compiling (DEFVAR *DYNAMIC-COUNTS-TN*)
; compiling (DEFVAR *ELSEWHERE*)
; compiling (DEFVAR *EVENT-INFO*)
; compiling (DEFVAR *EVENT-NOTE-THRESHOLD*)
; compiling (DEFVAR *FAILURE-P*)
; compiling (DEFVAR *FIXUP-NOTES*)
; compiling (DEFVAR *IN-PACK*)
; compiling (DEFVAR *INFO-ENVIRONMENT*)
; compiling (DEFVAR *CONSTANT-SEGMENT*)
; compiling (DEFVAR *CONSTANT-TABLE*)
; compiling (DEFVAR *CONSTANT-VECTOR*)
; compiling (DEFVAR *LEXENV*)
; compiling (DEFVAR *SOURCE-INFO*)
; compiling (DEFVAR *SOURCE-PLIST*)
; compiling (DEFVAR *SOURCE-NAMESTRING*)
; compiling (DEFVAR *TRACE-TABLE*)
; compiling (DEFVAR *UNDEFINED-WARNINGS*)
; compiling (DEFVAR *WARNINGS-P*)
; compiling (DEFVAR *LAMBDA-CONVERSIONS*)
; compiling (DEFVAR *STACK-ALLOCATE-DYNAMIC-EXTENT* ...)
; compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; compiling (DEFGLOBAL **WORLD-LOCK** ...)
; compiling (!COLD-INIT-FORMS (SETF **WORLD-LOCK** ...))
; compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !WORLD-LOCK-COLD-INIT)
; compiling (DEFMACRO WITH-WORLD-LOCK ...)
; compiling (DECLAIM (TYPE FIXNUM ...))
; compiling (DEFVAR *COMPILER-SSET-COUNTER* ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN NOTE-NAME-DEFINED ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN NOTE-LEXICAL-BINDING ...)
; compiling (DEF!STRUCT (DEBUG-NAME-MARKER # ...))
; compiling (DEFVAR *DEBUG-NAME-LEVEL* ...)
; compiling (DEFVAR *DEBUG-NAME-LENGTH* ...)
; compiling (DEFVAR *DEBUG-NAME-PUNT*)
; compiling (DEFVAR *DEBUG-NAME-SHARP*)
; compiling (DEFVAR *DEBUG-NAME-ELLIPSIS*)
; compiling (DEFUN DUMP-DEBUG-NAME-MARKER ...)
; compiling (DEFUN PRINT-DEBUG-NAME-MARKER ...)
; compiling (SETF *DEBUG-NAME-SHARP* ...)
; compiling (DEFUN DEBUG-NAME ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/early-c.fasl-tmp written
; compilation finished in 0:00:00.060
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/policy.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEF!TYPE POLICY-QUALITY ...)
; compiling (DEFVAR *POLICY-RESTRICTIONS* ...)
; compiling (DEFUN RESTRICT-COMPILER-POLICY ...)
; compiling (DEF!TYPE POLICY ...)
; compiling (DEFSTRUCT POLICY-DEPENDENT-QUALITY ...)
; compiling (DEFVAR *POLICY-QUALITIES*)
; compiling (DEFVAR *POLICY-DEPENDENT-QUALITIES* ...)
; compiling (DEFUN POLICY-QUALITY-NAME-P ...)
; compiling (DEFUN POLICY-QUALITY-DEPRECATION-WARNING ...)
; compiling (DECLAIM (TYPE POLICY ...))
; compiling (DEFVAR *POLICY*)
; compiling (DEFUN SORT-POLICY ...)
; compiling (DEFUN !POLICY-COLD-INIT-OR-RESANIFY ...)
; compiling (!POLICY-COLD-INIT-OR-RESANIFY)
; compiling (DEFUN POLICY-QUALITY ...)
; compiling (DEFUN %POLICY-QUALITY ...)
; compiling (DEFMACRO POLICY ...)
; compiling (DEFMACRO DEFINE-OPTIMIZATION-QUALITY ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/policy.fasl-tmp written
; compilation finished in 0:00:00.044
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/policies.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFINE-OPTIMIZATION-QUALITY CHECK-CONSTANT-MODIFICATION ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY TYPE-CHECK ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY CHECK-TAG-EXISTENCE ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY LET-CONVERSION ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY REST-CONVERSION ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY ALIEN-FUNCALL-SAVES-FP-AND-PC ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY VERIFY-ARG-COUNT ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY MERGE-TAIL-CALLS ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY INSERT-DEBUG-CATCH ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY RECOGNIZE-SELF-CALLS ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY FLOAT-ACCURACY ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY INSERT-STEP-CONDITIONS ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY COMPUTE-DEBUG-FUN ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY PRESERVE-SINGLE-USE-DEBUG-VARIABLES ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY INSERT-ARRAY-BOUNDS-CHECKS ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY STORE-XREF-DATA ...)
; compiling (DEFINE-OPTIMIZATION-QUALITY STORE-COVERAGE-DATA ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/policies.fasl-tmp written
; compilation finished in 0:00:00.311
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/typedefs.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; compiling (DEFMACRO !DEF-TYPE-TRANSLATOR ...)
; compiling (DECLAIM (SPECIAL *WILD-TYPE* ...))
; compiling (DEFVAR *TYPE-RANDOM-STATE*)
; compiling (DEF!STRUCT (CTYPE # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFUN MAKE-TYPE-LOAD-FORM ...)
; compiling (DEFUN HIERARCHICAL-INTERSECTION2 ...)
; compiling (DEFUN HIERARCHICAL-UNION2 ...)
; compiling (DECLAIM (INLINE TYPE-CACHE-HASH))
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN TYPE-CACHE-HASH ...)
; compiling (DECLAIM (INLINE TYPE-LIST-CACHE-HASH))
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN TYPE-LIST-CACHE-HASH ...)
; compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !TYPEDEFS-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/typedefs.fasl-tmp written
; compilation finished in 0:00:00.026
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/macros.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DECLAIM (SPECIAL *WILD-TYPE* ...))
; compiling (DEFTYPE INLINEP ...)
; compiling (DEFMACRO DEF-IR1-TRANSLATOR ...)
; compiling (DEFMACRO SOURCE-TRANSFORM-LAMBDA ...)
; compiling (DEFMACRO DEFINE-SOURCE-TRANSFORM ...)
; compiling (DEFTYPE ATTRIBUTES ...)
; compiling (DEFUN COMPUTE-ATTRIBUTE-MASK ...)
; compiling (DEF!MACRO !DEF-BOOLEAN-ATTRIBUTE ...)
; compiling (DEFUN GUTS-OF-!DEF-BOOLEAN-ATTRIBUTE-SETTER ...)
; compiling (DEFMACRO !DEF-BOOLEAN-ATTRIBUTE-SETTER ...)
; compiling (DEFMACRO ATTRIBUTES-UNION ...)
; compiling (DEFMACRO ATTRIBUTES-INTERSECTION ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DECLAIM (INLINE ATTRIBUTES=))
; compiling (DEFUN ATTRIBUTES= ...)
; compiling (DEFUN PARSE-DEFTRANSFORM ...)
; compiling (DEFMACRO DEFTRANSFORM ...)
; compiling (DEFMACRO DEFKNOWN ...)
; compiling (DEFMACRO DEFOPTIMIZER ...)
; compiling (DEFMACRO DO-BLOCKS ...)
; compiling (DEFMACRO DO-BLOCKS-BACKWARDS ...)
; compiling (DEFMACRO DO-USES ...)
; compiling (DEFMACRO DO-NODES ...)
; compiling (DEFMACRO DO-NODES-BACKWARDS ...)
; compiling (DEFMACRO DO-NODES-CAREFULLY ...)
; compiling (DEFMACRO WITH-IR1-ENVIRONMENT-FROM-NODE ...)
; compiling (DEFUN %WITH-IR1-ENVIRONMENT-FROM-NODE ...)
; compiling (DEFMACRO WITH-IR1-NAMESPACE ...)
; compiling (DEFMACRO LEXENV-FIND ...)
; compiling (DEFMACRO WITH-COMPONENT-LAST-BLOCK ...)
; compiling (DEFSTRUCT (EVENT-INFO #) ...)
; compiling (DEFVAR *EVENT-INFO* ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN EVENT-INFO-OR-LOSE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN EVENT-COUNT ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN EVENT-ACTION ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN %SET-EVENT-ACTION ...)
; compiling (DEFSETF EVENT-ACTION ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN EVENT-LEVEL ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN %SET-EVENT-LEVEL ...)
; compiling (DEFSETF EVENT-LEVEL ...)
; compiling (DEFMACRO DEFEVENT ...)
; compiling (DECLAIM (TYPE UNSIGNED-BYTE ...))
; compiling (DEFVAR *EVENT-NOTE-THRESHOLD* ...)
; compiling (DEFMACRO EVENT ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN EVENT-STATISTICS ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CLEAR-EVENT-STATISTICS ...)
; compiling (DECLAIM (INLINE FIND-IN ...))
; compiling (DEFUN FIND-IN ...)
; compiling (DEFUN POSITION-IN ...)
; compiling (DEF!MACRO DELETEF-IN ...)
; compiling (DEF!MACRO PUSH-IN ...)
; compiling (DEFMACRO POSITION-OR-LOSE ...)
; compiling (DEFVAR *COMPILER-PRINT-VARIABLE-ALIST* ...)
; compiling (DEFMACRO WITH-COMPILER-IO-SYNTAX ...)
; compiling (DEFMACRO COMPILER-DESTRUCTURING-BIND ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/macros.fasl-tmp written
; compilation finished in 0:00:02.776
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/vm-macs.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFMACRO PAD-DATA-BLOCK ...)
; compiling (DEFUN REMOVE-KEYWORDS ...)
; compiling (DEF!STRUCT (PRIM-OBJECT-SLOT # ...) ...)
; compiling (DEF!STRUCT (PRIMITIVE-OBJECT #) ...)
; compiling (DEFVAR *PRIMITIVE-OBJECTS* ...)
; compiling (DEFUN %DEFINE-PRIMITIVE-OBJECT ...)
; compiling (DEFMACRO DEFINE-PRIMITIVE-OBJECT ...)
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFMACRO DEF-REFFER ...)
; compiling (DEFMACRO DEF-SETTER ...)
; compiling (DEFMACRO DEF-ALLOC ...)
; compiling (DEFMACRO DEF-CASSER ...)
; compiling (IN-PACKAGE "SB!C")
; compiling (DEF!CONSTANT SC-NUMBER-LIMIT ...)
; compiling (DEFSTRUCT MODULAR-CLASS ...)
; compiling (DEFVAR *UNTAGGED-UNSIGNED-MODULAR-CLASS* ...)
; compiling (DEFVAR *UNTAGGED-SIGNED-MODULAR-CLASS* ...)
; compiling (DEFVAR *TAGGED-MODULAR-CLASS* ...)
; compiling (DEFUN FIND-MODULAR-CLASS ...)
; compiling (DEFSTRUCT MODULAR-FUN-INFO ...)
; compiling (DEFUN FIND-MODULAR-VERSION ...)
; compiling (DEFUN MODULAR-VERSION-INFO ...)
; compiling (DEFUN %DEFINE-MODULAR-FUN ...)
; compiling (DEFMACRO DEFINE-MODULAR-FUN ...)
; compiling (DEFUN %DEFINE-GOOD-MODULAR-FUN ...)
; compiling (DEFMACRO DEFINE-GOOD-MODULAR-FUN ...)
; compiling (DEFMACRO DEFINE-MODULAR-FUN-OPTIMIZER ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/vm-macs.fasl-tmp written
; compilation finished in 0:00:00.127
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/sset.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEF!STRUCT (SSET-ELEMENT # ...) ...)
; compiling (DEFSTRUCT (SSET #) ...)
; compiling (DEFPRINTER (SSET) ...)
; compiling (DEFMACRO DO-SSET-ELEMENTS ...)
; compiling (DECLAIM (INLINE SSET-HASH1))
; compiling (DEFUN SSET-HASH1 ...)
; compiling (DECLAIM (INLINE SSET-HASH2))
; compiling (DEFUN SSET-HASH2 ...)
; compiling (DEFUN SSET-GROW ...)
; compiling (DEFCONSTANT +SSET-REHASH-THRESHOLD+ ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SSET-ADJOIN ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SSET-DELETE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SSET-MEMBER ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SSET= ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SSET-EMPTY ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN COPY-SSET ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SSET-UNION ...)
; compiling (DEFUN SSET-INTERSECTION ...)
; compiling (DEFUN SSET-DIFFERENCE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SSET-UNION-OF-DIFFERENCE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/sset.fasl-tmp written
; compilation finished in 0:00:00.509
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/node.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEF!STRUCT (CTRAN # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEF!STRUCT (LVAR # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEF!STRUCT (NODE # ...) ...)
; compiling (DEF!STRUCT (VALUED-NODE # ...) ...)
; compiling (!DEF-BOOLEAN-ATTRIBUTE BLOCK ...)
; compiling (FROB REOPTIMIZE)
; compiling (FROB FLUSH-P)
; compiling (FROB TYPE-CHECK)
; compiling (FROB DELETE-P)
; compiling (FROB TYPE-ASSERTED)
; compiling (FROB TEST-MODIFIED)
; compiling (DEF!STRUCT (CBLOCK # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEF!STRUCT (BLOCK-ANNOTATION # ...) ...)
; compiling (DEF!STRUCT (COMPONENT # ...) ...)
; compiling (DEFPRINTER (COMPONENT :IDENTITY ...) ...)
; compiling (DEFUN AVER-LIVE-COMPONENT ...)
; compiling (DEFUN LAMBDA-TOPLEVELISH-P ...)
; compiling (DEFUN COMPONENT-TOPLEVELISH-P ...)
; compiling (DEF!STRUCT (CLEANUP #) ...)
; compiling (DEFPRINTER (CLEANUP :IDENTITY ...) ...)
; compiling (DEF!STRUCT (PHYSENV #) ...)
; compiling (DEFPRINTER (PHYSENV :IDENTITY ...) ...)
; compiling (DEF!STRUCT (TAIL-SET) ...)
; compiling (DEFPRINTER (TAIL-SET :IDENTITY ...) ...)
; compiling (DEF!STRUCT (NLX-INFO # ...) ...)
; compiling (DEFPRINTER (NLX-INFO :IDENTITY ...) ...)
; compiling (DEF!STRUCT (LEAF # ...) ...)
; compiling (DEFUN LEAF-DYNAMIC-EXTENT ...)
; compiling (DEFUN LEAF-HAS-SOURCE-NAME-P ...)
; compiling (DEFUN LEAF-SOURCE-NAME ...)
; compiling (DEFUN LEAF-DEBUG-NAME ...)
; compiling (DEFUN LEAF-%DEBUG-NAME ...)
; compiling (DEF!STRUCT (CONSTANT # ...) ...)
; compiling (DEFPRINTER (CONSTANT :IDENTITY ...) ...)
; compiling (DEF!STRUCT (BASIC-VAR # ...) ...)
; compiling (DEF!STRUCT (GLOBAL-VAR #) ...)
; compiling (DEFPRINTER (GLOBAL-VAR :IDENTITY ...) ...)
; compiling (DEF!STRUCT (DEFINED-FUN #) ...)
; compiling (DEFPRINTER (DEFINED-FUN :IDENTITY ...) ...)
; compiling (DEF!STRUCT (FUNCTIONAL #) ...)
; compiling (DEFPRINTER (FUNCTIONAL :IDENTITY ...) ...)
; compiling (DEFUN FUNCTIONAL-LETLIKE-P ...)
; compiling (DEFUN FUNCTIONAL-SOMEWHAT-LETLIKE-P ...)
; compiling (DEFUN FUNCTIONAL-DEBUG-NAME ...)
; compiling (DEF!STRUCT (CLAMBDA # ...) ...)
; compiling (DEFPRINTER (CLAMBDA :CONC-NAME ...) ...)
; compiling (DEF!STRUCT (OPTIONAL-DISPATCH #) ...)
; compiling (DEFPRINTER (OPTIONAL-DISPATCH :IDENTITY ...) ...)
; compiling (DEF!STRUCT ARG-INFO ...)
; compiling (DEFPRINTER (ARG-INFO :IDENTITY ...) ...)
; compiling (!DEF-BOOLEAN-ATTRIBUTE LAMBDA-VAR ...)
; compiling (DEF!STRUCT (LAMBDA-VAR #) ...)
; compiling (DEFPRINTER (LAMBDA-VAR :IDENTITY ...) ...)
; compiling (DEFMACRO LAMBDA-VAR-IGNOREP ...)
; compiling (DEFMACRO LAMBDA-VAR-INDIRECT ...)
; compiling (DEFMACRO LAMBDA-VAR-DELETED ...)
; compiling (DEFMACRO LAMBDA-VAR-EXPLICIT-VALUE-CELL ...)
; compiling (DEF!STRUCT (REF # ...) ...)
; compiling (DEFPRINTER (REF :IDENTITY ...) ...)
; compiling (DEF!STRUCT (CIF # ...) ...)
; compiling (DEFPRINTER (CIF :CONC-NAME ...) ...)
; compiling (DEF!STRUCT (CSET # ...) ...)
; compiling (DEFPRINTER (CSET :CONC-NAME ...) ...)
; compiling (DEF!STRUCT (BASIC-COMBINATION # ...) ...)
; compiling (DEF!STRUCT (COMBINATION # ...))
; compiling (DEFPRINTER (COMBINATION :IDENTITY ...) ...)
; compiling (DEF!STRUCT (MV-COMBINATION # ...))
; compiling (DEFPRINTER (MV-COMBINATION) ...)
; compiling (DEF!STRUCT (BIND # ...) ...)
; compiling (DEFPRINTER (BIND) ...)
; compiling (DEF!STRUCT (CRETURN # ...) ...)
; compiling (DEFPRINTER (CRETURN :CONC-NAME ...) ...)
; compiling (DEF!STRUCT (CAST # ...) ...)
; compiling (DEFPRINTER (CAST :IDENTITY ...) ...)
; compiling (DEF!STRUCT (ENTRY # ...) ...)
; compiling (DEFPRINTER (ENTRY :IDENTITY ...))
; compiling (DEF!STRUCT (EXIT # ...) ...)
; compiling (DEFPRINTER (EXIT :IDENTITY ...) ...)
; compiling (DEF!STRUCT (UNDEFINED-WARNING # ...) ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN %COERCE-TO-POLICY ...)
; compiling (DECLAIM (FREEZE-TYPE NODE ...))
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/node.fasl-tmp written
; compilation finished in 0:00:02.860
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/vop.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEF!CONSTANT LOCAL-TN-LIMIT ...)
; compiling (DEFTYPE LOCAL-TN-NUMBER ...)
; compiling (DEFTYPE LOCAL-TN-COUNT ...)
; compiling (DEFTYPE LOCAL-TN-VECTOR ...)
; compiling (DEFTYPE LOCAL-TN-BIT-VECTOR ...)
; compiling (DEFTYPE SC-NUMBER ...)
; compiling (DEFTYPE SC-VECTOR ...)
; compiling (DEFTYPE SC-BIT-VECTOR ...)
; compiling (DEFTYPE LTN-POLICY ...)
; compiling (DEFSTRUCT (PRIMITIVE-TYPE #) ...)
; compiling (DEFPRINTER (PRIMITIVE-TYPE) ...)
; compiling (DEFSTRUCT (IR2-BLOCK # ...) ...)
; compiling (DEFPRINTER (IR2-BLOCK) ...)
; compiling (DEFSTRUCT (IR2-LVAR # ...) ...)
; compiling (DEFPRINTER (IR2-LVAR) ...)
; compiling (DEFSTRUCT (IR2-COMPONENT #) ...)
; compiling (DEFSTRUCT (ENTRY-INFO #) ...)
; compiling (DEFSTRUCT (IR2-PHYSENV #) ...)
; compiling (DEFPRINTER (IR2-PHYSENV) ...)
; compiling (DEFSTRUCT (RETURN-INFO #) ...)
; compiling (DEFPRINTER (RETURN-INFO) ...)
; compiling (DEFSTRUCT (IR2-NLX-INFO #) ...)
; compiling (DEFPRINTER (IR2-NLX-INFO) ...)
; compiling (DEFSTRUCT (CLOOP # ...) ...)
; compiling (DEFPRINTER (CLOOP :CONC-NAME ...) ...)
; compiling (DEF!STRUCT (VOP # ...) ...)
; compiling (DEFPRINTER (VOP) ...)
; compiling (DEF!STRUCT (TN-REF # ...) ...)
; compiling (DEFPRINTER (TN-REF) ...)
; compiling (DEF!STRUCT (TEMPLATE #) ...)
; compiling (DEFPRINTER (TEMPLATE) ...)
; compiling (DEF!STRUCT (VOP-INFO # ...) ...)
; compiling (DEF!STRUCT (SB #) ...)
; compiling (DEFPRINTER (SB) ...)
; compiling (DEF!STRUCT (FINITE-SB #) ...)
; compiling (DEF!STRUCT (SC #) ...)
; compiling (DEFPRINTER (SC) ...)
; compiling (DEF!STRUCT (TN # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFSTRUCT (GLOBAL-CONFLICTS # ...) ...)
; compiling (DEFPRINTER (GLOBAL-CONFLICTS) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/vop.fasl-tmp written
; compilation finished in 0:00:00.556
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/backend.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFVAR *BACKEND-REGISTER-SAVE-PENALTY* ...)
; compiling (DECLAIM (TYPE INDEX ...))
; compiling (DEFVAR *BACKEND-BYTE-ORDER*)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *BACKEND-SC-NUMBERS* ...)
; compiling (DECLAIM (TYPE SC-VECTOR ...))
; compiling (DEFVAR *BACKEND-SB-LIST* ...)
; compiling (DECLAIM (TYPE LIST ...))
; compiling (DEFVAR *BACKEND-TEMPLATE-NAMES* ...)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFVAR *BACKEND-SC-NAMES* ...)
; compiling (DEFVAR *BACKEND-SB-NAMES* ...)
; compiling (DEFVAR *BACKEND-META-SC-NAMES* ...)
; compiling (DEFVAR *BACKEND-META-SB-NAMES* ...)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFVAR *BACKEND-META-SC-NUMBERS* ...)
; compiling (DECLAIM (TYPE SC-VECTOR ...))
; compiling (DEFVAR *BACKEND-PRIMITIVE-TYPE-NAMES* ...)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFVAR *BACKEND-PRIMITIVE-TYPE-ALIASES* ...)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFVAR *BACKEND-META-PRIMITIVE-TYPE-NAMES* ...)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFVAR *BACKEND-T-PRIMITIVE-TYPE*)
; compiling (DECLAIM (TYPE PRIMITIVE-TYPE ...))
; compiling (DEFVAR *BACKEND-PARSED-VOPS* ...)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFVAR *BACKEND-INSTRUCTION-FORMATS* ...)
; compiling (DEFVAR *BACKEND-INSTRUCTION-FLAVORS* ...)
; compiling (DEFVAR *BACKEND-SPECIAL-ARG-TYPES* ...)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFVAR *BACKEND-PREDICATE-TYPES* ...)
; compiling (DEFVAR *BACKEND-TYPE-PREDICATES* ...)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DECLAIM (TYPE LIST ...))
; compiling (DEFVAR *BACKEND-INTERNAL-ERRORS* ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *BACKEND-SUPPORT-ROUTINES*)
; compiling (DEF-VM-SUPPORT-ROUTINES IMMEDIATE-CONSTANT-SC ...)
; compiling (DEFPRINTER (VM-SUPPORT-ROUTINES))
; compiling (DEFMACRO !DEF-VM-SUPPORT-ROUTINE ...)
; compiling (DEFVAR *BACKEND-SUPPORT-ROUTINES* ...)
; compiling (DECLAIM (TYPE VM-SUPPORT-ROUTINES ...))
; compiling (DEFVAR *BACKEND-SUBFEATURES* ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/backend.fasl-tmp written
; compilation finished in 0:00:00.113
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/vmdef.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN TEMPLATE-OR-LOSE ...)
; compiling (DEFUN SC-OR-LOSE ...)
; compiling (DEFUN SB-OR-LOSE ...)
; compiling (DEFUN SC-NUMBER-OR-LOSE ...)
; compiling (DEFUN META-SC-OR-LOSE ...)
; compiling (DEFUN META-SB-OR-LOSE ...)
; compiling (DEFUN META-SC-NUMBER-OR-LOSE ...)
; compiling (!DEF-BOOLEAN-ATTRIBUTE VOP ...)
; compiling (DEFUN COMPUTE-MOVE-COSTS ...)
; compiling (DEFUN PRIMITIVE-TYPE-OR-LOSE ...)
; compiling (DEFUN SC-ALLOWED-BY-PRIMITIVE-TYPE ...)
; compiling (DEF!CONSTANT MAX-VOP-TN-REFS ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *VOP-TN-REFS* ...)
; compiling (DEF!CONSTANT SC-BITS ...)
; compiling (DEFUN EMIT-GENERIC-VOP ...)
; compiling (DEFUN %EMIT-GENERIC-VOP ...)
; compiling (DEFUN ADJOIN-TEMPLATE ...)
; compiling (DEFUN TEMPLATE-TYPE-SPECIFIER ...)
; compiling (DECLAIM (INLINE TEMPLATE-CONDITIONAL-P))
; compiling (DEFUN TEMPLATE-CONDITIONAL-P ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/vmdef.fasl-tmp written
; compilation finished in 0:00:00.078
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/backend-parms.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEF!CONSTANT +BACKEND-FASL-FILE-IMPLEMENTATION+ ...)
; compiling (SETF *BACKEND-REGISTER-SAVE-PENALTY* ...)
; compiling (SETF *BACKEND-BYTE-ORDER* ...)
; compiling (SETF *BACKEND-PAGE-BYTES* ...)
; compiling (DEF!CONSTANT GENCGC-CARD-BYTES ...)
; compiling (DEF!CONSTANT GENCGC-ALLOC-GRANULARITY ...)
; compiling (DEF!CONSTANT GENCGC-RELEASE-GRANULARITY ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/backend-parms.fasl-tmp written
; compilation finished in 0:00:00.003
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/globaldb.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; compiling (DECLAIM (SPECIAL *UNIVERSAL-TYPE*))
; compiling (DECLAIM (INLINE GLOBALDB-SXHASHOID))
; compiling (DEFUN GLOBALDB-SXHASHOID ...)
; compiling (DEFUN PRIMIFY ...)
; compiling (DEF!CONSTANT TYPE-NUMBER-BITS ...)
; compiling (DEFTYPE TYPE-NUMBER ...)
; compiling (DEFSTRUCT (CLASS-INFO # ...) ...)
; compiling (DEFVAR *INFO-TYPES*)
; compiling (DECLAIM (TYPE SIMPLE-VECTOR ...))
; compiling (DEFSTRUCT (TYPE-INFO # ...) ...)
; compiling (DEFVAR *INFO-CLASSES*)
; compiling (DECLAIM (HASH-TABLE *INFO-CLASSES*))
; compiling (DEFUN FIND-TYPE-INFO ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CLASS-INFO-OR-LOSE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN TYPE-INFO-OR-LOSE ...)
; compiling (DEFSTRUCT (INFO-ENV # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFMACRO DO-INFO ...)
; compiling (DEFUN DO-COMPACT-INFO ...)
; compiling (DEFUN DO-VOLATILE-INFO ...)
; compiling (DEF!CONSTANT COMPACT-INFO-ENV-ENTRIES-BITS ...)
; compiling (DEFTYPE COMPACT-INFO-ENTRIES-INDEX ...)
; compiling (DEFTYPE COMPACT-INFO-ENTRY ...)
; compiling (DEFSTRUCT (COMPACT-INFO-ENV # ...) ...)
; compiling (DEF!CONSTANT COMPACT-INFO-ENTRY-TYPE-MASK ...)
; compiling (DEF!CONSTANT COMPACT-INFO-ENTRY-LAST ...)
; compiling (DECLAIM (INLINE COMPACT-INFO-LOOKUP-INDEX))
; compiling (DEFUN COMPACT-INFO-LOOKUP-INDEX ...)
; compiling (DEFUN COMPACT-INFO-LOOKUP ...)
; compiling (DEF!CONSTANT COMPACT-INFO-ENVIRONMENT-DENSITY ...)
; compiling (DEFUN COMPACT-INFO-ENVIRONMENT ...)
; compiling (DEFSTRUCT (VOLATILE-INFO-ENV # ...) ...)
; compiling (DEFUN VOLATILE-INFO-LOOKUP ...)
; compiling (DECLAIM (INLINE GET-WRITE-INFO-ENV))
; compiling (DEFUN GET-WRITE-INFO-ENV ...)
; compiling (DEFUN SET-INFO-VALUE ...)
; compiling (DEFUN INFO ...)
; compiling (DEFINE-COMPILER-MACRO INFO ...)
; compiling (DEFUN (SETF INFO) ...)
; compiling (DEF!CONSTANT VOLATILE-INFO-ENVIRONMENT-DENSITY ...)
; compiling (DEFUN MAKE-INFO-ENVIRONMENT ...)
; compiling (DEFUN CLEAR-INFO ...)
; compiling (DEFINE-COMPILER-MACRO CLEAR-INFO ...)
; compiling (DEFUN CLEAR-INFO-VALUE ...)
; compiling (DEFVAR *INFO-ENVIRONMENT*)
; compiling (DECLAIM (TYPE LIST ...))
; compiling (!COLD-INIT-FORMS (SETQ *INFO-ENVIRONMENT* ...) ...)
; compiling (DEFUN GET-INFO-VALUE ...)
; compiling (DEFINE-INFO-CLASS :FUNCTION)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-CLASS :VARIABLE)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-CLASS :TYPE)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-CLASS :TYPED-STRUCTURE)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-CLASS :DECLARATION)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-CLASS :ALIEN-TYPE)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-CLASS :SETF)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-CLASS :RANDOM-DOCUMENTATION)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-CLASS :SOURCE-LOCATION)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DEFINE-INFO-TYPE :CLASS ...)
; compiling (DECLAIM (FREEZE-TYPE INFO-ENV))
; compiling (!COLD-INIT-FORMS (/SHOW0 "beginning *INFO-CLASSES* init, calling MAKE-HASH-TABLE") ...)
; compiling (FROB)
; compiling (DEFVAR *SETF-ASSUMED-FBOUNDP*)
; compiling (!COLD-INIT-FORMS (SETF *SETF-ASSUMED-FBOUNDP* ...))
; compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !GLOBALDB-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/globaldb.fasl-tmp written
; compilation finished in 0:00:00.483
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/info-functions.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN CHECK-FUN-NAME ...)
; compiling (DEFUN PROCLAIM-AS-FUN-NAME ...)
; compiling (DEFUN NOTE-IF-SETF-FUN-AND-MACRO ...)
; compiling (DEFUN UNDEFINE-FUN-NAME ...)
; compiling (DEFUN BECOME-DEFINED-FUN-NAME ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FUN-NAME-INLINE-EXPANSION ...)
; compiling (DEFUN SB-XC:MACRO-FUNCTION ...)
; compiling (DEFUN (SETF SB-XC:MACRO-FUNCTION) ...)
; compiling (DEFUN FUN-LOCALLY-DEFINED-P ...)
; compiling (DEFUN SB-XC:COMPILER-MACRO-FUNCTION ...)
; compiling (DEFUN (SETF SB-XC:COMPILER-MACRO-FUNCTION) ...)
; compiling (DEFUN FDOCUMENTATION ...)
; compiling (DEFUN (SETF FDOCUMENTATION) ...)
; compiling (DEFUN RANDOM-DOCUMENTATION ...)
; compiling (DEFUN (SETF RANDOM-DOCUMENTATION) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/info-functions.fasl-tmp written
; compilation finished in 0:00:00.388
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/force-delayed-defbangconstants.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (FORCE-DELAYED-DEF!CONSTANTS)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/force-delayed-defbangconstants.fasl-tmp written
; compilation finished in 0:00:00.002
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defmacro.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFUN %EXPANDER-FOR-DEFMACRO ...)
; compiling (DEF (:LOAD-TOPLEVEL :EXECUTE) ...)
; compiling (DEF (:COMPILE-TOPLEVEL) ...)
; compiling (DEFMACRO SB-XC:DEFMACRO ...)
; compiling (SB-XC:DEFMACRO DEFMACRO ...)
; compiling (DEF!MACRO DEFMACRO-MUNDANELY ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/defmacro.fasl-tmp written
; compilation finished in 0:00:00.482
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/force-delayed-defbangmacros.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (FORCE-DELAYED-DEF!MACROS)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/force-delayed-defbangmacros.fasl-tmp written
; compilation finished in 0:00:00.002
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/late-macros.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (SB-XC:DEFMACRO DELETEF-IN ...)
; compiling (SB-XC:DEFMACRO PUSH-IN ...)
; compiling (DEFMACRO-MUNDANELY !DEF-BOOLEAN-ATTRIBUTE-SETTER ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/late-macros.fasl-tmp written
; compilation finished in 0:00:00.015
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/meta-vmdef.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFMACRO DEFINE-STORAGE-BASE ...)
; compiling (DEFMACRO DEFINE-STORAGE-CLASS ...)
; compiling (DEFMACRO DO-SC-PAIRS ...)
; compiling (DEFMACRO DEFINE-MOVE-FUN ...)
; compiling (DEFPARAMETER *SC-VOP-SLOTS* ...)
; compiling (DEFMACRO DEFINE-MOVE-VOP ...)
; compiling (DEFUN META-PRIMITIVE-TYPE-OR-LOSE ...)
; compiling (DEFMACRO !DEF-PRIMITIVE-TYPE ...)
; compiling (DEFMACRO !DEF-PRIMITIVE-TYPE-ALIAS ...)
; compiling (DEFPARAMETER *PRIMITIVE-TYPE-SLOT-ALIST* ...)
; compiling (DEFMACRO PRIMITIVE-TYPE-VOP ...)
; compiling (DEFUN META-SC-ALLOWED-BY-PRIMITIVE-TYPE ...)
; compiling (DEF!STRUCT (VOP-PARSE #) ...)
; compiling (DEFPRINTER (VOP-PARSE) ...)
; compiling (DEF!STRUCT (OPERAND-PARSE #) ...)
; compiling (DEFPRINTER (OPERAND-PARSE) ...)
; compiling (DEFUN FIND-OPERAND ...)
; compiling (DEFUN VOP-PARSE-OR-LOSE ...)
; compiling (DEFUN ACCESS-OPERANDS ...)
; compiling (DEFUN IGNORE-UNREFERENCED-TEMPS ...)
; compiling (DEFUN VOP-SPEC-ARG ...)
; compiling (DEFUN PARSE-TIME-SPEC ...)
; compiling (DEFUN TIME-SPEC-ORDER ...)
; compiling (DEFUN COMPUTE-TEMPORARIES-DESCRIPTION ...)
; compiling (DEFUN COMPUTE-REF-ORDERING ...)
; compiling (DEFUN MAKE-EMIT-FUNCTION-AND-FRIENDS ...)
; compiling (DEFUN FIND-MOVE-FUNS ...)
; compiling (DEFUN CALL-MOVE-FUN ...)
; compiling (DEFUN DECIDE-TO-LOAD ...)
; compiling (DEFUN MAKE-GENERATOR-FUNCTION ...)
; compiling (DEFVAR *PARSE-VOP-OPERAND-COUNT*)
; compiling (DEFUN MAKE-OPERAND-PARSE-TEMP ...)
; compiling (DEFUN MAKE-OPERAND-PARSE-LOAD-TN ...)
; compiling (DEFUN !PARSE-VOP-OPERANDS ...)
; compiling (DEFUN PARSE-TEMPORARY ...)
; compiling (DEFUN COMPUTE-PARSE-VOP-OPERAND-COUNT ...)
; compiling (DEFUN PARSE-DEFINE-VOP ...)
; compiling (DEFUN COMPUTE-LOADING-COSTS ...)
; compiling (DEFPARAMETER *NO-COSTS* ...)
; compiling (DEFPARAMETER *NO-LOADS* ...)
; compiling (DEFUN COMPUTE-LOADING-COSTS-IF-ANY ...)
; compiling (DEFUN COMPUTE-COSTS-AND-RESTRICTIONS-LIST ...)
; compiling (DEFUN MAKE-COSTS-AND-RESTRICTIONS ...)
; compiling (DEFUN !PARSE-VOP-OPERAND-TYPES ...)
; compiling (DEFUN CHECK-OPERAND-TYPE-SCS ...)
; compiling (DEFUN CHECK-OPERAND-TYPES ...)
; compiling (DEFUN !GROVEL-VOP-OPERANDS ...)
; compiling (DEFUN !SET-UP-FUN-TRANSLATION ...)
; compiling (DEFUN MAKE-OPERAND-TYPE ...)
; compiling (DEFUN SPECIFY-OPERAND-TYPES ...)
; compiling (DEFUN MAKE-VOP-INFO-TYPES ...)
; compiling (DEFPARAMETER *SLOT-INHERIT-ALIST* ...)
; compiling (DEFMACRO INHERIT-VOP-INFO ...)
; compiling (DEFUN SET-UP-VOP-INFO ...)
; compiling (DEF!MACRO DEFINE-VOP ...)
; compiling (DEFUN MAKE-OPERAND-LIST ...)
; compiling (DEFMACRO EMIT-TEMPLATE ...)
; compiling (DEFMACRO VOP ...)
; compiling (DEFMACRO VOP* ...)
; compiling (DEF!MACRO SC-CASE ...)
; compiling (DEFMACRO SC-IS ...)
; compiling (DEFMACRO DO-IR2-BLOCKS ...)
; compiling (DEFMACRO DO-LIVE-TNS ...)
; compiling (DEFMACRO DO-PHYSENV-IR2-BLOCKS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/meta-vmdef.fasl-tmp written
; compilation finished in 0:00:00.480
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/vm.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFTYPE SAP-INT ...)
; compiling (DEFVAR *BYTE-REGISTER-NAMES* ...)
; compiling (DEFVAR *WORD-REGISTER-NAMES* ...)
; compiling (DEFVAR *DWORD-REGISTER-NAMES* ...)
; compiling (DEFVAR *QWORD-REGISTER-NAMES* ...)
; compiling (DEFVAR *FLOAT-REGISTER-NAMES* ...)
; compiling (DEFREG AL ...)
; compiling (DEFREG CL ...)
; compiling (DEFREG DL ...)
; compiling (DEFREG BL ...)
; compiling (DEFREG SIL ...)
; compiling (DEFREG DIL ...)
; compiling (DEFREG R8B ...)
; compiling (DEFREG R9B ...)
; compiling (DEFREG R10B ...)
; compiling (DEFREG R11B ...)
; compiling (DEFREG R12B ...)
; compiling (DEFREG R13B ...)
; compiling (DEFREG R14B ...)
; compiling (DEFREG R15B ...)
; compiling (DEFREGSET *BYTE-REGS* ...)
; compiling (DEFREG AX ...)
; compiling (DEFREG CX ...)
; compiling (DEFREG DX ...)
; compiling (DEFREG BX ...)
; compiling (DEFREG SP ...)
; compiling (DEFREG BP ...)
; compiling (DEFREG SI ...)
; compiling (DEFREG DI ...)
; compiling (DEFREG R8W ...)
; compiling (DEFREG R9W ...)
; compiling (DEFREG R10W ...)
; compiling (DEFREG R11W ...)
; compiling (DEFREG R12W ...)
; compiling (DEFREG R13W ...)
; compiling (DEFREG R14W ...)
; compiling (DEFREG R15W ...)
; compiling (DEFREGSET *WORD-REGS* ...)
; compiling (DEFREG EAX ...)
; compiling (DEFREG ECX ...)
; compiling (DEFREG EDX ...)
; compiling (DEFREG EBX ...)
; compiling (DEFREG ESP ...)
; compiling (DEFREG EBP ...)
; compiling (DEFREG ESI ...)
; compiling (DEFREG EDI ...)
; compiling (DEFREG R8D ...)
; compiling (DEFREG R9D ...)
; compiling (DEFREG R10D ...)
; compiling (DEFREG R11D ...)
; compiling (DEFREG R12D ...)
; compiling (DEFREG R13D ...)
; compiling (DEFREG R14D ...)
; compiling (DEFREG R15D ...)
; compiling (DEFREGSET *DWORD-REGS* ...)
; compiling (DEFREG RAX ...)
; compiling (DEFREG RCX ...)
; compiling (DEFREG RDX ...)
; compiling (DEFREG RBX ...)
; compiling (DEFREG RSP ...)
; compiling (DEFREG RBP ...)
; compiling (DEFREG RSI ...)
; compiling (DEFREG RDI ...)
; compiling (DEFREG R8 ...)
; compiling (DEFREG R9 ...)
; compiling (DEFREG R10 ...)
; compiling (DEFREG R11 ...)
; compiling (DEFREG R12 ...)
; compiling (DEFREG R13 ...)
; compiling (DEFREG R14 ...)
; compiling (DEFREG R15 ...)
; compiling (DEFREGSET *QWORD-REGS* ...)
; compiling (DEFREG FLOAT0 ...)
; compiling (DEFREG FLOAT1 ...)
; compiling (DEFREG FLOAT2 ...)
; compiling (DEFREG FLOAT3 ...)
; compiling (DEFREG FLOAT4 ...)
; compiling (DEFREG FLOAT5 ...)
; compiling (DEFREG FLOAT6 ...)
; compiling (DEFREG FLOAT7 ...)
; compiling (DEFREG FLOAT8 ...)
; compiling (DEFREG FLOAT9 ...)
; compiling (DEFREG FLOAT10 ...)
; compiling (DEFREG FLOAT11 ...)
; compiling (DEFREG FLOAT12 ...)
; compiling (DEFREG FLOAT13 ...)
; compiling (DEFREG FLOAT14 ...)
; compiling (DEFREG FLOAT15 ...)
; compiling (DEFREGSET *FLOAT-REGS* ...)
; compiling (DEF!CONSTANT REGISTER-ARG-COUNT ...)
; compiling (DEFPARAMETER *REGISTER-ARG-NAMES* ...)
; compiling (DEFREGSET *REGISTER-ARG-OFFSETS* ...)
; compiling (DEFREGSET *C-CALL-REGISTER-ARG-OFFSETS* ...)
; compiling (DEFINE-STORAGE-BASE REGISTERS ...)
; compiling (DEFINE-STORAGE-BASE FLOAT-REGISTERS ...)
; compiling (DEFINE-STORAGE-BASE STACK ...)
; compiling (DEFINE-STORAGE-BASE CONSTANT ...)
; compiling (DEFINE-STORAGE-BASE IMMEDIATE-CONSTANT ...)
; compiling (DEFINE-STORAGE-BASE NOISE ...)
; compiling (DEFMACRO !DEFINE-STORAGE-CLASSES ...)
; compiling (DEF!CONSTANT KLUDGE-NONDETERMINISTIC-CATCH-BLOCK-SIZE ...)
; compiling (!DEFINE-STORAGE-CLASSES (CONSTANT CONSTANT) ...)
; compiling (DEFPARAMETER *BYTE-SC-NAMES* ...)
; compiling (DEFPARAMETER *WORD-SC-NAMES* ...)
; compiling (DEFPARAMETER *DWORD-SC-NAMES* ...)
; compiling (DEFPARAMETER *QWORD-SC-NAMES* ...)
; compiling (DEFPARAMETER *FLOAT-SC-NAMES* ...)
; compiling (DEFPARAMETER *DOUBLE-SC-NAMES* ...)
; compiling (DEFPARAMETER *COMPLEX-SC-NAMES* ...)
; compiling (DEF-MISC-REG-TNS UNSIGNED-REG ...)
; compiling (DEF-MISC-REG-TNS DWORD-REG ...)
; compiling (DEF-MISC-REG-TNS WORD-REG ...)
; compiling (DEF-MISC-REG-TNS BYTE-REG ...)
; compiling (DEF-MISC-REG-TNS SINGLE-REG ...)
; compiling (DEFUN REG-IN-SIZE ...)
; compiling (DEFPARAMETER TEMP-REG-TN ...)
; compiling (DEFPARAMETER *REGISTER-ARG-TNS* ...)
; compiling (DEFPARAMETER THREAD-BASE-TN ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE IMMEDIATE-CONSTANT-SC ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE BOXED-IMMEDIATE-SC-P ...)
; compiling (DEF!CONSTANT RETURN-PC-SAVE-OFFSET ...)
; compiling (DEF!CONSTANT OCFP-SAVE-OFFSET ...)
; compiling (DEF!CONSTANT CODE-SAVE-OFFSET ...)
; compiling (DEF!CONSTANT SP->FP-OFFSET ...)
; compiling (DECLAIM (INLINE FRAME-WORD-OFFSET))
; compiling (DEFUN FRAME-WORD-OFFSET ...)
; compiling (DECLAIM (INLINE FRAME-BYTE-OFFSET))
; compiling (DEFUN FRAME-BYTE-OFFSET ...)
; compiling (DEF!CONSTANT LRA-SAVE-OFFSET ...)
; compiling (DEF!CONSTANT SINGLE-VALUE-RETURN-BYTE-OFFSET ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE LOCATION-PRINT-NAME ...)
; compiling (DEFUN DWORDS-FOR-QUAD ...)
; compiling (DEFUN WORDS-FOR-DWORD ...)
; compiling (DEF!CONSTANT CFP-OFFSET ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE COMBINATION-IMPLEMENTATION-STYLE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/vm.fasl-tmp written
; compilation finished in 0:00:00.308
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/xset.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DECLAIM (INLINE ALLOC-XSET ...))
; compiling (DEFSTRUCT (XSET # ...) ...)
; compiling (DEFUN XSET-COUNT ...)
; compiling (DEFUN MAP-XSET ...)
; compiling (DEFCONSTANT +XSET-LIST-SIZE-LIMIT+ ...)
; compiling (DEFUN ADD-TO-XSET ...)
; compiling (DEFUN XSET-UNION ...)
; compiling (DEFUN XSET-MEMBER-P ...)
; compiling (DEFUN XSET-MEMBERS ...)
; compiling (DEFUN XSET-INTERSECTION ...)
; compiling (DEFUN XSET-SUBSET-P ...)
; compiling (DECLAIM (INLINE XSET-EMPTY-P))
; compiling (DEFUN XSET-EMPTY-P ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/xset.fasl-tmp written
; compilation finished in 0:00:00.053
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-type.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; compiling (DEFSTRUCT (HAIRY-TYPE # ...) ...)
; compiling (!DEFINE-TYPE-CLASS HAIRY)
; compiling (DEFSTRUCT (UNKNOWN-TYPE # ...))
; compiling (DEFUN MAYBE-REPARSE-SPECIFIER ...)
; compiling (DEFMACRO MAYBE-REPARSE-SPECIFIER! ...)
; compiling (DEFSTRUCT (NEGATION-TYPE # ...) ...)
; compiling (!DEFINE-TYPE-CLASS NEGATION)
; compiling (DEFSTRUCT (ARGS-TYPE # ...) ...)
; compiling (DEFUN CANONICALIZE-ARGS-TYPE-ARGS ...)
; compiling (DEFUN PARSE-ARGS-TYPES ...)
; compiling (DEFSTRUCT (VALUES-TYPE # ...))
; compiling (DECLAIM (INLINE VALUE-TYPE-P))
; compiling (DEFUN VALUES-TYPE-P ...)
; compiling (DEFUN-CACHED (MAKE-VALUES-TYPE-CACHED :HASH-BITS ...) ...)
; compiling (DEFUN MAKE-VALUES-TYPE ...)
; compiling (!DEFINE-TYPE-CLASS VALUES)
; compiling (DEFSTRUCT (FUN-TYPE # ...) ...)
; compiling (DEFSTRUCT (CONSTANT-TYPE # ...) ...)
; compiling (DEFSTRUCT (NAMED-TYPE # ...) ...)
; compiling (DEFPARAMETER *FLOAT-FORMATS* ...)
; compiling (DEFTYPE FLOAT-FORMAT ...)
; compiling (DEFSTRUCT (NUMERIC-TYPE # ...) ...)
; compiling (DEFUN MAKE-NUMERIC-TYPE ...)
; compiling (DEFUN MODIFIED-NUMERIC-TYPE ...)
; compiling (DEFSTRUCT (CHARACTER-SET-TYPE # ...) ...)
; compiling (DEFUN MAKE-CHARACTER-SET-TYPE ...)
; compiling (DEFSTRUCT (ARRAY-TYPE # ...) ...)
; compiling (DEFINE-CACHED-SYNONYM MAKE-ARRAY-TYPE)
; compiling (DEFSTRUCT (MEMBER-TYPE # ...) ...)
; compiling (DEFUN MAKE-MEMBER-TYPE ...)
; compiling (DEFUN MEMBER-TYPE-SIZE ...)
; compiling (DEFUN MEMBER-TYPE-MEMBER-P ...)
; compiling (DEFUN MAPCAR-MEMBER-TYPE-MEMBERS ...)
; compiling (DEFUN MAPC-MEMBER-TYPE-MEMBERS ...)
; compiling (DEFUN MEMBER-TYPE-MEMBERS ...)
; compiling (DEFSTRUCT (COMPOUND-TYPE # ...) ...)
; compiling (DEFSTRUCT (UNION-TYPE # ...))
; compiling (DEFINE-CACHED-SYNONYM MAKE-UNION-TYPE)
; compiling (DEFSTRUCT (INTERSECTION-TYPE # ...))
; compiling (DEFUN TYPE-*-TO-T ...)
; compiling (DEFSTRUCT (CONS-TYPE # ...) ...)
; compiling (DEFUN MAKE-CONS-TYPE ...)
; compiling (DEFUN CONS-TYPE-LENGTH-INFO ...)
; compiling (DEFUN-CACHED (VALUES-SPECIFIER-TYPE :HASH-FUNCTION ...) ...)
; compiling (DEFUN SPECIFIER-TYPE ...)
; compiling (DEFUN SINGLE-VALUE-SPECIFIER-TYPE ...)
; compiling (DEFUN TYPEXPAND-1 ...)
; compiling (DEFUN TYPEXPAND ...)
; compiling (DEFUN TYPEXPAND-ALL ...)
; compiling (DEFUN DEFINED-TYPE-NAME-P ...)
; compiling (DEFUN VALID-TYPE-SPECIFIER-P ...)
; compiling (DEFUN %NOTE-TYPE-DEFINED ...)
; compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !EARLY-TYPE-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/early-type.fasl-tmp written
; compilation finished in 0:00:00.553
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/class.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; compiling (DEF!STRUCT (CLASSOID # ...) ...)
; compiling (DEFUN CLASSOID-MAKE-LOAD-FORM-FUN ...)
; compiling (DEF!CONSTANT LAYOUT-CLOS-HASH-LIMIT ...)
; compiling (DEF!TYPE LAYOUT-CLOS-HASH ...)
; compiling (DEFVAR *!INITIAL-LAYOUTS*)
; compiling (DEFVAR *FORWARD-REFERENCED-LAYOUTS*)
; compiling (!COLD-INIT-FORMS (SETQ *FORWARD-REFERENCED-LAYOUTS* ...))
; compiling (DEF!STRUCT (LAYOUT #) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFUN LAYOUT-PROPER-NAME ...)
; compiling (DEFVAR *LAYOUT-CLOS-HASH-RANDOM-STATE*)
; compiling (DEFUN RANDOM-LAYOUT-CLOS-HASH ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FIND-LAYOUT ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN %INIT-OR-CHECK-LAYOUT ...)
; compiling (DEFUN MAKE-LOAD-FORM-FOR-LAYOUT ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN REDEFINE-LAYOUT-WARNING ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CHECK-LAYOUT ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FIND-AND-INIT-OR-CHECK-LAYOUT ...)
; compiling (DEFUN REGISTER-LAYOUT ...)
; compiling (DEFUN ORDER-LAYOUT-INHERITS ...)
; compiling (DEFUN TOPOLOGICAL-SORT ...)
; compiling (DEFUN STD-COMPUTE-CLASS-PRECEDENCE-LIST ...)
; compiling (DEF!STRUCT (UNDEFINED-CLASSOID # ...))
; compiling (DEF!STRUCT (BUILT-IN-CLASSOID # ...) ...)
; compiling (DEF!STRUCT (STRUCTURE-CLASSOID # ...) ...)
; compiling (DEF!STRUCT (CLASSOID-CELL # ...) ...)
; compiling (DEFVAR *CLASSOID-CELLS*)
; compiling (!COLD-INIT-FORMS (SETQ *CLASSOID-CELLS* ...))
; compiling (DEFUN FIND-CLASSOID-CELL ...)
; compiling (DEFUN FIND-CLASSOID ...)
; compiling (DEFUN (SETF FIND-CLASSOID) ...)
; compiling (DEFUN %CLEAR-CLASSOID ...)
; compiling (DEFUN INSURED-FIND-CLASSOID ...)
; compiling (DEFUN CLASSOID-PROPER-NAME ...)
; compiling (!DEFINE-TYPE-CLASS CLASSOID)
; compiling (DEFUN %ENSURE-CLASSOID-VALID ...)
; compiling (DEFUN %ENSURE-BOTH-CLASSOIDS-VALID ...)
; compiling (DEFUN UPDATE-OBJECT-LAYOUT-OR-INVALID ...)
; compiling (!DEFINE-TYPE-METHOD (CLASSOID :SIMPLE-=) ...)
; compiling (!DEFINE-TYPE-METHOD (CLASSOID :SIMPLE-SUBTYPEP) ...)
; compiling (DEFUN SEALED-CLASS-INTERSECTION2 ...)
; compiling (!DEFINE-TYPE-METHOD (CLASSOID :SIMPLE-INTERSECTION2) ...)
; compiling (DEFVAR *NON-INSTANCE-CLASSOID-TYPES* ...)
; compiling (!DEFINE-TYPE-METHOD (CLASSOID :COMPLEX-SUBTYPEP-ARG2) ...)
; compiling (!DEFINE-TYPE-METHOD (CLASSOID :NEGATE) ...)
; compiling (!DEFINE-TYPE-METHOD (CLASSOID :UNPARSE) ...)
; compiling (DEF!STRUCT (STANDARD-CLASSOID # ...))
; compiling (DEF!STRUCT (STATIC-CLASSOID # ...))
; compiling (DEFVAR *BUILT-IN-CLASSES*)
; compiling (!COLD-INIT-FORMS (/SHOW0 "setting *BUILT-IN-CLASSES*") ...)
; compiling (!COLD-INIT-FORMS (DOLIST # ...) ...)
; compiling (!COLD-INIT-FORMS (/SHOW0 "about to define temporary STANDARD-CLASSes") ...)
; compiling (!COLD-INIT-FORMS (DOLIST # ...))
; compiling (DEFUN %MODIFY-CLASSOID ...)
; compiling (DEFUN %INVALIDATE-LAYOUT ...)
; compiling (DEFUN !CLASS-FINALIZE ...)
; compiling (!COLD-INIT-FORMS (SETQ *BUILT-IN-CLASS-CODES* ...) ...)
; compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !CLASSES-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/class.fasl-tmp written
; compilation finished in 0:00:00.618
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/vm-array.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFSTRUCT (SPECIALIZED-ARRAY-ELEMENT-TYPE-PROPERTIES # ...) ...)
; compiling (DEFPARAMETER *SPECIALIZED-ARRAY-ELEMENT-TYPE-PROPERTIES* ...)
; compiling (DEFUN VALID-BIT-BASH-SAETP-P ...)
; compiling (DEFVAR SB!KERNEL::*SPECIALIZED-ARRAY-ELEMENT-TYPES* ...)
; compiling (DEFVAR *SIMPLE-ARRAY-PRIMITIVE-TYPES* ...)
; compiling (DEFVAR *VECTOR-WITHOUT-COMPLEX-TYPECODE-INFOS* ...)
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN FIND-SAETP ...)
; compiling (DEFUN FIND-SAETP-BY-CTYPE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/vm-array.fasl-tmp written
; compilation finished in 0:00:00.039
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/primtype.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (/SHOW0 "primtype.lisp 17")
; compiling (!DEF-PRIMITIVE-TYPE T ...)
; compiling (/SHOW0 "primtype.lisp 20")
; compiling (SETF *BACKEND-T-PRIMITIVE-TYPE* ...)
; compiling (/SHOW0 "primtype.lisp 24")
; compiling (!DEF-PRIMITIVE-TYPE POSITIVE-FIXNUM ...)
; compiling (/SHOW0 "primtype.lisp 27")
; compiling (/SHOW0 "primtype.lisp 31")
; compiling (/SHOW0 "primtype.lisp 35")
; compiling (!DEF-PRIMITIVE-TYPE UNSIGNED-BYTE-63 ...)
; compiling (!DEF-PRIMITIVE-TYPE UNSIGNED-BYTE-64 ...)
; compiling (!DEF-PRIMITIVE-TYPE FIXNUM ...)
; compiling (!DEF-PRIMITIVE-TYPE SIGNED-BYTE-64 ...)
; compiling (DEFVAR *FIXNUM-PRIMITIVE-TYPE* ...)
; compiling (/SHOW0 "primtype.lisp 53")
; compiling (!DEF-PRIMITIVE-TYPE-ALIAS TAGGED-NUM ...)
; compiling (!DEF-PRIMITIVE-TYPE-ALIAS UNSIGNED-NUM ...)
; compiling (!DEF-PRIMITIVE-TYPE-ALIAS SIGNED-NUM ...)
; compiling (!DEF-PRIMITIVE-TYPE-ALIAS UNTAGGED-NUM ...)
; compiling (/SHOW0 "primtype.lisp 68")
; compiling (!DEF-PRIMITIVE-TYPE CHARACTER ...)
; compiling (/SHOW0 "primtype.lisp 73")
; compiling (!DEF-PRIMITIVE-TYPE FUNCTION ...)
; compiling (!DEF-PRIMITIVE-TYPE LIST ...)
; compiling (!DEF-PRIMITIVE-TYPE INSTANCE ...)
; compiling (/SHOW0 "primtype.lisp 77")
; compiling (!DEF-PRIMITIVE-TYPE FUNCALLABLE-INSTANCE ...)
; compiling (/SHOW0 "primtype.lisp 81")
; compiling (!DEF-PRIMITIVE-TYPE BIGNUM ...)
; compiling (!DEF-PRIMITIVE-TYPE RATIO ...)
; compiling (!DEF-PRIMITIVE-TYPE COMPLEX ...)
; compiling (/SHOW0 "about to !DEF-PRIMITIVE-TYPE SINGLE-FLOAT")
; compiling (!DEF-PRIMITIVE-TYPE SINGLE-FLOAT ...)
; compiling (/SHOW0 "about to !DEF-PRIMITIVE-TYPE DOUBLE-FLOAT")
; compiling (!DEF-PRIMITIVE-TYPE DOUBLE-FLOAT ...)
; compiling (/SHOW0 "about to !DEF-PRIMITIVE-TYPE COMPLEX-SINGLE-FLOAT")
; compiling (!DEF-PRIMITIVE-TYPE COMPLEX-SINGLE-FLOAT ...)
; compiling (/SHOW0 "about to !DEF-PRIMITIVE-TYPE COMPLEX-DOUBLE-FLOAT")
; compiling (!DEF-PRIMITIVE-TYPE COMPLEX-DOUBLE-FLOAT ...)
; compiling (/SHOW0 "primtype.lisp 96")
; compiling (DEFINE-SIMPLE-ARRAY-PRIMITIVE-TYPES)
; compiling (!DEF-PRIMITIVE-TYPE SYSTEM-AREA-POINTER ...)
; compiling (!DEF-PRIMITIVE-TYPE WEAK-POINTER ...)
; compiling (!DEF-PRIMITIVE-TYPE CATCH-BLOCK ...)
; compiling (/SHOW0 "primtype.lisp 147")
; compiling (!DEF-VM-SUPPORT-ROUTINE PRIMITIVE-TYPE-OF ...)
; compiling (/SHOW0 "primtype.lisp 188")
; compiling (!DEF-VM-SUPPORT-ROUTINE PRIMITIVE-TYPE ...)
; compiling (/SHOW0 "primtype.lisp 191")
; compiling (DEFUN-CACHED (PRIMITIVE-TYPE-AUX :HASH-FUNCTION ...) ...)
; compiling (/SHOW0 "primtype.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/primtype.fasl-tmp written
; compilation finished in 0:00:00.252
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/parse-lambda-list.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (/SHOW0 "parse-lambda-list.lisp 12")
; compiling (DECLAIM (FTYPE # ...))
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN PARSE-LAMBDA-LIST-LIKE-THING ...)
; compiling (DEFUN PARSE-LAMBDA-LIST ...)
; compiling (/SHOW0 "parse-lambda-list.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/parse-lambda-list.fasl-tmp written
; compilation finished in 0:00:00.118
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/host-alieneval.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!ALIEN")
; compiling (/SHOW0 "host-alieneval.lisp 15")
; compiling (DEFUN ALIGN-OFFSET ...)
; compiling (DEFUN GUESS-ALIGNMENT ...)
; compiling (DEFSTRUCT (ALIEN-TYPE-CLASS #) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFUN ALIEN-TYPE-CLASS-OR-LOSE ...)
; compiling (DEFUN CREATE-ALIEN-TYPE-CLASS-IF-NECESSARY ...)
; compiling (DEFPARAMETER *METHOD-SLOT-ALIST* ...)
; compiling (DEFUN METHOD-SLOT ...)
; compiling (DEF!MACRO DEFINE-ALIEN-TYPE-CLASS ...)
; compiling (DEF!MACRO DEFINE-ALIEN-TYPE-METHOD ...)
; compiling (DEF!MACRO INVOKE-ALIEN-TYPE-METHOD ...)
; compiling (DEFUN AUXILIARY-TYPE-DEFINITIONS ...)
; compiling (DEF!MACRO WITH-AUXILIARY-ALIEN-TYPES ...)
; compiling (DEFUN PARSE-ALIEN-TYPE ...)
; compiling (DEFUN AUXILIARY-ALIEN-TYPE ...)
; compiling (DEFUN (SETF AUXILIARY-ALIEN-TYPE) ...)
; compiling (DEFUN VERIFY-LOCAL-AUXILIARIES-OKAY ...)
; compiling (DEFUN UNPARSE-ALIEN-TYPE ...)
; compiling (DEFUN %UNPARSE-ALIEN-TYPE ...)
; compiling (DEF!MACRO DEFINE-ALIEN-TYPE-TRANSLATOR ...)
; compiling (DEFUN %DEFINE-ALIEN-TYPE-TRANSLATOR ...)
; compiling (DEF!MACRO DEFINE-ALIEN-TYPE ...)
; compiling (DEFUN %DEF-AUXILIARY-ALIEN-TYPES ...)
; compiling (DEFUN %DEFINE-ALIEN-TYPE ...)
; compiling (CREATE-ALIEN-TYPE-CLASS-IF-NECESSARY (QUOTE ROOT) ...)
; compiling (DEF!STRUCT (ALIEN-TYPE # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFINE-ALIEN-TYPE-CLASS (SYSTEM-AREA-POINTER))
; compiling (DEFINE-ALIEN-TYPE-TRANSLATOR SYSTEM-AREA-POINTER ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (SYSTEM-AREA-POINTER :UNPARSE) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (SYSTEM-AREA-POINTER :LISP-REP) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (SYSTEM-AREA-POINTER :ALIEN-REP) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (SYSTEM-AREA-POINTER :NATURALIZE-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (SYSTEM-AREA-POINTER :DEPORT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (SYSTEM-AREA-POINTER :EXTRACT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-CLASS (ALIEN-VALUE :INCLUDE ...))
; compiling (DEFINE-ALIEN-TYPE-METHOD (ALIEN-VALUE :LISP-REP) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ALIEN-VALUE :NATURALIZE-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ALIEN-VALUE :DEPORT-GEN) ...)
; compiling (DEF!STRUCT (HEAP-ALIEN-INFO #) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFUN ALIEN-TYPE-= ...)
; compiling (DEFUN ALIEN-SUBTYPE-P ...)
; compiling (DEFUN COMPUTE-NATURALIZE-LAMBDA ...)
; compiling (DEFUN COMPUTE-DEPORT-LAMBDA ...)
; compiling (DEFUN COMPUTE-DEPORT-ALLOC-LAMBDA ...)
; compiling (DEFUN COMPUTE-EXTRACT-LAMBDA ...)
; compiling (DEF!MACRO MAYBE-WITH-PINNED-OBJECTS ...)
; compiling (DEFUN COMPUTE-DEPOSIT-LAMBDA ...)
; compiling (DEFUN COMPUTE-LISP-REP-TYPE ...)
; compiling (DEFUN COMPUTE-ALIEN-REP-TYPE ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :UNPARSE) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :TYPE=) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :SUBTYPEP) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :LISP-REP) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :ALIEN-REP) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :NATURALIZE-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :DEPORT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :DEPORT-ALLOC-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :DEPORT-PIN-P) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :EXTRACT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :DEPOSIT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :ARG-TN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :RESULT-TN) ...)
; compiling (DEFINE-ALIEN-TYPE-CLASS (INTEGER) ...)
; compiling (DEFINE-ALIEN-TYPE-TRANSLATOR SIGNED ...)
; compiling (DEFINE-ALIEN-TYPE-TRANSLATOR INTEGER ...)
; compiling (DEFINE-ALIEN-TYPE-TRANSLATOR UNSIGNED ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (INTEGER :UNPARSE) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (INTEGER :TYPE=) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (INTEGER :LISP-REP) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (INTEGER :ALIEN-REP) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (INTEGER :DEPORT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (INTEGER :EXTRACT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-CLASS (BOOLEAN :INCLUDE ...))
; compiling (DEFINE-ALIEN-TYPE-TRANSLATOR BOOLEAN ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (BOOLEAN :UNPARSE) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (BOOLEAN :LISP-REP) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (BOOLEAN :NATURALIZE-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (BOOLEAN :DEPORT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-CLASS (ENUM :INCLUDE ...) ...)
; compiling (DEFINE-ALIEN-TYPE-TRANSLATOR ENUM ...)
; compiling (DEFUN PARSE-ENUM ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ENUM :UNPARSE) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ENUM :TYPE=) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ENUM :LISP-REP) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ENUM :NATURALIZE-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ENUM :DEPORT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-CLASS (FLOAT) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (FLOAT :UNPARSE) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (FLOAT :LISP-REP) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (FLOAT :ALIEN-REP) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (FLOAT :NATURALIZE-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (FLOAT :DEPORT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-CLASS (SINGLE-FLOAT :INCLUDE ...))
; compiling (DEFINE-ALIEN-TYPE-TRANSLATOR SINGLE-FLOAT ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (SINGLE-FLOAT :EXTRACT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-CLASS (DOUBLE-FLOAT :INCLUDE ...))
; compiling (DEFINE-ALIEN-TYPE-TRANSLATOR DOUBLE-FLOAT ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (DOUBLE-FLOAT :EXTRACT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-CLASS (POINTER :INCLUDE ...) ...)
; compiling (DEFINE-ALIEN-TYPE-TRANSLATOR * ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (POINTER :UNPARSE) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (POINTER :TYPE=) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (POINTER :SUBTYPEP) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (POINTER :DEPORT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-CLASS (MEM-BLOCK :INCLUDE ...))
; compiling (DEFINE-ALIEN-TYPE-METHOD (MEM-BLOCK :EXTRACT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (MEM-BLOCK :DEPOSIT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-CLASS (ARRAY :INCLUDE ...) ...)
; compiling (DEFINE-ALIEN-TYPE-TRANSLATOR ARRAY ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ARRAY :UNPARSE) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ARRAY :TYPE=) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (ARRAY :SUBTYPEP) ...)
; compiling (DEF!STRUCT (ALIEN-RECORD-FIELD #) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFINE-ALIEN-TYPE-CLASS (RECORD :INCLUDE ...) ...)
; compiling (DEFINE-ALIEN-TYPE-TRANSLATOR STRUCT ...)
; compiling (DEFINE-ALIEN-TYPE-TRANSLATOR UNION ...)
; compiling (DEFUN PARSE-ALIEN-RECORD-TYPE ...)
; compiling (DEFUN PARSE-ALIEN-RECORD-FIELDS ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (RECORD :UNPARSE) ...)
; compiling (DEFUN UNPARSE-ALIEN-RECORD-KIND ...)
; compiling (DEFUN UNPARSE-ALIEN-RECORD-FIELD ...)
; compiling (DEFUN RECORD-FIELDS-MATCH-P ...)
; compiling (DEFVAR *ALIEN-TYPE-MATCHES* ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (RECORD :TYPE=) ...)
; compiling (DEFINE-ALIEN-TYPE-CLASS (FUN :INCLUDE ...) ...)
; compiling (DEFINE-ALIEN-TYPE-TRANSLATOR FUNCTION ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (FUN :UNPARSE) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (FUN :TYPE=) ...)
; compiling (DEFINE-ALIEN-TYPE-CLASS (VALUES) ...)
; compiling (DEFINE-ALIEN-TYPE-TRANSLATOR VALUES ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (VALUES :UNPARSE) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (VALUES :TYPE=) ...)
; compiling (DEF!STRUCT (LOCAL-ALIEN-INFO # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFMACRO-MUNDANELY ADDR ...)
; compiling (/SHOW0 "host-alieneval.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/host-alieneval.fasl-tmp written
; compilation finished in 0:00:01.006
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/host-c-call.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!ALIEN")
; compiling (/SHOW0 "host-c-call.lisp 12")
; compiling (DEFINE-ALIEN-TYPE-CLASS (C-STRING :INCLUDE ...) ...)
; compiling (DEFINE-ALIEN-TYPE-TRANSLATOR C-STRING ...)
; compiling (DEFUN C-STRING-EXTERNAL-FORMAT ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (C-STRING :UNPARSE) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (C-STRING :LISP-REP) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (C-STRING :DEPORT-PIN-P) ...)
; compiling (DEFUN C-STRING-NEEDS-CONVERSION-P ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN NULL-ERROR ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (C-STRING :NATURALIZE-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (C-STRING :DEPORT-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (C-STRING :DEPORT-ALLOC-GEN) ...)
; compiling (/SHOW0 "host-c-call.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/host-c-call.fasl-tmp written
; compilation finished in 0:00:00.429
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/compiler-deftype.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (/SHOW0 "compiler-deftype.lisp 14")
; compiling (DEFUN %COMPILER-DEFTYPE ...)
; compiling (/SHOW0 "compiler-deftype.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/compiler-deftype.fasl-tmp written
; compilation finished in 0:00:00.077
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/late-type.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (/SHOW0 "late-type.lisp 19")
; compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; compiling (DEFINE-CONDITION PARSE-UNKNOWN-TYPE ...)
; compiling (DEFUN DELEGATE-COMPLEX-SUBTYPEP-ARG2 ...)
; compiling (DEFUN DELEGATE-COMPLEX-INTERSECTION2 ...)
; compiling (DEFUN !HAS-SUPERCLASSES-COMPLEX-SUBTYPEP-ARG1 ...)
; compiling (DEFMACRO !DEFINE-SUPERCLASSES ...)
; compiling (DEFSTRUCT (KEY-INFO #) ...)
; compiling (!DEFINE-TYPE-METHOD (VALUES :SIMPLE-SUBTYPEP ...) ...)
; compiling (!DEFINE-TYPE-METHOD (VALUES :COMPLEX-SUBTYPEP-ARG2) ...)
; compiling (!DEFINE-TYPE-METHOD (VALUES :NEGATE) ...)
; compiling (!DEFINE-TYPE-METHOD (VALUES :UNPARSE) ...)
; compiling (DEFUN TYPE=-LIST ...)
; compiling (!DEFINE-TYPE-METHOD (VALUES :SIMPLE-=) ...)
; compiling (!DEFINE-TYPE-CLASS FUNCTION)
; compiling (DEFVAR *UNPARSE-FUN-TYPE-SIMPLIFY*)
; compiling (!COLD-INIT-FORMS (SETQ *UNPARSE-FUN-TYPE-SIMPLIFY* ...))
; compiling (!DEFINE-TYPE-METHOD (FUNCTION :NEGATE) ...)
; compiling (!DEFINE-TYPE-METHOD (FUNCTION :UNPARSE) ...)
; compiling (!DEFINE-TYPE-METHOD (FUNCTION :SIMPLE-SUBTYPEP) ...)
; compiling (!DEFINE-SUPERCLASSES FUNCTION ...)
; compiling (!DEFINE-TYPE-METHOD (FUNCTION :SIMPLE-UNION2) ...)
; compiling (!DEFINE-TYPE-METHOD (FUNCTION :SIMPLE-INTERSECTION2) ...)
; compiling (!DEFINE-TYPE-METHOD (FUNCTION :COMPLEX-INTERSECTION2) ...)
; compiling (!DEFINE-TYPE-METHOD (FUNCTION :COMPLEX-UNION2) ...)
; compiling (!DEFINE-TYPE-METHOD (FUNCTION :SIMPLE-=) ...)
; compiling (!DEFINE-TYPE-CLASS CONSTANT ...)
; compiling (!DEFINE-TYPE-METHOD (CONSTANT :NEGATE) ...)
; compiling (!DEFINE-TYPE-METHOD (CONSTANT :UNPARSE) ...)
; compiling (!DEFINE-TYPE-METHOD (CONSTANT :SIMPLE-=) ...)
; compiling (!DEF-TYPE-TRANSLATOR CONSTANT-ARG ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN UNPARSE-ARGS-TYPES ...)
; compiling (!DEF-TYPE-TRANSLATOR FUNCTION ...)
; compiling (!DEF-TYPE-TRANSLATOR VALUES ...)
; compiling (DEFUN VALUES-TYPE-MIN-VALUE-COUNT ...)
; compiling (DEFUN VALUES-TYPE-MAX-VALUE-COUNT ...)
; compiling (DEFUN VALUES-TYPE-MAY-BE-SINGLE-VALUE-P ...)
; compiling (DEFUN TYPE-SINGLE-VALUE-P ...)
; compiling (DECLAIM (FREEZE-TYPE VALUES-TYPE))
; compiling (DEFUN SINGLE-VALUE-TYPE ...)
; compiling (DEFUN FUN-TYPE-NARGS ...)
; compiling (DEFUN VALUES-TYPES ...)
; compiling (DEFUN VALUES-TYPE-TYPES ...)
; compiling (DEFUN VALUES-TYPE-OUT ...)
; compiling (DEFUN VALUES-TYPE-IN ...)
; compiling (DEFUN FIXED-VALUES-OP ...)
; compiling (DEFUN-CACHED (%COERCE-TO-VALUES :HASH-BITS ...) ...)
; compiling (DEFUN COERCE-TO-VALUES ...)
; compiling (DEFUN MAKE-SHORT-VALUES-TYPE ...)
; compiling (DEFUN MAKE-SINGLE-VALUE-TYPE ...)
; compiling (DEFUN ARGS-TYPE-OP ...)
; compiling (DEFUN VALUES-TYPE-OP ...)
; compiling (DEFUN TYPE=-ARGS ...)
; compiling (DEFUN-CACHED (VALUES-TYPE-UNION :HASH-FUNCTION ...) ...)
; compiling (DEFUN-CACHED (VALUES-TYPE-INTERSECTION :HASH-FUNCTION ...) ...)
; compiling (DEFUN VALUES-TYPES-EQUAL-OR-INTERSECT ...)
; compiling (DEFUN-CACHED (VALUES-SUBTYPEP :HASH-FUNCTION ...) ...)
; compiling (DEFUN-CACHED (CSUBTYPEP :HASH-FUNCTION ...) ...)
; compiling (DEFUN SB-XC:SUBTYPEP ...)
; compiling (DEFUN-CACHED (TYPE= :HASH-FUNCTION ...) ...)
; compiling (DEFUN TYPE/= ...)
; compiling (DEFUN %TYPE-UNION2 ...)
; compiling (DEFUN-CACHED (TYPE-UNION2 :HASH-FUNCTION ...) ...)
; compiling (DEFUN %TYPE-INTERSECTION2 ...)
; compiling (DEFUN-CACHED (TYPE-INTERSECTION2 :HASH-FUNCTION ...) ...)
; compiling (DEFUN TYPE-APPROX-INTERSECTION2 ...)
; compiling (DEFUN TYPES-EQUAL-OR-INTERSECT ...)
; compiling (DEFUN TYPE-SPECIFIER ...)
; compiling (DEFUN-CACHED (TYPE-NEGATION :HASH-FUNCTION ...) ...)
; compiling (DEFUN-CACHED (TYPE-SINGLETON-P :HASH-FUNCTION ...) ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN PRECOMPUTE-TYPES ...)
; compiling (DEF SIMPLIFY-INTERSECTIONS ...)
; compiling (DEF SIMPLIFY-UNIONS ...)
; compiling (DEFUN MAYBE-DISTRIBUTE-ONE-UNION ...)
; compiling (DEFUN TYPE-INTERSECTION ...)
; compiling (DEFUN-CACHED (%TYPE-INTERSECTION :HASH-BITS ...) ...)
; compiling (DEFUN TYPE-UNION ...)
; compiling (DEFUN-CACHED (%TYPE-UNION :HASH-BITS ...) ...)
; compiling (!DEFINE-TYPE-CLASS NAMED)
; compiling (!COLD-INIT-FORMS (MACROLET # ...) ...)
; compiling (!DEFINE-TYPE-METHOD (NAMED :SIMPLE-=) ...)
; compiling (DEFUN CONS-TYPE-MIGHT-BE-EMPTY-TYPE ...)
; compiling (!DEFINE-TYPE-METHOD (NAMED :COMPLEX-=) ...)
; compiling (!DEFINE-TYPE-METHOD (NAMED :SIMPLE-SUBTYPEP) ...)
; compiling (!DEFINE-TYPE-METHOD (NAMED :COMPLEX-SUBTYPEP-ARG1) ...)
; compiling (!DEFINE-TYPE-METHOD (NAMED :COMPLEX-SUBTYPEP-ARG2) ...)
; compiling (!DEFINE-TYPE-METHOD (NAMED :COMPLEX-INTERSECTION2) ...)
; compiling (!DEFINE-TYPE-METHOD (NAMED :COMPLEX-UNION2) ...)
; compiling (!DEFINE-TYPE-METHOD (NAMED :NEGATE) ...)
; compiling (!DEFINE-TYPE-METHOD (NAMED :UNPARSE) ...)
; compiling (!DEFINE-TYPE-METHOD (HAIRY :NEGATE) ...)
; compiling (!DEFINE-TYPE-METHOD (HAIRY :UNPARSE) ...)
; compiling (!DEFINE-TYPE-METHOD (HAIRY :SIMPLE-SUBTYPEP) ...)
; compiling (!DEFINE-TYPE-METHOD (HAIRY :COMPLEX-SUBTYPEP-ARG2) ...)
; compiling (!DEFINE-TYPE-METHOD (HAIRY :COMPLEX-SUBTYPEP-ARG1) ...)
; compiling (!DEFINE-TYPE-METHOD (HAIRY :COMPLEX-=) ...)
; compiling (!DEFINE-TYPE-METHOD (HAIRY :SIMPLE-INTERSECTION2 ...) ...)
; compiling (!DEFINE-TYPE-METHOD (HAIRY :SIMPLE-UNION2) ...)
; compiling (!DEFINE-TYPE-METHOD (HAIRY :SIMPLE-=) ...)
; compiling (!DEF-TYPE-TRANSLATOR SATISFIES ...)
; compiling (!DEFINE-TYPE-METHOD (NEGATION :NEGATE) ...)
; compiling (!DEFINE-TYPE-METHOD (NEGATION :UNPARSE) ...)
; compiling (!DEFINE-TYPE-METHOD (NEGATION :SIMPLE-SUBTYPEP) ...)
; compiling (!DEFINE-TYPE-METHOD (NEGATION :COMPLEX-SUBTYPEP-ARG2) ...)
; compiling (!DEFINE-TYPE-METHOD (NEGATION :COMPLEX-SUBTYPEP-ARG1) ...)
; compiling (!DEFINE-TYPE-METHOD (NEGATION :COMPLEX-=) ...)
; compiling (!DEFINE-TYPE-METHOD (NEGATION :SIMPLE-INTERSECTION2) ...)
; compiling (DEFUN MAYBE-COMPLEX-ARRAY-REFINEMENT ...)
; compiling (!DEFINE-TYPE-METHOD (NEGATION :COMPLEX-INTERSECTION2) ...)
; compiling (!DEFINE-TYPE-METHOD (NEGATION :SIMPLE-UNION2) ...)
; compiling (!DEFINE-TYPE-METHOD (NEGATION :COMPLEX-UNION2) ...)
; compiling (!DEFINE-TYPE-METHOD (NEGATION :SIMPLE-=) ...)
; compiling (!DEF-TYPE-TRANSLATOR NOT ...)
; compiling (!DEFINE-TYPE-CLASS NUMBER)
; compiling (DECLAIM (INLINE NUMERIC-TYPE-EQUAL))
; compiling (DEFUN NUMERIC-TYPE-EQUAL ...)
; compiling (!DEFINE-TYPE-METHOD (NUMBER :SIMPLE-=) ...)
; compiling (!DEFINE-TYPE-METHOD (NUMBER :NEGATE) ...)
; compiling (!DEFINE-TYPE-METHOD (NUMBER :UNPARSE) ...)
; compiling (!DEFINE-TYPE-METHOD (NUMBER :SINGLETON-P) ...)
; compiling (DEFMACRO NUMERIC-BOUND-TEST ...)
; compiling (DEFMACRO NUMERIC-BOUND-TEST* ...)
; compiling (DEFMACRO NUMERIC-BOUND-MAX ...)
; compiling (!DEFINE-TYPE-METHOD (NUMBER :SIMPLE-SUBTYPEP) ...)
; compiling (!DEFINE-SUPERCLASSES NUMBER ...)
; compiling (DEFUN NUMERIC-TYPES-ADJACENT ...)
; compiling (DEFVAR *APPROXIMATE-NUMERIC-UNIONS* ...)
; compiling (!DEFINE-TYPE-METHOD (NUMBER :SIMPLE-UNION2) ...)
; compiling (!COLD-INIT-FORMS (SETF # ...) ...)
; compiling (!DEF-TYPE-TRANSLATOR COMPLEX ...)
; compiling (DECLAIM (INLINE CANONICALIZED-BOUND))
; compiling (DEFUN CANONICALIZED-BOUND ...)
; compiling (!DEF-TYPE-TRANSLATOR INTEGER ...)
; compiling (DEFMACRO !DEF-BOUNDED-TYPE ...)
; compiling (!DEF-BOUNDED-TYPE RATIONAL ...)
; compiling (DEFUN COERCE-BOUND ...)
; compiling (DEFUN INNER-COERCE-REAL-BOUND ...)
; compiling (DEFUN INNER-COERCE-FLOAT-BOUND ...)
; compiling (DEFUN COERCED-REAL-BOUND ...)
; compiling (DEFUN COERCED-FLOAT-BOUND ...)
; compiling (!DEF-TYPE-TRANSLATOR REAL ...)
; compiling (!DEF-TYPE-TRANSLATOR FLOAT ...)
; compiling (DEFMACRO !DEFINE-FLOAT-FORMAT ...)
; compiling (!DEFINE-FLOAT-FORMAT SHORT-FLOAT)
; compiling (!DEFINE-FLOAT-FORMAT SINGLE-FLOAT)
; compiling (!DEFINE-FLOAT-FORMAT DOUBLE-FLOAT)
; compiling (!DEFINE-FLOAT-FORMAT LONG-FLOAT)
; compiling (DEFUN NUMERIC-TYPES-INTERSECT ...)
; compiling (DEFUN ROUND-NUMERIC-BOUND ...)
; compiling (!DEFINE-TYPE-METHOD (NUMBER :SIMPLE-INTERSECTION2) ...)
; compiling (DEFUN FLOAT-FORMAT-MAX ...)
; compiling (DEFUN NUMERIC-CONTAGION ...)
; compiling (!DEFINE-TYPE-CLASS ARRAY)
; compiling (!DEFINE-TYPE-METHOD (ARRAY :SIMPLE-=) ...)
; compiling (!DEFINE-TYPE-METHOD (ARRAY :NEGATE) ...)
; compiling (!DEFINE-TYPE-METHOD (ARRAY :UNPARSE) ...)
; compiling (!DEFINE-TYPE-METHOD (ARRAY :SIMPLE-SUBTYPEP) ...)
; compiling (!DEFINE-SUPERCLASSES ARRAY ...)
; compiling (DEFUN ARRAY-TYPES-INTERSECT ...)
; compiling (!DEFINE-TYPE-METHOD (ARRAY :SIMPLE-UNION2) ...)
; compiling (!DEFINE-TYPE-METHOD (ARRAY :SIMPLE-INTERSECTION2) ...)
; compiling (DEFUN CANONICAL-ARRAY-DIMENSIONS ...)
; compiling (!DEFINE-TYPE-CLASS MEMBER)
; compiling (!DEFINE-TYPE-METHOD (MEMBER :NEGATE) ...)
; compiling (!DEFINE-TYPE-METHOD (MEMBER :UNPARSE) ...)
; compiling (!DEFINE-TYPE-METHOD (MEMBER :SINGLETON-P) ...)
; compiling (!DEFINE-TYPE-METHOD (MEMBER :SIMPLE-SUBTYPEP) ...)
; compiling (!DEFINE-TYPE-METHOD (MEMBER :COMPLEX-SUBTYPEP-ARG1) ...)
; compiling (!DEFINE-TYPE-METHOD (MEMBER :COMPLEX-SUBTYPEP-ARG2) ...)
; compiling (!DEFINE-TYPE-METHOD (MEMBER :SIMPLE-INTERSECTION2) ...)
; compiling (!DEFINE-TYPE-METHOD (MEMBER :COMPLEX-INTERSECTION2) ...)
; compiling (!DEFINE-TYPE-METHOD (MEMBER :SIMPLE-UNION2) ...)
; compiling (!DEFINE-TYPE-METHOD (MEMBER :SIMPLE-=) ...)
; compiling (!DEFINE-TYPE-METHOD (MEMBER :COMPLEX-=) ...)
; compiling (!DEF-TYPE-TRANSLATOR MEMBER ...)
; compiling (!DEFINE-TYPE-CLASS INTERSECTION)
; compiling (!DEFINE-TYPE-METHOD (INTERSECTION :NEGATE) ...)
; compiling (!DEFINE-TYPE-METHOD (INTERSECTION :UNPARSE) ...)
; compiling (DEFUN TYPE=-SET ...)
; compiling (!DEFINE-TYPE-METHOD (INTERSECTION :SIMPLE-=) ...)
; compiling (DEFUN %INTERSECTION-COMPLEX-SUBTYPEP-ARG1 ...)
; compiling (DEFUN %INTERSECTION-SIMPLE-SUBTYPEP ...)
; compiling (!DEFINE-TYPE-METHOD (INTERSECTION :SIMPLE-SUBTYPEP) ...)
; compiling (!DEFINE-TYPE-METHOD (INTERSECTION :COMPLEX-SUBTYPEP-ARG1) ...)
; compiling (DEFUN %INTERSECTION-COMPLEX-SUBTYPEP-ARG2 ...)
; compiling (!DEFINE-TYPE-METHOD (INTERSECTION :COMPLEX-SUBTYPEP-ARG2) ...)
; compiling (!DEFINE-TYPE-METHOD (INTERSECTION :SIMPLE-UNION2 ...) ...)
; compiling (!DEF-TYPE-TRANSLATOR AND ...)
; compiling (!DEFINE-TYPE-CLASS UNION)
; compiling (!DEFINE-TYPE-METHOD (UNION :NEGATE) ...)
; compiling (!DEFINE-TYPE-METHOD (UNION :UNPARSE) ...)
; compiling (!DEFINE-TYPE-METHOD (UNION :SIMPLE-=) ...)
; compiling (!DEFINE-TYPE-METHOD (UNION :COMPLEX-=) ...)
; compiling (DEFUN UNION-SIMPLE-SUBTYPEP ...)
; compiling (!DEFINE-TYPE-METHOD (UNION :SIMPLE-SUBTYPEP) ...)
; compiling (DEFUN UNION-COMPLEX-SUBTYPEP-ARG1 ...)
; compiling (!DEFINE-TYPE-METHOD (UNION :COMPLEX-SUBTYPEP-ARG1) ...)
; compiling (DEFUN UNION-COMPLEX-SUBTYPEP-ARG2 ...)
; compiling (!DEFINE-TYPE-METHOD (UNION :COMPLEX-SUBTYPEP-ARG2) ...)
; compiling (!DEFINE-TYPE-METHOD (UNION :SIMPLE-INTERSECTION2 ...) ...)
; compiling (!DEF-TYPE-TRANSLATOR OR ...)
; compiling (!DEFINE-TYPE-CLASS CONS)
; compiling (!DEF-TYPE-TRANSLATOR CONS ...)
; compiling (!DEFINE-TYPE-METHOD (CONS :NEGATE) ...)
; compiling (!DEFINE-TYPE-METHOD (CONS :UNPARSE) ...)
; compiling (!DEFINE-TYPE-METHOD (CONS :SIMPLE-=) ...)
; compiling (!DEFINE-TYPE-METHOD (CONS :SIMPLE-SUBTYPEP) ...)
; compiling (!DEFINE-TYPE-METHOD (CONS :SIMPLE-UNION2) ...)
; compiling (!DEFINE-TYPE-METHOD (CONS :SIMPLE-INTERSECTION2) ...)
; compiling (!DEFINE-SUPERCLASSES CONS ...)
; compiling (!DEFINE-TYPE-CLASS CHARACTER-SET)
; compiling (!DEF-TYPE-TRANSLATOR CHARACTER-SET ...)
; compiling (!DEFINE-TYPE-METHOD (CHARACTER-SET :NEGATE) ...)
; compiling (!DEFINE-TYPE-METHOD (CHARACTER-SET :UNPARSE) ...)
; compiling (!DEFINE-TYPE-METHOD (CHARACTER-SET :SINGLETON-P) ...)
; compiling (!DEFINE-TYPE-METHOD (CHARACTER-SET :SIMPLE-=) ...)
; compiling (!DEFINE-TYPE-METHOD (CHARACTER-SET :SIMPLE-SUBTYPEP) ...)
; compiling (!DEFINE-TYPE-METHOD (CHARACTER-SET :SIMPLE-UNION2) ...)
; compiling (!DEFINE-TYPE-METHOD (CHARACTER-SET :SIMPLE-INTERSECTION2) ...)
; compiling (DEFUN INTERSECT-TYPE-PAIRS ...)
; compiling (DEFUN TYPE-DIFFERENCE ...)
; compiling (!DEF-TYPE-TRANSLATOR ARRAY ...)
; compiling (!DEF-TYPE-TRANSLATOR SIMPLE-ARRAY ...)
; compiling (DEFUN DEFINED-FTYPE-MATCHES-DECLARED-FTYPE-P ...)
; compiling (DEFUN CTYPE-OF-NUMBER ...)
; compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !LATE-TYPE-COLD-INIT)
; compiling (/SHOW0 "late-type.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/late-type.fasl-tmp written
; compilation finished in 0:00:01.233
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/deftypes-for-target.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (/SHOW0 "deftypes-for-target.lisp 14")
; compiling (/SHOW "about to force delayed DEF!TYPEs")
; compiling (FORCE-DELAYED-DEF!TYPES)
; compiling (/SHOW "done forcing delayed DEF!TYPEs")
; compiling (SB-XC:DEFTYPE BOOLEAN ...)
; compiling (SB-XC:DEFTYPE MOD ...)
; compiling (SB-XC:DEFTYPE SIGNED-BYTE ...)
; compiling (SB-XC:DEFTYPE UNSIGNED-BYTE ...)
; compiling (SB-XC:DEFTYPE UNSIGNED-BYTE* ...)
; compiling (SB-XC:DEFTYPE BIT ...)
; compiling (SB-XC:DEFTYPE ATOM ...)
; compiling (SB-XC:DEFTYPE BASE-CHAR ...)
; compiling (SB-XC:DEFTYPE EXTENDED-CHAR ...)
; compiling (SB-XC:DEFTYPE STANDARD-CHAR ...)
; compiling (SB-XC:DEFTYPE KEYWORD ...)
; compiling (SB-XC:DEFTYPE EQL ...)
; compiling (SB-XC:DEFTYPE VECTOR ...)
; compiling (SB-XC:DEFTYPE SIMPLE-VECTOR ...)
; compiling (SB-XC:DEFTYPE BASE-STRING ...)
; compiling (SB-XC:DEFTYPE SIMPLE-BASE-STRING ...)
; compiling (SB-XC:DEFTYPE STRING ...)
; compiling (SB-XC:DEFTYPE SIMPLE-STRING ...)
; compiling (SB-XC:DEFTYPE BIT-VECTOR ...)
; compiling (SB-XC:DEFTYPE SIMPLE-BIT-VECTOR ...)
; compiling (SB-XC:DEFTYPE GENERALIZED-BOOLEAN ...)
; compiling (SB-XC:DEFTYPE FORMAT-CONTROL ...)
; compiling (SB-XC:DEFTYPE RESTART-DESIGNATOR ...)
; compiling (SB-XC:DEFTYPE ARRAY-RANK ...)
; compiling (SB-XC:DEFTYPE ARRAY-TOTAL-SIZE ...)
; compiling (SB-XC:DEFTYPE FORM ...)
; compiling (SB-XC:DEFTYPE STRING-DESIGNATOR ...)
; compiling (SB-XC:DEFTYPE FILENAME ...)
; compiling (SB-XC:DEFTYPE PATHNAME-DESIGNATOR ...)
; compiling (SB-XC:DEFTYPE LOGICAL-HOST-DESIGNATOR ...)
; compiling (SB-XC:DEFTYPE PACKAGE-DESIGNATOR ...)
; compiling (SB-XC:DEFTYPE SYMBOLS-DESIGNATOR ...)
; compiling (SB-XC:DEFTYPE IRRATIONAL ...)
; compiling (SB-XC:DEFTYPE CHAR-CODE ...)
; compiling (SB-XC:DEFTYPE CONSED-SEQUENCE ...)
; compiling (SB-XC:DEFTYPE SEQUENCE-END ...)
; compiling (SB-XC:DEFTYPE SEQUENCE-COUNT ...)
; compiling (SB-XC:DEFTYPE STREAM-DESIGNATOR ...)
; compiling (SB-XC:DEFTYPE EXTERNAL-FORMAT-DESIGNATOR ...)
; compiling (SB-XC:DEFTYPE LEXENV-DESIGNATOR ...)
; compiling (SB-XC:DEFTYPE CALLABLE ...)
; compiling (SB-XC:DEFTYPE SINGLE-FLOAT-EXPONENT ...)
; compiling (SB-XC:DEFTYPE DOUBLE-FLOAT-EXPONENT ...)
; compiling (SB-XC:DEFTYPE SINGLE-FLOAT-INT-EXPONENT ...)
; compiling (SB-XC:DEFTYPE DOUBLE-FLOAT-INT-EXPONENT ...)
; compiling (SB-XC:DEFTYPE SINGLE-FLOAT-SIGNIFICAND ...)
; compiling (SB-XC:DEFTYPE DOUBLE-FLOAT-SIGNIFICAND ...)
; compiling (/SHOW0 "deftypes-for-target.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/deftypes-for-target.fasl-tmp written
; compilation finished in 0:00:00.044
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/knownfun.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (/SHOW0 "knownfun.lisp 17")
; compiling (!DEF-BOOLEAN-ATTRIBUTE IR1 ...)
; compiling (DEFSTRUCT (FUN-INFO) ...)
; compiling (DEFPRINTER (FUN-INFO) ...)
; compiling (DEFSTRUCT (TRANSFORM #) ...)
; compiling (DEFPRINTER (TRANSFORM) ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN %DEFTRANSFORM ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN %DEFKNOWN ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FUN-INFO-OR-LOSE ...)
; compiling (DEFUN RESULT-TYPE-FIRST-ARG ...)
; compiling (DEFUN RESULT-TYPE-LAST-ARG ...)
; compiling (DEFUN RESULT-TYPE-FLOAT-CONTAGION ...)
; compiling (DEFUN SEQUENCE-RESULT-NTH-ARG ...)
; compiling (DEFUN RESULT-TYPE-SPECIFIER-NTH-ARG ...)
; compiling (DEFUN CREATION-RESULT-TYPE-SPECIFIER-NTH-ARG ...)
; compiling (DEFUN REMOVE-NON-CONSTANTS-AND-NILS ...)
; compiling (DEFUN NTH-CONSTANT-ARGS ...)
; compiling (DEFUN NTH-CONSTANT-NONEMPTY-SEQUENCE-ARGS ...)
; compiling (/SHOW0 "knownfun.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/knownfun.fasl-tmp written
; compilation finished in 0:00:00.269
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/constantp.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; compiling (DEFVAR *SPECIAL-FORM-CONSTANTP-FUNS*)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (!COLD-INIT-FORMS (SETF *SPECIAL-FORM-CONSTANTP-FUNS* ...))
; compiling (DEFVAR *SPECIAL-FORM-CONSTANT-FORM-VALUE-FUNS*)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (!COLD-INIT-FORMS (SETF *SPECIAL-FORM-CONSTANT-FORM-VALUE-FUNS* ...))
; compiling (DEFVAR *SPECIAL-CONSTANT-VARIABLES*)
; compiling (!COLD-INIT-FORMS (SETF *SPECIAL-CONSTANT-VARIABLES* ...))
; compiling (DEFUN %CONSTANTP ...)
; compiling (DEFUN %CONSTANT-FORM-VALUE ...)
; compiling (DEFUN CONSTANT-SPECIAL-FORM-P ...)
; compiling (DEFUN CONSTANT-SPECIAL-FORM-VALUE ...)
; compiling (DEFUN CONSTANT-SPECIAL-VARIABLE-P ...)
; compiling (DEFUN CONSTANT-FUNCTION-CALL-P ...)
; compiling (DEFUN CONSTANT-FUNCTION-CALL-VALUE ...)
; compiling (DECLAIM (INLINE SB-XC:CONSTANTP))
; compiling (DEFUN SB-XC:CONSTANTP ...)
; compiling (DECLAIM (INLINE CONSTANT-FORM-VALUE))
; compiling (DEFUN CONSTANT-FORM-VALUE ...)
; compiling (DECLAIM (INLINE CONSTANT-TYPEP))
; compiling (DEFUN CONSTANT-TYPEP ...)
; compiling (DEFMACRO DEFCONSTANTP ...)
; compiling (!COLD-INIT-FORMS (DEFCONSTANTP QUOTE ...) ...)
; compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !CONSTANTP-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/constantp.fasl-tmp written
; compilation finished in 0:00:00.113
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/fun-info-funs.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN %DEF-REFFER ...)
; compiling (DEFUN %DEF-SETTER ...)
; compiling (DEFUN %DEF-ALLOC ...)
; compiling (DEFUN %DEF-CASSER ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/fun-info-funs.fasl-tmp written
; compilation finished in 0:00:00.239
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cross-type.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEFUN FIXNUMP ...)
; compiling (DEFINE-CONDITION CROSS-TYPE-STYLE-WARNING ...)
; compiling (DEFINE-CONDITION CROSS-TYPE-GIVING-UP-CONSERVATIVELY ...)
; compiling (DEFUN WARN-POSSIBLE-CROSS-TYPE-FLOAT-INFO-LOSS ...)
; compiling (DEFUN SB-XC:TYPE-OF ...)
; compiling (DEFUN IN-CL-PACKAGE-P ...)
; compiling (DEFUN CROSS-TYPEP ...)
; compiling (DEFUN SB-XC:TYPEP ...)
; compiling (DEFUN CTYPEP ...)
; compiling (DEFUN CTYPE-OF ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cross-type.fasl-tmp written
; compilation finished in 0:00:00.051
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/vm-type.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEF!TYPE WORD ...)
; compiling (DEF!TYPE SB!VM:SIGNED-WORD ...)
; compiling (SETF (INFO :TYPE ...) ...)
; compiling (SB-XC:DEFTYPE LONG-FLOAT ...)
; compiling (SETF (INFO :TYPE ...) ...)
; compiling (SB-XC:DEFTYPE SHORT-FLOAT ...)
; compiling (SB-XC:DEFTYPE BIT-INDEX ...)
; compiling (SB-XC:DEFTYPE FLOAT-EXPONENT ...)
; compiling (SB-XC:DEFTYPE FLOAT-DIGITS ...)
; compiling (SB-XC:DEFTYPE FLOAT-RADIX ...)
; compiling (SB-XC:DEFTYPE FLOAT-INT-EXPONENT ...)
; compiling (SB-XC:DEFTYPE BOOLE-CODE ...)
; compiling (SB-XC:DEFTYPE BYTE-SPECIFIER ...)
; compiling (SB-XC:DEFTYPE CHAR-INT ...)
; compiling (SB-XC:DEFTYPE PATHNAME-HOST ...)
; compiling (SB-XC:DEFTYPE PATHNAME-DEVICE ...)
; compiling (SB-XC:DEFTYPE PATHNAME-DIRECTORY ...)
; compiling (SB-XC:DEFTYPE PATHNAME-NAME ...)
; compiling (SB-XC:DEFTYPE PATHNAME-TYPE ...)
; compiling (SB-XC:DEFTYPE PATHNAME-VERSION ...)
; compiling (SB-XC:DEFTYPE INTERNAL-TIME ...)
; compiling (SB-XC:DEFTYPE BIGNUM-ELEMENT-TYPE ...)
; compiling (SB-XC:DEFTYPE BIGNUM-TYPE ...)
; compiling (SB-XC:DEFTYPE BIGNUM-INDEX ...)
; compiling (SB-XC:DEFTYPE UNBOXED-ARRAY ...)
; compiling (SB-XC:DEFTYPE SIMPLE-UNBOXED-ARRAY ...)
; compiling (SB-XC:DEFTYPE COMPLEX-VECTOR ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FLOAT-FORMAT-NAME ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SPECIALIZE-ARRAY-TYPE ...)
; compiling (DEFUN SB-XC:UPGRADED-ARRAY-ELEMENT-TYPE ...)
; compiling (DEFUN SB-XC:UPGRADED-COMPLEX-PART-TYPE ...)
; compiling (DEFUN CONTAINING-INTEGER-TYPE ...)
; compiling (DEFUN HAIRY-TYPE-CHECK-TEMPLATE-NAME ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/vm-type.fasl-tmp written
; compilation finished in 0:00:00.057
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/proclaim.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFVAR *UNDEFINED-WARNINGS*)
; compiling (DECLAIM (LIST *UNDEFINED-WARNINGS*))
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN GET-OLD-VARS ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN PROCESS-OPTIMIZE-DECL ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN PROCESS-HANDLE-CONDITIONS-DECL ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN PROCESS-MUFFLE-CONDITIONS-DECL ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN PROCESS-UNHANDLE-CONDITIONS-DECL ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN PROCESS-UNMUFFLE-CONDITIONS-DECL ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN PROCESS-PACKAGE-LOCK-DECL ...)
; compiling (DEFUN CANONIZED-DECL-SPEC ...)
; compiling (DEFVAR *QUEUED-PROCLAIMS*)
; compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; compiling (!COLD-INIT-FORMS (SETF *QUEUED-PROCLAIMS* ...))
; compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !EARLY-PROCLAIM-COLD-INIT)
; compiling (DEFUN SB-XC:PROCLAIM ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/proclaim.fasl-tmp written
; compilation finished in 0:00:00.236
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/class-init.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (/SHOW0 "beginning class-init.lisp")
; compiling (DOLIST (X *BUILT-IN-CLASSES*) ...)
; compiling (/SHOW0 "done with class-init.lisp")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/class-init.fasl-tmp written
; compilation finished in 0:00:00.009
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/typecheckfuns.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DECLAIM (TYPE SIMPLE-VECTOR ...))
; compiling (DEFVAR *COMMON-TYPESPECS*)
; compiling (SETF *COMMON-TYPESPECS* ...)
; compiling (DEFUN CTYPE-IS-COMMON-TYPECHECKFUN-TYPE-P ...)
; compiling (DEFUN TYPECHECK-FAILURE ...)
; compiling (DEFVAR *TYPECHECKFUNS* ...)
; compiling (DEFMACRO MEMOIZED-TYPECHECKFUN-FORM ...)
; compiling (DEFUN INTERPRETED-TYPECHECKFUN ...)
; compiling (DEFUN %STRUCTURE-OBJECT-TYPECHECKFUN ...)
; compiling (DEFUN STRUCTURE-OBJECT-TYPECHECKFUN ...)
; compiling (DEFUN GENERAL-TYPECHECKFUN ...)
; compiling (DEFUN CTYPE-NEEDS-TO-BE-INTERPRETED-P ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN TYPESPEC-TYPECHECKFUN ...)
; compiling (DEFINE-COMPILER-MACRO TYPESPEC-TYPECHECKFUN ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/typecheckfuns.fasl-tmp written
; compilation finished in 0:00:00.109
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defstruct.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (/SHOW0 "code/defstruct.lisp 15")
; compiling (DEFUN COMPILER-LAYOUT-OR-LOSE ...)
; compiling (DEFUN COMPILER-LAYOUT-READY-P ...)
; compiling (SB-XC:DEFMACRO %MAKE-STRUCTURE-INSTANCE-MACRO ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN %MAKE-STRUCTURE-INSTANCE-ALLOCATOR ...)
; compiling (DEFUN %MAKE-FUNCALLABLE-STRUCTURE-INSTANCE-ALLOCATOR ...)
; compiling (SB-XC:DEFMACRO %DELAYED-GET-COMPILER-LAYOUT ...)
; compiling (DEF!STRUCT (DEFSTRUCT-DESCRIPTION # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFUN DD-CLASS-P ...)
; compiling (DEFUN DD-DECLARABLE-TYPE ...)
; compiling (DEFUN DD-LAYOUT-OR-LOSE ...)
; compiling (DEF!STRUCT (DEFSTRUCT-SLOT-DESCRIPTION # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFUN DD-LISP-TYPE ...)
; compiling (DEFSTRUCT RAW-SLOT-DATA ...)
; compiling (DEFVAR *RAW-SLOT-DATA-LIST* ...)
; compiling (DEFUN RAW-SLOT-WORDS ...)
; compiling (DEFUN CLASS-METHOD-DEFINITIONS ...)
; compiling (DEFMACRO !EXPANDER-FOR-DEFSTRUCT ...)
; compiling (SB-XC:DEFMACRO DEFSTRUCT ...)
; compiling (DEFMACRO SB-XC:DEFSTRUCT ...)
; compiling (DEFUN ACCESSOR-INHERITED-DATA ...)
; compiling (DEFUN TYPED-PREDICATE-DEFINITIONS ...)
; compiling (DEFUN TYPED-COPIER-DEFINITIONS ...)
; compiling (DEFUN TYPED-ACCESSOR-DEFINITIONS ...)
; compiling (DEFUN REQUIRE-NO-PRINT-OPTIONS-SO-FAR ...)
; compiling (DEFUN PARSE-1-DD-OPTION ...)
; compiling (DEFUN PARSE-DEFSTRUCT-NAME-AND-OPTIONS ...)
; compiling (DEFUN PARSE-DEFSTRUCT-NAME-AND-OPTIONS-AND-SLOT-DESCRIPTIONS ...)
; compiling (DEFUN PARSE-1-DSD ...)
; compiling (DEFUN STRUCTURE-RAW-SLOT-DATA ...)
; compiling (DEFUN ALLOCATE-1-SLOT ...)
; compiling (DEFUN TYPED-STRUCTURE-INFO-OR-LOSE ...)
; compiling (DEFUN FROB-DD-INCLUSION-STUFF ...)
; compiling (DEFUN INHERITS-FOR-STRUCTURE ...)
; compiling (DEFUN %DEFSTRUCT ...)
; compiling (DEFUN %ACCESSOR-PLACE-FORM ...)
; compiling (DEFUN SLOT-ACCESSOR-TRANSFORMS ...)
; compiling (DEFUN SLOT-SETTER-LAMBDA-FORM ...)
; compiling (DEFUN UNDECLARE-STRUCTURE ...)
; compiling (DEFUN %COMPILER-SET-UP-LAYOUT ...)
; compiling (DEFUN %COMPILER-DEFSTRUCT ...)
; compiling (DEFUN COMPARE-SLOTS ...)
; compiling (DEFUN REDEFINE-STRUCTURE-WARNING ...)
; compiling (DEFUN %REDEFINE-DEFSTRUCT ...)
; compiling (DECLAIM (INLINE DD-LAYOUT-LENGTH))
; compiling (DEFUN DD-LAYOUT-LENGTH ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN DD-INSTANCE-LENGTH ...)
; compiling (DEFUN ENSURE-STRUCTURE-CLASS ...)
; compiling (DEFUN FIND-NAME-INDICES ...)
; compiling (DEFUN CREATE-VECTOR-CONSTRUCTOR ...)
; compiling (DEFUN CREATE-LIST-CONSTRUCTOR ...)
; compiling (DEFUN CREATE-STRUCTURE-CONSTRUCTOR ...)
; compiling (DEFUN CREATE-KEYWORD-CONSTRUCTOR ...)
; compiling (DEFUN CREATE-BOA-CONSTRUCTOR ...)
; compiling (DEFUN CONSTRUCTOR-DEFINITIONS ...)
; compiling (DEFUN MAKE-DD-WITH-ALTERNATE-METACLASS ...)
; compiling (DEFMACRO !DEFSTRUCT-WITH-ALTERNATE-METACLASS ...)
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:DEFMACRO !DEFSTRUCT-WITH-ALTERNATE-METACLASS ...)
; compiling (DEFUN !SET-UP-STRUCTURE-OBJECT-CLASS ...)
; compiling (!SET-UP-STRUCTURE-OBJECT-CLASS)
; compiling (DOLIST (ARGS #) ...)
; compiling (DEFUN FIND-DEFSTRUCT-DESCRIPTION ...)
; compiling (/SHOW0 "code/defstruct.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/defstruct.fasl-tmp written
; compilation finished in 0:00:00.764
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/alien-type.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (/SHOW0 "code/alien-type.lisp 16")
; compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; compiling (DEFSTRUCT (ALIEN-TYPE-TYPE # ...) ...)
; compiling (!DEFINE-TYPE-CLASS ALIEN)
; compiling (!DEFINE-TYPE-METHOD (ALIEN :NEGATE) ...)
; compiling (!DEFINE-TYPE-METHOD (ALIEN :UNPARSE) ...)
; compiling (!DEFINE-TYPE-METHOD (ALIEN :SIMPLE-SUBTYPEP) ...)
; compiling (!DEFINE-SUPERCLASSES ALIEN ...)
; compiling (!DEFINE-TYPE-METHOD (ALIEN :SIMPLE-=) ...)
; compiling (!DEF-TYPE-TRANSLATOR ALIEN ...)
; compiling (DEFUN MAKE-ALIEN-TYPE-TYPE ...)
; compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !ALIEN-TYPE-COLD-INIT)
; compiling (/SHOW0 "code/alien-type.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/alien-type.fasl-tmp written
; compilation finished in 0:00:00.022
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/force-delayed-defbangstructs.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (FORCE-DELAYED-DEF!STRUCTS)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/force-delayed-defbangstructs.fasl-tmp written
; compilation finished in 0:00:00.002
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-full-eval.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!EVAL")
; compiling (DEFPARAMETER *EVAL-LEVEL* ...)
; compiling (DEFPARAMETER *EVAL-VERBOSE* ...)
; compiling (!DEFSTRUCT-WITH-ALTERNATE-METACLASS INTERPRETED-FUNCTION ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/early-full-eval.fasl-tmp written
; compilation finished in 0:00:00.029
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/compiler-error.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *COMPILER-ERROR-BAILOUT*)
; compiling (DEFINE-CONDITION COMPILER-ERROR ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN COMPILER-ERROR ...)
; compiling (DEFUN COMPILER-WARN ...)
; compiling (DEFUN COMPILER-STYLE-WARN ...)
; compiling (DEFUN MAKE-COMPILER-ERROR-FORM ...)
; compiling (DEFINE-CONDITION FATAL-COMPILER-ERROR ...)
; compiling (DEFINE-CONDITION INPUT-ERROR-IN-COMPILE-FILE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/compiler-error.fasl-tmp written
; compilation finished in 0:00:00.042
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/late-deftypes-for-target.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (SB-XC:DEFTYPE COMPILED-FUNCTION ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/late-deftypes-for-target.fasl-tmp written
; compilation finished in 0:00:00.002
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/type-init.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (/SHOW0 "precomputing numeric types")
; compiling (PRECOMPUTE-TYPES (QUOTE #))
; compiling (/SHOW0 "precomputing built-in symbol type specifiers")
; compiling (PRECOMPUTE-TYPES *!STANDARD-TYPE-NAMES*)
; compiling (SETF *TYPE-SYSTEM-INITIALIZED* ...)
; compiling (/SHOW0 "done with type-init.lisp")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/type-init.fasl-tmp written
; compilation finished in 0:00:00.002
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/fixup-type.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; compiling (!COLD-INIT-FORMS (MAP # ...))
; compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !FIXUP-TYPE-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/fixup-type.fasl-tmp written
; compilation finished in 0:00:00.056
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/package.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEF!TYPE HASH-VECTOR ...)
; compiling (DEF!STRUCT (PACKAGE-HASHTABLE # ...) ...)
; compiling (DEF!STRUCT (SB-XC:PACKAGE # ...) ...)
; compiling (DEFMACRO-MUNDANELY DO-SYMBOLS ...)
; compiling (DEFMACRO-MUNDANELY DO-EXTERNAL-SYMBOLS ...)
; compiling (DEFMACRO-MUNDANELY DO-ALL-SYMBOLS ...)
; compiling (DEFMACRO-MUNDANELY WITH-PACKAGE-ITERATOR ...)
; compiling (DEFMACRO-MUNDANELY WITH-PACKAGE-GRAPH ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/package.fasl-tmp written
; compilation finished in 0:00:00.284
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/random.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEF!CONSTANT RANDOM-CHUNK-LENGTH ...)
; compiling (DEF!CONSTANT RANDOM-INTEGER-OVERLAP ...)
; compiling (DEF!CONSTANT RANDOM-INTEGER-EXTRA-BITS ...)
; compiling (DEF!CONSTANT RANDOM-FIXNUM-MAX ...)
; compiling (SB-XC:DEFSTRUCT (RANDOM-STATE # ...) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/random.fasl-tmp written
; compilation finished in 0:00:00.012
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/hash-table.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (SB-XC:DEFSTRUCT (HASH-TABLE #) ...)
; compiling (DEFCONSTANT +MAGIC-HASH-VECTOR-VALUE+ ...)
; compiling (DEFMACRO-MUNDANELY WITH-HASH-TABLE-ITERATOR ...)
; compiling (DEFMACRO-MUNDANELY WITH-LOCKED-HASH-TABLE ...)
; compiling (DEFMACRO-MUNDANELY WITH-LOCKED-SYSTEM-TABLE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/hash-table.fasl-tmp written
; compilation finished in 0:00:00.061
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/readtable.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (SB-XC:DEFTYPE ATTRIBUTE-TABLE ...)
; compiling (DEF!CONSTANT +CHAR-ATTR-WHITESPACE+ ...)
; compiling (DEF!CONSTANT +CHAR-ATTR-TERMINATING-MACRO+ ...)
; compiling (DEF!CONSTANT +CHAR-ATTR-SINGLE-ESCAPE+ ...)
; compiling (DEF!CONSTANT +CHAR-ATTR-MULTIPLE-ESCAPE+ ...)
; compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT+ ...)
; compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT-DOT+ ...)
; compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT-EXPT+ ...)
; compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT-SLASH+ ...)
; compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT-DIGIT+ ...)
; compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT-SIGN+ ...)
; compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT-DECIMAL-DIGIT+ ...)
; compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT-DIGIT-OR-EXPT+ ...)
; compiling (DEF!CONSTANT +CHAR-ATTR-PACKAGE-DELIMITER+ ...)
; compiling (DEF!CONSTANT +CHAR-ATTR-INVALID+ ...)
; compiling (DEF!CONSTANT +CHAR-ATTR-DELIMITER+ ...)
; compiling (SB-XC:DEFSTRUCT (READTABLE # ...) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/readtable.fasl-tmp written
; compilation finished in 0:00:00.026
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/pathname.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEF!STRUCT (HOST #) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEF!STRUCT (LOGICAL-HOST # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFUN MAKE-LOGICAL-HOST-LOAD-FORM-FUN ...)
; compiling (DEF!STRUCT (PATTERN #) ...)
; compiling (DEF!TYPE PATHNAME-COMPONENT-TOKENS ...)
; compiling (SB-XC:DEFSTRUCT (PATHNAME # ...) ...)
; compiling (SB-XC:DEFSTRUCT (LOGICAL-PATHNAME # ...))
; compiling (DEFUN UNPARSE-PHYSICAL-DIRECTORY ...)
; compiling (DEFUN UNPARSE-PHYSICAL-DIRECTORY-LIST ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/pathname.fasl-tmp written
; compilation finished in 0:00:00.194
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/host-pprint.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!PRETTY")
; compiling (DEF!STRUCT (PPRINT-DISPATCH-TABLE #) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/host-pprint.fasl-tmp written
; compilation finished in 0:00:00.020
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/lexenv.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DECLAIM (INLINE INTERNAL-MAKE-LEXENV))
; compiling (DEF!STRUCT (LEXENV # ...) ...)
; compiling (DEFUN LEXENV-POLICY ...)
; compiling (DEFUN NULL-LEXENV-P ...)
; compiling (DEFUN COERCE-TO-LEXENV ...)
; compiling (DEFUN PRINT-LEXENV ...)
; compiling (DEFUN MAYBE-INLINE-SYNTACTIC-CLOSURE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/lexenv.fasl-tmp written
; compilation finished in 0:00:00.343
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/fndb.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFKNOWN COERCE ...)
; compiling (DEFKNOWN LIST-TO-VECTOR* ...)
; compiling (DEFKNOWN VECTOR-TO-VECTOR* ...)
; compiling (DEFKNOWN TYPE-OF ...)
; compiling (DEFKNOWN (SB-XC:UPGRADED-COMPLEX-PART-TYPE SB-XC:UPGRADED-ARRAY-ELEMENT-TYPE) ...)
; compiling (DEFKNOWN TYPEP ...)
; compiling (DEFKNOWN SUBTYPEP ...)
; compiling (DEFKNOWN (NULL SYMBOLP ...) ...)
; compiling (DEFKNOWN (EQ EQL) ...)
; compiling (DEFKNOWN (EQUAL EQUALP) ...)
; compiling (SB-XC:DEFTYPE NAME-FOR-CLASS ...)
; compiling (DEFKNOWN CLASSOID-NAME ...)
; compiling (DEFKNOWN FIND-CLASSOID ...)
; compiling (DEFKNOWN CLASSOID-OF ...)
; compiling (DEFKNOWN LAYOUT-OF ...)
; compiling (DEFKNOWN COPY-STRUCTURE ...)
; compiling (DEFKNOWN (SYMBOL-VALUE) ...)
; compiling (DEFKNOWN (SYMBOL-FUNCTION) ...)
; compiling (DEFKNOWN BOUNDP ...)
; compiling (DEFKNOWN FBOUNDP ...)
; compiling (DEFKNOWN SPECIAL-OPERATOR-P ...)
; compiling (DEFKNOWN SET ...)
; compiling (DEFKNOWN FDEFINITION ...)
; compiling (DEFKNOWN %SET-FDEFINITION ...)
; compiling (DEFKNOWN MAKUNBOUND ...)
; compiling (DEFKNOWN FMAKUNBOUND ...)
; compiling (DEFKNOWN APPLY ...)
; compiling (DEFKNOWN FUNCALL ...)
; compiling (DEFKNOWN (MAPCAR MAPLIST) ...)
; compiling (DEFKNOWN (MAPCAN MAPCON) ...)
; compiling (DEFKNOWN (MAPC MAPL) ...)
; compiling (DEFKNOWN VALUES ...)
; compiling (DEFKNOWN VALUES-LIST ...)
; compiling (DEFKNOWN MACRO-FUNCTION ...)
; compiling (DEFKNOWN (MACROEXPAND MACROEXPAND-1 ...) ...)
; compiling (DEFKNOWN COMPILER-MACRO-FUNCTION ...)
; compiling (DEFKNOWN PROCLAIM ...)
; compiling (DEFKNOWN GET ...)
; compiling (DEFKNOWN SB!IMPL::GET2 ...)
; compiling (DEFKNOWN SB!IMPL::GET3 ...)
; compiling (DEFKNOWN REMPROP ...)
; compiling (DEFKNOWN SYMBOL-PLIST ...)
; compiling (DEFKNOWN GETF ...)
; compiling (DEFKNOWN GET-PROPERTIES ...)
; compiling (DEFKNOWN SYMBOL-NAME ...)
; compiling (DEFKNOWN MAKE-SYMBOL ...)
; compiling (DEFKNOWN %MAKE-SYMBOL ...)
; compiling (DEFKNOWN COPY-SYMBOL ...)
; compiling (DEFKNOWN GENSYM ...)
; compiling (DEFKNOWN SYMBOL-PACKAGE ...)
; compiling (DEFKNOWN KEYWORDP ...)
; compiling (DEFKNOWN GENTEMP ...)
; compiling (DEFKNOWN MAKE-PACKAGE ...)
; compiling (DEFKNOWN FIND-PACKAGE ...)
; compiling (DEFKNOWN PACKAGE-NAME ...)
; compiling (DEFKNOWN PACKAGE-NICKNAMES ...)
; compiling (DEFKNOWN RENAME-PACKAGE ...)
; compiling (DEFKNOWN PACKAGE-USE-LIST ...)
; compiling (DEFKNOWN PACKAGE-USED-BY-LIST ...)
; compiling (DEFKNOWN PACKAGE-SHADOWING-SYMBOLS ...)
; compiling (DEFKNOWN LIST-ALL-PACKAGES ...)
; compiling (DEFKNOWN INTERN ...)
; compiling (DEFKNOWN FIND-SYMBOL ...)
; compiling (DEFKNOWN (EXPORT IMPORT) ...)
; compiling (DEFKNOWN UNINTERN ...)
; compiling (DEFKNOWN UNEXPORT ...)
; compiling (DEFKNOWN SHADOWING-IMPORT ...)
; compiling (DEFKNOWN SHADOW ...)
; compiling (DEFKNOWN (USE-PACKAGE UNUSE-PACKAGE) ...)
; compiling (DEFKNOWN FIND-ALL-SYMBOLS ...)
; compiling (DEFKNOWN ZEROP ...)
; compiling (DEFKNOWN (PLUSP MINUSP) ...)
; compiling (DEFKNOWN (ODDP EVENP) ...)
; compiling (DEFKNOWN (= /=) ...)
; compiling (DEFKNOWN (< > ...) ...)
; compiling (DEFKNOWN (MAX MIN) ...)
; compiling (DEFKNOWN + ...)
; compiling (DEFKNOWN - ...)
; compiling (DEFKNOWN * ...)
; compiling (DEFKNOWN / ...)
; compiling (DEFKNOWN (1+ 1-) ...)
; compiling (DEFKNOWN CONJUGATE ...)
; compiling (DEFKNOWN GCD ...)
; compiling (DEFKNOWN LCM ...)
; compiling (DEFKNOWN EXP ...)
; compiling (DEFKNOWN EXPT ...)
; compiling (DEFKNOWN LOG ...)
; compiling (DEFKNOWN SQRT ...)
; compiling (DEFKNOWN ISQRT ...)
; compiling (DEFKNOWN (ABS PHASE ...) ...)
; compiling (DEFKNOWN CIS ...)
; compiling (DEFKNOWN (SIN COS) ...)
; compiling (DEFKNOWN ATAN ...)
; compiling (DEFKNOWN (TAN SINH ...) ...)
; compiling (DEFKNOWN (ASIN ACOS ...) ...)
; compiling (DEFKNOWN FLOAT ...)
; compiling (DEFKNOWN (RATIONAL) ...)
; compiling (DEFKNOWN (RATIONALIZE) ...)
; compiling (DEFKNOWN (NUMERATOR DENOMINATOR) ...)
; compiling (DEFKNOWN (FLOOR CEILING ...) ...)
; compiling (DEFKNOWN %MULTIPLY-HIGH ...)
; compiling (DEFKNOWN (%FLOOR %CEILING) ...)
; compiling (DEFKNOWN (MOD REM) ...)
; compiling (DEFKNOWN (FFLOOR FCEILING ...) ...)
; compiling (DEFKNOWN DECODE-FLOAT ...)
; compiling (DEFKNOWN SCALE-FLOAT ...)
; compiling (DEFKNOWN FLOAT-RADIX ...)
; compiling (DEFKNOWN FLOAT-SIGN ...)
; compiling (DEFKNOWN (FLOAT-DIGITS FLOAT-PRECISION) ...)
; compiling (DEFKNOWN INTEGER-DECODE-FLOAT ...)
; compiling (DEFKNOWN COMPLEX ...)
; compiling (DEFKNOWN (REALPART IMAGPART) ...)
; compiling (DEFKNOWN (LOGIOR LOGXOR ...) ...)
; compiling (DEFKNOWN (LOGNAND LOGNOR ...) ...)
; compiling (DEFKNOWN BOOLE ...)
; compiling (DEFKNOWN LOGNOT ...)
; compiling (DEFKNOWN LOGTEST ...)
; compiling (DEFKNOWN LOGBITP ...)
; compiling (DEFKNOWN ASH ...)
; compiling (DEFKNOWN (LOGCOUNT INTEGER-LENGTH) ...)
; compiling (DEFKNOWN BYTE ...)
; compiling (DEFKNOWN (BYTE-SIZE BYTE-POSITION) ...)
; compiling (DEFKNOWN LDB ...)
; compiling (DEFKNOWN LDB-TEST ...)
; compiling (DEFKNOWN MASK-FIELD ...)
; compiling (DEFKNOWN DPB ...)
; compiling (DEFKNOWN DEPOSIT-FIELD ...)
; compiling (DEFKNOWN RANDOM ...)
; compiling (DEFKNOWN MAKE-RANDOM-STATE ...)
; compiling (DEFKNOWN RANDOM-STATE-P ...)
; compiling (DEFKNOWN (STANDARD-CHAR-P GRAPHIC-CHAR-P ...) ...)
; compiling (DEFKNOWN DIGIT-CHAR-P ...)
; compiling (DEFKNOWN (CHAR= CHAR/= ...) ...)
; compiling (DEFKNOWN CHARACTER ...)
; compiling (DEFKNOWN CHAR-CODE ...)
; compiling (DEFKNOWN (CHAR-UPCASE CHAR-DOWNCASE) ...)
; compiling (DEFKNOWN DIGIT-CHAR ...)
; compiling (DEFKNOWN CHAR-INT ...)
; compiling (DEFKNOWN CHAR-NAME ...)
; compiling (DEFKNOWN NAME-CHAR ...)
; compiling (DEFKNOWN CODE-CHAR ...)
; compiling (DEFKNOWN ELT ...)
; compiling (DEFKNOWN SUBSEQ ...)
; compiling (DEFKNOWN COPY-SEQ ...)
; compiling (DEFKNOWN LENGTH ...)
; compiling (DEFKNOWN REVERSE ...)
; compiling (DEFKNOWN NREVERSE ...)
; compiling (DEFKNOWN MAKE-SEQUENCE ...)
; compiling (DEFKNOWN CONCATENATE ...)
; compiling (DEFKNOWN (MAP %MAP) ...)
; compiling (DEFKNOWN %MAP-TO-LIST-ARITY-1 ...)
; compiling (DEFKNOWN %MAP-TO-SIMPLE-VECTOR-ARITY-1 ...)
; compiling (DEFKNOWN %MAP-TO-NIL-ON-SIMPLE-VECTOR ...)
; compiling (DEFKNOWN %MAP-TO-NIL-ON-VECTOR ...)
; compiling (DEFKNOWN %MAP-TO-NIL-ON-SEQUENCE ...)
; compiling (DEFKNOWN MAP-INTO ...)
; compiling (DEFKNOWN SOME ...)
; compiling (DEFKNOWN (EVERY NOTANY ...) ...)
; compiling (DEFKNOWN REDUCE ...)
; compiling (DEFKNOWN FILL ...)
; compiling (DEFKNOWN REPLACE ...)
; compiling (DEFKNOWN REMOVE ...)
; compiling (DEFKNOWN SUBSTITUTE ...)
; compiling (DEFKNOWN (REMOVE-IF REMOVE-IF-NOT) ...)
; compiling (DEFKNOWN (SUBSTITUTE-IF SUBSTITUTE-IF-NOT) ...)
; compiling (DEFKNOWN DELETE ...)
; compiling (DEFKNOWN NSUBSTITUTE ...)
; compiling (DEFKNOWN (DELETE-IF DELETE-IF-NOT) ...)
; compiling (DEFKNOWN (NSUBSTITUTE-IF NSUBSTITUTE-IF-NOT) ...)
; compiling (DEFKNOWN REMOVE-DUPLICATES ...)
; compiling (DEFKNOWN DELETE-DUPLICATES ...)
; compiling (DEFKNOWN FIND ...)
; compiling (DEFKNOWN (FIND-IF FIND-IF-NOT) ...)
; compiling (DEFKNOWN POSITION ...)
; compiling (DEFKNOWN (POSITION-IF POSITION-IF-NOT) ...)
; compiling (DEFKNOWN COUNT ...)
; compiling (DEFKNOWN (COUNT-IF COUNT-IF-NOT) ...)
; compiling (DEFKNOWN (MISMATCH SEARCH) ...)
; compiling (DEFKNOWN (STABLE-SORT SORT) ...)
; compiling (DEFKNOWN SB!IMPL::STABLE-SORT-LIST ...)
; compiling (DEFKNOWN SB!IMPL::SORT-VECTOR ...)
; compiling (DEFKNOWN MERGE ...)
; compiling (DEFKNOWN READ-SEQUENCE ...)
; compiling (DEFKNOWN WRITE-SEQUENCE ...)
; compiling (DEFKNOWN (CAR CDR ...) ...)
; compiling (DEFKNOWN (CAAR CADR ...) ...)
; compiling (DEFKNOWN CONS ...)
; compiling (DEFKNOWN TREE-EQUAL ...)
; compiling (DEFKNOWN ENDP ...)
; compiling (DEFKNOWN LIST-LENGTH ...)
; compiling (DEFKNOWN NTH ...)
; compiling (DEFKNOWN NTHCDR ...)
; compiling (DEFKNOWN LAST ...)
; compiling (DEFKNOWN %LAST0 ...)
; compiling (DEFKNOWN %LAST1 ...)
; compiling (DEFKNOWN %LASTN/FIXNUM ...)
; compiling (DEFKNOWN %LASTN/BIGNUM ...)
; compiling (DEFKNOWN LIST ...)
; compiling (DEFKNOWN LIST* ...)
; compiling (DEFKNOWN MAKE-LIST ...)
; compiling (DEFKNOWN APPEND ...)
; compiling (DEFKNOWN COPY-LIST ...)
; compiling (DEFKNOWN COPY-ALIST ...)
; compiling (DEFKNOWN COPY-TREE ...)
; compiling (DEFKNOWN REVAPPEND ...)
; compiling (DEFKNOWN NCONC ...)
; compiling (DEFKNOWN SB!IMPL::NCONC2 ...)
; compiling (DEFKNOWN NRECONC ...)
; compiling (DEFKNOWN BUTLAST ...)
; compiling (DEFKNOWN NBUTLAST ...)
; compiling (DEFKNOWN LDIFF ...)
; compiling (DEFKNOWN (RPLACA RPLACD) ...)
; compiling (DEFKNOWN SUBST ...)
; compiling (DEFKNOWN NSUBST ...)
; compiling (DEFKNOWN (SUBST-IF SUBST-IF-NOT) ...)
; compiling (DEFKNOWN (NSUBST-IF NSUBST-IF-NOT) ...)
; compiling (DEFKNOWN SUBLIS ...)
; compiling (DEFKNOWN NSUBLIS ...)
; compiling (DEFKNOWN MEMBER ...)
; compiling (DEFKNOWN (MEMBER-IF MEMBER-IF-NOT) ...)
; compiling (DEFKNOWN TAILP ...)
; compiling (DEFKNOWN ADJOIN ...)
; compiling (DEFKNOWN (UNION INTERSECTION ...) ...)
; compiling (DEFKNOWN (NUNION NINTERSECTION ...) ...)
; compiling (DEFKNOWN SUBSETP ...)
; compiling (DEFKNOWN ACONS ...)
; compiling (DEFKNOWN PAIRLIS ...)
; compiling (DEFKNOWN (RASSOC ASSOC) ...)
; compiling (DEFKNOWN (ASSOC-IF-NOT ASSOC-IF ...) ...)
; compiling (DEFKNOWN (MEMQ ASSQ) ...)
; compiling (DEFKNOWN DELQ ...)
; compiling (DEFKNOWN MAKE-HASH-TABLE ...)
; compiling (DEFKNOWN HASH-TABLE-P ...)
; compiling (DEFKNOWN GETHASH ...)
; compiling (DEFKNOWN SB!IMPL::GETHASH2 ...)
; compiling (DEFKNOWN SB!IMPL::GETHASH3 ...)
; compiling (DEFKNOWN %PUTHASH ...)
; compiling (DEFKNOWN REMHASH ...)
; compiling (DEFKNOWN MAPHASH ...)
; compiling (DEFKNOWN CLRHASH ...)
; compiling (DEFKNOWN HASH-TABLE-COUNT ...)
; compiling (DEFKNOWN HASH-TABLE-REHASH-SIZE ...)
; compiling (DEFKNOWN HASH-TABLE-REHASH-THRESHOLD ...)
; compiling (DEFKNOWN HASH-TABLE-SIZE ...)
; compiling (DEFKNOWN HASH-TABLE-TEST ...)
; compiling (DEFKNOWN SXHASH ...)
; compiling (DEFKNOWN PSXHASH ...)
; compiling (DEFKNOWN MAKE-ARRAY ...)
; compiling (DEFKNOWN VECTOR ...)
; compiling (DEFKNOWN AREF ...)
; compiling (DEFKNOWN ROW-MAJOR-AREF ...)
; compiling (DEFKNOWN ARRAY-ELEMENT-TYPE ...)
; compiling (DEFKNOWN ARRAY-RANK ...)
; compiling (DEFKNOWN ARRAY-DIMENSION ...)
; compiling (DEFKNOWN ARRAY-DIMENSIONS ...)
; compiling (DEFKNOWN ARRAY-IN-BOUNDS-P ...)
; compiling (DEFKNOWN ARRAY-ROW-MAJOR-INDEX ...)
; compiling (DEFKNOWN ARRAY-TOTAL-SIZE ...)
; compiling (DEFKNOWN ADJUSTABLE-ARRAY-P ...)
; compiling (DEFKNOWN SVREF ...)
; compiling (DEFKNOWN BIT ...)
; compiling (DEFKNOWN SBIT ...)
; compiling (DEFKNOWN (BIT-AND BIT-IOR ...) ...)
; compiling (DEFKNOWN BIT-NOT ...)
; compiling (DEFKNOWN BIT-VECTOR-= ...)
; compiling (DEFKNOWN ARRAY-HAS-FILL-POINTER-P ...)
; compiling (DEFKNOWN FILL-POINTER ...)
; compiling (DEFKNOWN VECTOR-PUSH ...)
; compiling (DEFKNOWN VECTOR-PUSH-EXTEND ...)
; compiling (DEFKNOWN VECTOR-POP ...)
; compiling (DEFKNOWN ADJUST-ARRAY ...)
; compiling (DEFKNOWN CHAR ...)
; compiling (DEFKNOWN SCHAR ...)
; compiling (DEFKNOWN (STRING= STRING-EQUAL) ...)
; compiling (DEFKNOWN (STRING< STRING> ...) ...)
; compiling (DEFKNOWN MAKE-STRING ...)
; compiling (DEFKNOWN (STRING-TRIM STRING-LEFT-TRIM ...) ...)
; compiling (DEFKNOWN (STRING-UPCASE STRING-DOWNCASE ...) ...)
; compiling (DEFKNOWN (NSTRING-UPCASE NSTRING-DOWNCASE ...) ...)
; compiling (DEFKNOWN STRING ...)
; compiling (DEFKNOWN (STRING<* STRING>* ...) ...)
; compiling (DEFKNOWN STRING=* ...)
; compiling (DEFKNOWN EVAL ...)
; compiling (DEFKNOWN CONSTANTP ...)
; compiling (DEFKNOWN MAKE-SYNONYM-STREAM ...)
; compiling (DEFKNOWN MAKE-BROADCAST-STREAM ...)
; compiling (DEFKNOWN MAKE-CONCATENATED-STREAM ...)
; compiling (DEFKNOWN MAKE-TWO-WAY-STREAM ...)
; compiling (DEFKNOWN MAKE-ECHO-STREAM ...)
; compiling (DEFKNOWN MAKE-STRING-INPUT-STREAM ...)
; compiling (DEFKNOWN MAKE-STRING-OUTPUT-STREAM ...)
; compiling (DEFKNOWN GET-OUTPUT-STREAM-STRING ...)
; compiling (DEFKNOWN STREAMP ...)
; compiling (DEFKNOWN STREAM-ELEMENT-TYPE ...)
; compiling (DEFKNOWN (OUTPUT-STREAM-P INPUT-STREAM-P) ...)
; compiling (DEFKNOWN CLOSE ...)
; compiling (DEFKNOWN COPY-READTABLE ...)
; compiling (DEFKNOWN READTABLEP ...)
; compiling (DEFKNOWN SET-SYNTAX-FROM-CHAR ...)
; compiling (DEFKNOWN SET-MACRO-CHARACTER ...)
; compiling (DEFKNOWN GET-MACRO-CHARACTER ...)
; compiling (DEFKNOWN MAKE-DISPATCH-MACRO-CHARACTER ...)
; compiling (DEFKNOWN SET-DISPATCH-MACRO-CHARACTER ...)
; compiling (DEFKNOWN GET-DISPATCH-MACRO-CHARACTER ...)
; compiling (DEFKNOWN COPY-PPRINT-DISPATCH ...)
; compiling (DEFKNOWN PPRINT-DISPATCH ...)
; compiling (DEFKNOWN (PPRINT-FILL PPRINT-LINEAR) ...)
; compiling (DEFKNOWN PPRINT-TABULAR ...)
; compiling (DEFKNOWN PPRINT-INDENT ...)
; compiling (DEFKNOWN PPRINT-NEWLINE ...)
; compiling (DEFKNOWN PPRINT-TAB ...)
; compiling (DEFKNOWN SET-PPRINT-DISPATCH ...)
; compiling (DEFKNOWN (READ READ-PRESERVING-WHITESPACE ...) ...)
; compiling (DEFKNOWN READ-DELIMITED-LIST ...)
; compiling (DEFKNOWN READ-LINE ...)
; compiling (DEFKNOWN UNREAD-CHAR ...)
; compiling (DEFKNOWN PEEK-CHAR ...)
; compiling (DEFKNOWN LISTEN ...)
; compiling (DEFKNOWN CLEAR-INPUT ...)
; compiling (DEFKNOWN READ-FROM-STRING ...)
; compiling (DEFKNOWN PARSE-INTEGER ...)
; compiling (DEFKNOWN READ-BYTE ...)
; compiling (DEFKNOWN WRITE ...)
; compiling (DEFKNOWN (PRIN1 PRINT ...) ...)
; compiling (DEFKNOWN WRITE-TO-STRING ...)
; compiling (DEFKNOWN (PRIN1-TO-STRING PRINC-TO-STRING) ...)
; compiling (DEFKNOWN WRITE-CHAR ...)
; compiling (DEFKNOWN (WRITE-STRING WRITE-LINE) ...)
; compiling (DEFKNOWN (TERPRI FINISH-OUTPUT ...) ...)
; compiling (DEFKNOWN FRESH-LINE ...)
; compiling (DEFKNOWN WRITE-BYTE ...)
; compiling (DEFKNOWN FORMAT ...)
; compiling (DEFKNOWN (Y-OR-N-P YES-OR-NO-P) ...)
; compiling (DEFKNOWN WILD-PATHNAME-P ...)
; compiling (DEFKNOWN PATHNAME-MATCH-P ...)
; compiling (DEFKNOWN TRANSLATE-PATHNAME ...)
; compiling (DEFKNOWN LOGICAL-PATHNAME ...)
; compiling (DEFKNOWN TRANSLATE-LOGICAL-PATHNAME ...)
; compiling (DEFKNOWN LOAD-LOGICAL-PATHNAME-TRANSLATIONS ...)
; compiling (DEFKNOWN LOGICAL-PATHNAME-TRANSLATIONS ...)
; compiling (DEFKNOWN PATHNAME ...)
; compiling (DEFKNOWN TRUENAME ...)
; compiling (DEFKNOWN PARSE-NAMESTRING ...)
; compiling (DEFKNOWN MERGE-PATHNAMES ...)
; compiling (DEFKNOWN MAKE-PATHNAME ...)
; compiling (DEFKNOWN PATHNAMEP ...)
; compiling (DEFKNOWN PATHNAME-HOST ...)
; compiling (DEFKNOWN PATHNAME-DEVICE ...)
; compiling (DEFKNOWN PATHNAME-DIRECTORY ...)
; compiling (DEFKNOWN PATHNAME-NAME ...)
; compiling (DEFKNOWN PATHNAME-TYPE ...)
; compiling (DEFKNOWN PATHNAME-VERSION ...)
; compiling (DEFKNOWN (NAMESTRING FILE-NAMESTRING ...) ...)
; compiling (DEFKNOWN ENOUGH-NAMESTRING ...)
; compiling (DEFKNOWN USER-HOMEDIR-PATHNAME ...)
; compiling (DEFKNOWN OPEN ...)
; compiling (DEFKNOWN RENAME-FILE ...)
; compiling (DEFKNOWN DELETE-FILE ...)
; compiling (DEFKNOWN PROBE-FILE ...)
; compiling (DEFKNOWN FILE-WRITE-DATE ...)
; compiling (DEFKNOWN FILE-AUTHOR ...)
; compiling (DEFKNOWN FILE-POSITION ...)
; compiling (DEFKNOWN FILE-LENGTH ...)
; compiling (DEFKNOWN LOAD ...)
; compiling (DEFKNOWN DIRECTORY ...)
; compiling (DEFKNOWN ERROR ...)
; compiling (DEFKNOWN CERROR ...)
; compiling (DEFKNOWN INVALID-METHOD-ERROR ...)
; compiling (DEFKNOWN METHOD-COMBINATION-ERROR ...)
; compiling (DEFKNOWN SIGNAL ...)
; compiling (DEFKNOWN WARN ...)
; compiling (DEFKNOWN INVOKE-DEBUGGER ...)
; compiling (DEFKNOWN BREAK ...)
; compiling (DEFKNOWN MAKE-CONDITION ...)
; compiling (DEFKNOWN COMPUTE-RESTARTS ...)
; compiling (DEFKNOWN FIND-RESTART ...)
; compiling (DEFKNOWN INVOKE-RESTART ...)
; compiling (DEFKNOWN INVOKE-RESTART-INTERACTIVELY ...)
; compiling (DEFKNOWN RESTART-NAME ...)
; compiling (DEFKNOWN (ABORT MUFFLE-WARNING) ...)
; compiling (DEFKNOWN CONTINUE ...)
; compiling (DEFKNOWN (STORE-VALUE USE-VALUE) ...)
; compiling (DEFKNOWN SB!IMPL::%FAILED-AVER ...)
; compiling (DEFKNOWN BUG ...)
; compiling (DEFKNOWN COMPILE ...)
; compiling (DEFKNOWN COMPILE-FILE ...)
; compiling (DEFKNOWN DISASSEMBLE ...)
; compiling (DEFKNOWN DESCRIBE ...)
; compiling (DEFKNOWN INSPECT ...)
; compiling (DEFKNOWN ROOM ...)
; compiling (DEFKNOWN ED ...)
; compiling (DEFKNOWN DRIBBLE ...)
; compiling (DEFKNOWN APROPOS ...)
; compiling (DEFKNOWN APROPOS-LIST ...)
; compiling (DEFKNOWN GET-DECODED-TIME ...)
; compiling (DEFKNOWN GET-UNIVERSAL-TIME ...)
; compiling (DEFKNOWN DECODE-UNIVERSAL-TIME ...)
; compiling (DEFKNOWN ENCODE-UNIVERSAL-TIME ...)
; compiling (DEFKNOWN (GET-INTERNAL-RUN-TIME GET-INTERNAL-REAL-TIME) ...)
; compiling (DEFKNOWN SLEEP ...)
; compiling (DEFKNOWN (LISP-IMPLEMENTATION-TYPE LISP-IMPLEMENTATION-VERSION) ...)
; compiling (DEFKNOWN (MACHINE-TYPE MACHINE-VERSION ...) ...)
; compiling (DEFKNOWN IDENTITY ...)
; compiling (DEFKNOWN CONSTANTLY ...)
; compiling (DEFKNOWN COMPLEMENT ...)
; compiling (DEFKNOWN SYMBOL-GLOBAL-VALUE ...)
; compiling (DEFKNOWN SET-SYMBOL-GLOBAL-VALUE ...)
; compiling (DEFKNOWN GET-BYTES-CONSED ...)
; compiling (DEFKNOWN MASK-SIGNED-FIELD ...)
; compiling (DEFKNOWN ARRAY-STORAGE-VECTOR ...)
; compiling (DEFKNOWN %VALUES-LIST-OR-CONTEXT ...)
; compiling (DEFKNOWN %UNARY-TRUNCATE/SINGLE-FLOAT ...)
; compiling (DEFKNOWN %UNARY-TRUNCATE/DOUBLE-FLOAT ...)
; compiling (DEFKNOWN %TYPEP ...)
; compiling (DEFKNOWN %INSTANCE-TYPEP ...)
; compiling (DEFKNOWN %CLEANUP-POINT ...)
; compiling (DEFKNOWN %SPECIAL-BIND ...)
; compiling (DEFKNOWN %SPECIAL-UNBIND ...)
; compiling (DEFKNOWN %LISTIFY-REST-ARGS ...)
; compiling (DEFKNOWN %MORE-ARG-CONTEXT ...)
; compiling (DEFKNOWN %MORE-ARG ...)
; compiling (DEFKNOWN %MORE-KW-ARG ...)
; compiling (DEFKNOWN %MORE-ARG-VALUES ...)
; compiling (DEFKNOWN %VERIFY-ARG-COUNT ...)
; compiling (DEFKNOWN %ARG-COUNT-ERROR ...)
; compiling (DEFKNOWN %UNKNOWN-VALUES ...)
; compiling (DEFKNOWN %CATCH ...)
; compiling (DEFKNOWN %UNWIND-PROTECT ...)
; compiling (DEFKNOWN (%CATCH-BREAKUP %UNWIND-PROTECT-BREAKUP) ...)
; compiling (DEFKNOWN %LEXICAL-EXIT-BREAKUP ...)
; compiling (DEFKNOWN %CONTINUE-UNWIND ...)
; compiling (DEFKNOWN %THROW ...)
; compiling (DEFKNOWN %NLX-ENTRY ...)
; compiling (DEFKNOWN %%PRIMITIVE ...)
; compiling (DEFKNOWN %POP-VALUES ...)
; compiling (DEFKNOWN %NIP-VALUES ...)
; compiling (DEFKNOWN %ALLOCATE-CLOSURES ...)
; compiling (DEFKNOWN %TYPE-CHECK-ERROR ...)
; compiling (DEFKNOWN %COMPILE-TIME-TYPE-ERROR ...)
; compiling (DEFKNOWN CASE-FAILURE ...)
; compiling (DEFKNOWN %ODD-KEY-ARGS-ERROR ...)
; compiling (DEFKNOWN %UNKNOWN-KEY-ARG-ERROR ...)
; compiling (DEFKNOWN (%LDB %MASK-FIELD) ...)
; compiling (DEFKNOWN (%DPB %DEPOSIT-FIELD) ...)
; compiling (DEFKNOWN %NEGATE ...)
; compiling (DEFKNOWN %CHECK-BOUND ...)
; compiling (DEFKNOWN DATA-VECTOR-REF ...)
; compiling (DEFKNOWN DATA-VECTOR-REF-WITH-OFFSET ...)
; compiling (DEFKNOWN DATA-VECTOR-SET ...)
; compiling (DEFKNOWN DATA-VECTOR-SET-WITH-OFFSET ...)
; compiling (DEFKNOWN HAIRY-DATA-VECTOR-REF ...)
; compiling (DEFKNOWN HAIRY-DATA-VECTOR-SET ...)
; compiling (DEFKNOWN HAIRY-DATA-VECTOR-REF/CHECK-BOUNDS ...)
; compiling (DEFKNOWN HAIRY-DATA-VECTOR-SET/CHECK-BOUNDS ...)
; compiling (DEFKNOWN %CALLER-FRAME ...)
; compiling (DEFKNOWN %CALLER-PC ...)
; compiling (DEFKNOWN %WITH-ARRAY-DATA ...)
; compiling (DEFKNOWN %WITH-ARRAY-DATA/FP ...)
; compiling (DEFKNOWN %SET-SYMBOL-PACKAGE ...)
; compiling (DEFKNOWN %COERCE-NAME-TO-FUN ...)
; compiling (DEFKNOWN %COERCE-CALLABLE-TO-FUN ...)
; compiling (DEFKNOWN ARRAY-BOUNDING-INDICES-BAD-ERROR ...)
; compiling (DEFKNOWN SEQUENCE-BOUNDING-INDICES-BAD-ERROR ...)
; compiling (DEFKNOWN %FIND-POSITION ...)
; compiling (DEFKNOWN (%FIND-POSITION-IF %FIND-POSITION-IF-NOT) ...)
; compiling (DEFKNOWN EFFECTIVE-FIND-POSITION-TEST ...)
; compiling (DEFKNOWN EFFECTIVE-FIND-POSITION-KEY ...)
; compiling (DEFKNOWN %ADJOIN ...)
; compiling (DEFKNOWN %ADJOIN-KEY ...)
; compiling (DEFKNOWN %ASSOC ...)
; compiling (DEFKNOWN %ASSOC-KEY ...)
; compiling (DEFKNOWN %MEMBER ...)
; compiling (DEFKNOWN %MEMBER-KEY ...)
; compiling (DEFKNOWN %RASSOC ...)
; compiling (DEFKNOWN %RASSOC-KEY ...)
; compiling (DEFKNOWN %CHECK-VECTOR-SEQUENCE-BOUNDS ...)
; compiling (DEFKNOWN SB!IMPL::SIGNAL-BOUNDING-INDICES-BAD-ERROR ...)
; compiling (DEFKNOWN ARG-COUNT-ERROR ...)
; compiling (DEFKNOWN %ASET ...)
; compiling (DEFKNOWN %SET-ROW-MAJOR-AREF ...)
; compiling (DEFKNOWN (%RPLACA %RPLACD) ...)
; compiling (DEFKNOWN %PUT ...)
; compiling (DEFKNOWN %SETELT ...)
; compiling (DEFKNOWN %SVSET ...)
; compiling (DEFKNOWN %BITSET ...)
; compiling (DEFKNOWN %SBITSET ...)
; compiling (DEFKNOWN %CHARSET ...)
; compiling (DEFKNOWN %SCHARSET ...)
; compiling (DEFKNOWN %SET-SYMBOL-VALUE ...)
; compiling (DEFKNOWN (SETF SYMBOL-FUNCTION) ...)
; compiling (DEFKNOWN %SET-SYMBOL-PLIST ...)
; compiling (DEFKNOWN %SETNTH ...)
; compiling (DEFKNOWN %SET-FILL-POINTER ...)
; compiling (DEFKNOWN SB!VM::TOUCH-OBJECT ...)
; compiling (DEFKNOWN FOREIGN-SYMBOL-DATAREF-SAP ...)
; compiling (DEFKNOWN FOREIGN-SYMBOL-SAP ...)
; compiling (DEFKNOWN FOREIGN-SYMBOL-ADDRESS ...)
; compiling (DEFKNOWN %FUN-NAME ...)
; compiling (DEFKNOWN (SETF %FUN-NAME) ...)
; compiling (DEFKNOWN POLICY-QUALITY ...)
; compiling (DEFKNOWN COMPILER-ERROR ...)
; compiling (DEFKNOWN (COMPILER-WARN COMPILER-STYLE-WARN) ...)
; compiling (DEFKNOWN (COMPILER-NOTIFY MAYBE-COMPILER-NOTIFY) ...)
; compiling (DEFKNOWN STYLE-WARN ...)
; compiling (DEFKNOWN SC-NUMBER-OR-LOSE ...)
; compiling (DEFKNOWN SB!VM:%COMPILER-BARRIER ...)
; compiling (DEFKNOWN SB!VM:%MEMORY-BARRIER ...)
; compiling (DEFKNOWN SB!VM:%READ-BARRIER ...)
; compiling (DEFKNOWN SB!VM:%WRITE-BARRIER ...)
; compiling (DEFKNOWN SB!VM:%DATA-DEPENDENCY-BARRIER ...)
; compiling (DEFKNOWN %COMPARE-AND-SWAP-SVREF ...)
; compiling (DEFKNOWN %COMPARE-AND-SWAP-INSTANCE-REF ...)
; compiling (DEFKNOWN %COMPARE-AND-SWAP-SYMBOL-VALUE ...)
; compiling (DEFKNOWN SPIN-LOOP-HINT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/fndb.fasl-tmp written
; compilation finished in 0:00:00.038
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/vm-fndb.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFKNOWN (FIXNUMP BIGNUMP ...) ...)
; compiling (DEFKNOWN (VECTOR-SINGLE-FLOAT-P VECTOR-DOUBLE-FLOAT-P ...) ...)
; compiling (DEFKNOWN POINTER-HASH ...)
; compiling (DEFKNOWN %SP-STRING-COMPARE ...)
; compiling (DEFKNOWN %SXHASH-SIMPLE-STRING ...)
; compiling (DEFKNOWN %SXHASH-SIMPLE-SUBSTRING ...)
; compiling (DEFKNOWN SYMBOL-HASH ...)
; compiling (DEFKNOWN %SET-SYMBOL-HASH ...)
; compiling (DEFKNOWN INITIALIZE-VECTOR ...)
; compiling (DEFKNOWN VECTOR-FILL* ...)
; compiling (DEFKNOWN VECTOR-LENGTH ...)
; compiling (DEFKNOWN VECTOR-SAP ...)
; compiling (DEFKNOWN LOWTAG-OF ...)
; compiling (DEFKNOWN WIDETAG-OF ...)
; compiling (DEFKNOWN (GET-HEADER-DATA GET-CLOSURE-LENGTH) ...)
; compiling (DEFKNOWN SET-HEADER-DATA ...)
; compiling (DEFKNOWN %ARRAY-DIMENSION ...)
; compiling (DEFKNOWN %SET-ARRAY-DIMENSION ...)
; compiling (DEFKNOWN %ARRAY-RANK ...)
; compiling (DEFKNOWN %MAKE-INSTANCE ...)
; compiling (DEFKNOWN %MAKE-STRUCTURE-INSTANCE ...)
; compiling (DEFKNOWN %INSTANCE-LAYOUT ...)
; compiling (DEFKNOWN %SET-INSTANCE-LAYOUT ...)
; compiling (DEFKNOWN %INSTANCE-LENGTH ...)
; compiling (DEFKNOWN %INSTANCE-REF ...)
; compiling (DEFKNOWN %INSTANCE-SET ...)
; compiling (DEFKNOWN %LAYOUT-INVALID-ERROR ...)
; compiling (DEFKNOWN %RAW-INSTANCE-REF/WORD ...)
; compiling (DEFKNOWN %RAW-INSTANCE-SET/WORD ...)
; compiling (DEFKNOWN %RAW-INSTANCE-REF/SINGLE ...)
; compiling (DEFKNOWN %RAW-INSTANCE-SET/SINGLE ...)
; compiling (DEFKNOWN %RAW-INSTANCE-REF/DOUBLE ...)
; compiling (DEFKNOWN %RAW-INSTANCE-SET/DOUBLE ...)
; compiling (DEFKNOWN %RAW-INSTANCE-REF/COMPLEX-SINGLE ...)
; compiling (DEFKNOWN %RAW-INSTANCE-SET/COMPLEX-SINGLE ...)
; compiling (DEFKNOWN %RAW-INSTANCE-REF/COMPLEX-DOUBLE ...)
; compiling (DEFKNOWN %RAW-INSTANCE-SET/COMPLEX-DOUBLE ...)
; compiling (DEFKNOWN %RAW-INSTANCE-ATOMIC-INCF/WORD ...)
; compiling (DEFKNOWN %ARRAY-ATOMIC-INCF/WORD ...)
; compiling (DEFKNOWN %VECTOR-RAW-BITS ...)
; compiling (DEFKNOWN (%SET-VECTOR-RAW-BITS) ...)
; compiling (DEFKNOWN ALLOCATE-VECTOR ...)
; compiling (DEFKNOWN MAKE-ARRAY-HEADER ...)
; compiling (DEFKNOWN MAKE-WEAK-POINTER ...)
; compiling (DEFKNOWN %MAKE-COMPLEX ...)
; compiling (DEFKNOWN %MAKE-RATIO ...)
; compiling (DEFKNOWN MAKE-VALUE-CELL ...)
; compiling (DEFKNOWN (DYNAMIC-SPACE-FREE-POINTER BINDING-STACK-POINTER-SAP ...) ...)
; compiling (DEFKNOWN CURRENT-SP ...)
; compiling (DEFKNOWN CURRENT-FP ...)
; compiling (DEFKNOWN STACK-REF ...)
; compiling (DEFKNOWN %SET-STACK-REF ...)
; compiling (DEFKNOWN LRA-CODE-HEADER ...)
; compiling (DEFKNOWN FUN-CODE-HEADER ...)
; compiling (DEFKNOWN %MAKE-LISP-OBJ ...)
; compiling (DEFKNOWN GET-LISP-OBJ-ADDRESS ...)
; compiling (DEFKNOWN FUN-WORD-OFFSET ...)
; compiling (DEFKNOWN WORD-LOGICAL-NOT ...)
; compiling (DEFKNOWN (WORD-LOGICAL-AND WORD-LOGICAL-NAND ...) ...)
; compiling (DEFKNOWN (SHIFT-TOWARDS-START SHIFT-TOWARDS-END) ...)
; compiling (DEFKNOWN %ALLOCATE-BIGNUM ...)
; compiling (DEFKNOWN %BIGNUM-LENGTH ...)
; compiling (DEFKNOWN %BIGNUM-SET-LENGTH ...)
; compiling (DEFKNOWN %BIGNUM-REF ...)
; compiling (DEFKNOWN %BIGNUM-REF-WITH-OFFSET ...)
; compiling (DEFKNOWN %BIGNUM-SET ...)
; compiling (DEFKNOWN %BIGNUM-SET-WITH-OFFSET ...)
; compiling (DEFKNOWN %DIGIT-0-OR-PLUSP ...)
; compiling (DEFKNOWN (%ADD-WITH-CARRY %SUBTRACT-WITH-BORROW) ...)
; compiling (DEFKNOWN %MULTIPLY-AND-ADD ...)
; compiling (DEFKNOWN %MULTIPLY ...)
; compiling (DEFKNOWN %LOGNOT ...)
; compiling (DEFKNOWN (%LOGAND %LOGIOR ...) ...)
; compiling (DEFKNOWN %FIXNUM-TO-DIGIT ...)
; compiling (DEFKNOWN %BIGFLOOR ...)
; compiling (DEFKNOWN %FIXNUM-DIGIT-WITH-CORRECT-SIGN ...)
; compiling (DEFKNOWN (%ASHL %ASHR ...) ...)
; compiling (DEFINE-KNOWN-COPIERS)
; compiling (DEFKNOWN %BYTE-BLT ...)
; compiling (DEFKNOWN CODE-INSTRUCTIONS ...)
; compiling (DEFKNOWN CODE-HEADER-REF ...)
; compiling (DEFKNOWN CODE-HEADER-SET ...)
; compiling (DEFKNOWN FUN-SUBTYPE ...)
; compiling (DEFKNOWN (#) ...)
; compiling (DEFKNOWN MAKE-FDEFN ...)
; compiling (DEFKNOWN FDEFN-P ...)
; compiling (DEFKNOWN FDEFN-NAME ...)
; compiling (DEFKNOWN FDEFN-FUN ...)
; compiling (DEFKNOWN (SETF FDEFN-FUN) ...)
; compiling (DEFKNOWN FDEFN-MAKUNBOUND ...)
; compiling (DEFKNOWN %SIMPLE-FUN-SELF ...)
; compiling (DEFKNOWN (SETF %SIMPLE-FUN-SELF) ...)
; compiling (DEFKNOWN %CLOSURE-FUN ...)
; compiling (DEFKNOWN %CLOSURE-INDEX-REF ...)
; compiling (DEFKNOWN %MAKE-FUNCALLABLE-INSTANCE ...)
; compiling (DEFKNOWN %FUNCALLABLE-INSTANCE-INFO ...)
; compiling (DEFKNOWN %SET-FUNCALLABLE-INSTANCE-INFO ...)
; compiling (DEFKNOWN MUTATOR-SELF ...)
; compiling (DEFKNOWN %DATA-VECTOR-AND-INDEX ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/vm-fndb.fasl-tmp written
; compilation finished in 0:00:00.016
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/objdef.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-PRIMITIVE-OBJECT (CONS :TYPE ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (INSTANCE :LOWTAG ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (BIGNUM :LOWTAG ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (RATIO :TYPE ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (DOUBLE-FLOAT :LOWTAG ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (COMPLEX :TYPE ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (ARRAY :LOWTAG ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (VECTOR :TYPE ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (CODE :TYPE ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (FDEFN :TYPE ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (SIMPLE-FUN :TYPE ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (RETURN-PC :LOWTAG ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (CLOSURE :LOWTAG ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (FUNCALLABLE-INSTANCE :LOWTAG ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (VALUE-CELL :LOWTAG ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (SAP :LOWTAG ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (WEAK-POINTER :TYPE ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (BINDING) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (UNWIND-BLOCK) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (CATCH-BLOCK) ...)
; compiling (AVER (= KLUDGE-NONDETERMINISTIC-CATCH-BLOCK-SIZE ...))
; compiling (DEFINE-PRIMITIVE-OBJECT (SYMBOL :LOWTAG ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (COMPLEX-SINGLE-FLOAT :LOWTAG ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (COMPLEX-DOUBLE-FLOAT :LOWTAG ...) ...)
; compiling (DEFINE-PRIMITIVE-OBJECT (THREAD) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/objdef.fasl-tmp written
; compilation finished in 0:00:00.271
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/interr.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEFUN ERROR-NUMBER-OR-LOSE ...)
; compiling (DEFINE-INTERNAL-ERRORS (UNKNOWN "unknown system lossage") ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/interr.fasl-tmp written
; compilation finished in 0:00:00.016
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/bit-util.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DECLAIM (INLINE CLEAR-BIT-VECTOR ...))
; compiling (DEFUN CLEAR-BIT-VECTOR ...)
; compiling (DEFUN SET-BIT-VECTOR ...)
; compiling (DEFUN BIT-VECTOR-REPLACE ...)
; compiling (DEFUN BIT-VECTOR-COPY ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/bit-util.fasl-tmp written
; compilation finished in 0:00:00.026
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/early-assem.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!ASSEM")
; compiling (DEF!CONSTANT ASSEMBLY-UNIT-BITS ...)
; compiling (DEF!CONSTANT ASSEMBLY-UNIT-MASK ...)
; compiling (DEF!TYPE ASSEMBLY-UNIT ...)
; compiling (DEF!TYPE POSSIBLY-SIGNED-ASSEMBLY-UNIT ...)
; compiling (DEF!CONSTANT MAX-ALIGNMENT ...)
; compiling (DEF!TYPE ALIGNMENT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/early-assem.fasl-tmp written
; compilation finished in 0:00:00.012
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/barrier.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!THREAD")
; compiling (DEFUN SB!VM:%COMPILER-BARRIER ...)
; compiling (DEFUN SB!VM:%MEMORY-BARRIER ...)
; compiling (DEFUN SB!VM:%READ-BARRIER ...)
; compiling (DEFUN SB!VM:%WRITE-BARRIER ...)
; compiling (DEFUN SB!VM:%DATA-DEPENDENCY-BARRIER ...)
; compiling (DEFPARAMETER *BARRIER-KIND-FUNCTIONS* ...)
; compiling (DEFUN BARRIER-KIND-FUNCTION ...)
; compiling (DEF!MACRO BARRIER ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/barrier.fasl-tmp written
; compilation finished in 0:00:00.336
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/core.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFSTRUCT (CORE-OBJECT # ...) ...)
; compiling (DEFUN NOTE-FUN ...)
; compiling (DEFUN DO-CORE-FIXUPS ...)
; compiling (DEFUN REFERENCE-CORE-FUN ...)
; compiling (DEFUN CORE-CALL-TOPLEVEL-LAMBDA ...)
; compiling (DEFUN FIX-CORE-SOURCE-INFO ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/core.fasl-tmp written
; compilation finished in 0:00:00.440
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/thread.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!THREAD")
; compiling (DEF!TYPE THREAD-NAME ...)
; compiling (DEF!STRUCT (THREAD #) ...)
; compiling (DEF!STRUCT MUTEX ...)
; compiling (DEFUN MUTEX-VALUE ...)
; compiling (DEFUN HOLDING-MUTEX-P ...)
; compiling (DEFSETF MUTEX-VALUE ...)
; compiling (DECLAIM (INLINE SET-MUTEX-VALUE))
; compiling (DEFUN SET-MUTEX-VALUE ...)
; compiling (DEFINE-COMPILER-MACRO SET-MUTEX-VALUE ...)
; compiling (DEFTYPE SPINLOCK ...)
; compiling (DEFINE-DEPRECATED-FUNCTION :EARLY ...)
; compiling (DEFINE-DEPRECATED-FUNCTION :EARLY ...)
; compiling (DEFINE-DEPRECATED-FUNCTION :EARLY ...)
; compiling (DEFINE-DEPRECATED-FUNCTION :EARLY ...)
; compiling (DEFINE-DEPRECATED-FUNCTION :EARLY ...)
; compiling (DEFINE-DEPRECATED-FUNCTION :EARLY ...)
; compiling (SB-XC:DEFMACRO WITH-RECURSIVE-SPINLOCK ...)
; compiling (SB-XC:DEFMACRO WITH-SPINLOCK ...)
; compiling (SB-XC:DEFMACRO WITHOUT-THREAD-WAITING-FOR ...)
; compiling (SB-XC:DEFMACRO WITH-MUTEX ...)
; compiling (SB-XC:DEFMACRO WITH-SYSTEM-MUTEX ...)
; compiling (SB-XC:DEFMACRO WITH-RECURSIVE-LOCK ...)
; compiling (SB-XC:DEFMACRO WITH-RECURSIVE-SYSTEM-LOCK ...)
; compiling (DEF CALL-WITH-SYSTEM-MUTEX)
; compiling (DEF CALL-WITH-SYSTEM-MUTEX ...)
; compiling (DEF CALL-WITH-SYSTEM-MUTEX ...)
; compiling (DEFUN CALL-WITH-MUTEX ...)
; compiling (DEFUN CALL-WITH-RECURSIVE-LOCK ...)
; compiling (DEF CALL-WITH-RECURSIVE-SYSTEM-LOCK)
; compiling (DEF CALL-WITH-RECURSIVE-SYSTEM-LOCK ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/thread.fasl-tmp written
; compilation finished in 0:00:00.653
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/load.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!FASL")
; compiling (DEFUN LOAD-FRESH-LINE ...)
; compiling (DEFUN MAYBE-ANNOUNCE-LOAD ...)
; compiling (DECLAIM (INLINE READ-BYTE))
; compiling (DEFMACRO FAST-READ-U-INTEGER ...)
; compiling (DEFMACRO FAST-READ-VAR-U-INTEGER ...)
; compiling (DEFMACRO FAST-READ-S-INTEGER ...)
; compiling (DEFMACRO READ-ARG ...)
; compiling (DECLAIM (INLINE READ-BYTE-ARG ...))
; compiling (DEFUN READ-BYTE-ARG ...)
; compiling (DEFUN READ-HALFWORD-ARG ...)
; compiling (DEFUN READ-WORD-ARG ...)
; compiling (DEFUN READ-UNSIGNED-BYTE-32-ARG ...)
; compiling (DEFVAR *FOP-TABLE*)
; compiling (DECLAIM (SIMPLE-VECTOR *FOP-TABLE*))
; compiling (DECLAIM (INLINE REF-FOP-TABLE))
; compiling (DEFUN REF-FOP-TABLE ...)
; compiling (DEFUN GET-FOP-TABLE-INDEX ...)
; compiling (DEFUN RESET-FOP-TABLE ...)
; compiling (DEFUN PUSH-FOP-TABLE ...)
; compiling (DEFUN MAKE-FOP-VECTOR ...)
; compiling (DEFUN GROW-FOP-VECTOR ...)
; compiling (DEFUN NUKE-FOP-VECTOR ...)
; compiling (DEFVAR *FOP-STACK*)
; compiling (DECLAIM (SIMPLE-VECTOR *FOP-STACK*))
; compiling (DEFUN FOP-STACK-EMPTY-P ...)
; compiling (DEFUN POP-FOP-STACK ...)
; compiling (DEFUN PUSH-FOP-STACK ...)
; compiling (DEFMACRO WITH-FOP-STACK ...)
; compiling (DEFMACRO CALL-WITH-POPPED-ARGS ...)
; compiling (DEFINE-CONDITION INVALID-FASL ...)
; compiling (DEFINE-CONDITION INVALID-FASL-HEADER ...)
; compiling (DEFINE-CONDITION INVALID-FASL-VERSION ...)
; compiling (DEFINE-CONDITION INVALID-FASL-IMPLEMENTATION ...)
; compiling (DEFINE-CONDITION INVALID-FASL-FEATURES ...)
; compiling (DEFUN MAYBE-SKIP-SHEBANG-LINE ...)
; compiling (DEFUN FASL-HEADER-P ...)
; compiling (DEFUN CHECK-FASL-HEADER ...)
; compiling (DEFUN LOAD-FASL-GROUP ...)
; compiling (DEFUN LOAD-AS-FASL ...)
; compiling (DECLAIM (NOTINLINE READ-BYTE))
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/load.fasl-tmp written
; compilation finished in 0:00:00.223
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/foreign.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFUN EXTERN-ALIEN-NAME ...)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFVAR *STATIC-FOREIGN-SYMBOLS* ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FIND-FOREIGN-SYMBOL-IN-TABLE ...)
; compiling (DEFUN FIND-FOREIGN-SYMBOL-ADDRESS ...)
; compiling (DEFUN FOREIGN-SYMBOL-ADDRESS ...)
; compiling (DEFUN FOREIGN-SYMBOL-SAP ...)
; compiling (DECLAIM (MAYBE-INLINE SAP-FOREIGN-SYMBOL))
; compiling (DEFUN SAP-FOREIGN-SYMBOL ...)
; compiling (DEFVAR *!INITIAL-FOREIGN-SYMBOLS*)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/foreign.fasl-tmp written
; compilation finished in 0:00:00.096
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/fop.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!FASL")
; compiling (DEFVAR *SKIP-UNTIL* ...)
; compiling (DEFMACRO DEFINE-FOP ...)
; compiling (DEFUN %DEFINE-FOP ...)
; compiling (DEFMACRO DEFINE-CLONED-FOPS ...)
; compiling (DEFUN READ-STRING-AS-BYTES ...)
; compiling (DEFUN READ-BASE-STRING-AS-BYTES ...)
; compiling (DEFUN READ-STRING-AS-UNSIGNED-BYTE-32 ...)
; compiling (DEFINE-FOP (FOP-NOP4 137 ...) ...)
; compiling (DEFINE-FOP (FOP-NOP 0 ...))
; compiling (DEFINE-FOP (FOP-POP 1 ...) ...)
; compiling (DEFINE-FOP (FOP-PUSH 2) ...)
; compiling (DEFINE-FOP (FOP-BYTE-PUSH 3) ...)
; compiling (DEFINE-FOP (FOP-EMPTY-LIST 4) ...)
; compiling (DEFINE-FOP (FOP-TRUTH 5) ...)
; compiling (DEFINE-FOP (FOP-MISC-TRAP 66) ...)
; compiling (DEFINE-CLONED-FOPS (FOP-CHARACTER 68) ...)
; compiling (DEFINE-CLONED-FOPS (FOP-STRUCT 48) ...)
; compiling (DEFINE-FOP (FOP-LAYOUT 45) ...)
; compiling (DEFINE-FOP (FOP-END-GROUP 64 ...) ...)
; compiling (DEFINE-FOP (FOP-VERIFY-TABLE-SIZE 62 ...) ...)
; compiling (DEFINE-FOP (FOP-VERIFY-EMPTY-STACK 63 ...) ...)
; compiling (DEFUN AUX-FOP-INTERN ...)
; compiling (DEF FOP-LISP-SYMBOL-SAVE ...)
; compiling (DEF FOP-LISP-SMALL-SYMBOL-SAVE ...)
; compiling (DEF FOP-KEYWORD-SYMBOL-SAVE ...)
; compiling (DEF FOP-KEYWORD-SMALL-SYMBOL-SAVE ...)
; compiling (DEF FOP-SYMBOL-IN-PACKAGE-SAVE ...)
; compiling (DEF FOP-SMALL-SYMBOL-IN-PACKAGE-SAVE ...)
; compiling (DEF FOP-SYMBOL-IN-BYTE-PACKAGE-SAVE ...)
; compiling (DEF FOP-SMALL-SYMBOL-IN-BYTE-PACKAGE-SAVE ...)
; compiling (DEFINE-CLONED-FOPS (FOP-UNINTERNED-SYMBOL-SAVE 12) ...)
; compiling (DEFINE-FOP (FOP-PACKAGE 14) ...)
; compiling (DEFINE-CLONED-FOPS (FOP-NAMED-PACKAGE-SAVE 156 ...) ...)
; compiling (DEFUN LOAD-S-INTEGER ...)
; compiling (DEFINE-CLONED-FOPS (FOP-INTEGER 33) ...)
; compiling (DEFINE-FOP (FOP-WORD-INTEGER 35) ...)
; compiling (DEFINE-FOP (FOP-BYTE-INTEGER 36) ...)
; compiling (DEFINE-FOP (FOP-RATIO 70) ...)
; compiling (DEFINE-FOP (FOP-COMPLEX 71) ...)
; compiling (DEFINE-COMPLEX-FOP FOP-COMPLEX-SINGLE-FLOAT ...)
; compiling (DEFINE-COMPLEX-FOP FOP-COMPLEX-DOUBLE-FLOAT ...)
; compiling (DEFINE-FLOAT-FOP FOP-SINGLE-FLOAT ...)
; compiling (DEFINE-FLOAT-FOP FOP-DOUBLE-FLOAT ...)
; compiling (DEFINE-FOP (FOP-LIST 15) ...)
; compiling (DEFINE-FOP (FOP-LIST* 16) ...)
; compiling (FROB FOP-LIST-1 ...)
; compiling (FROB FOP-LIST-2 ...)
; compiling (FROB FOP-LIST-3 ...)
; compiling (FROB FOP-LIST-4 ...)
; compiling (FROB FOP-LIST-5 ...)
; compiling (FROB FOP-LIST-6 ...)
; compiling (FROB FOP-LIST-7 ...)
; compiling (FROB FOP-LIST-8 ...)
; compiling (FROB FOP-LIST*-1 ...)
; compiling (FROB FOP-LIST*-2 ...)
; compiling (FROB FOP-LIST*-3 ...)
; compiling (FROB FOP-LIST*-4 ...)
; compiling (FROB FOP-LIST*-5 ...)
; compiling (FROB FOP-LIST*-6 ...)
; compiling (FROB FOP-LIST*-7 ...)
; compiling (FROB FOP-LIST*-8 ...)
; compiling (DEFINE-CLONED-FOPS (FOP-BASE-STRING 37) ...)
; compiling (DEFINE-CLONED-FOPS (FOP-CHARACTER-STRING 161) ...)
; compiling (DEFINE-CLONED-FOPS (FOP-VECTOR 39) ...)
; compiling (DEFINE-FOP (FOP-ARRAY 83) ...)
; compiling (DEFINE-FOP (FOP-SINGLE-FLOAT-VECTOR 84) ...)
; compiling (DEFINE-FOP (FOP-DOUBLE-FLOAT-VECTOR 85) ...)
; compiling (DEFINE-FOP (FOP-COMPLEX-SINGLE-FLOAT-VECTOR 86) ...)
; compiling (DEFINE-FOP (FOP-COMPLEX-DOUBLE-FLOAT-VECTOR 87) ...)
; compiling (DEFINE-FOP (FOP-INT-VECTOR 43) ...)
; compiling (DEFINE-FOP (FOP-SIGNED-INT-VECTOR 50) ...)
; compiling (DEFINE-FOP (FOP-EVAL 53) ...)
; compiling (DEFINE-FOP (FOP-EVAL-FOR-EFFECT 54 ...) ...)
; compiling (DEFINE-FOP (FOP-FUNCALL 55) ...)
; compiling (DEFINE-FOP (FOP-FUNCALL-FOR-EFFECT 56 ...) ...)
; compiling (DEFINE-FOP (FOP-RPLACA 200 ...) ...)
; compiling (DEFINE-FOP (FOP-RPLACD 201 ...) ...)
; compiling (DEFINE-FOP (FOP-SVSET 202 ...) ...)
; compiling (DEFINE-FOP (FOP-STRUCTSET 204 ...) ...)
; compiling (DEFINE-FOP (FOP-NTHCDR 203) ...)
; compiling (DEFINE-FOP (FOP-CODE 58 ...) ...)
; compiling (DEFINE-FOP (FOP-SMALL-CODE 59 ...) ...)
; compiling (DEFINE-FOP (FOP-FDEFINITION 60) ...)
; compiling (DEFINE-FOP (FOP-SANCTIFY-FOR-EXECUTION 61) ...)
; compiling (DEFINE-FOP (FOP-FSET 74 ...) ...)
; compiling (DEFINE-FOP (FOP-NOTE-DEBUG-SOURCE 174 ...) ...)
; compiling (DEFINE-CLONED-FOPS (FOP-ALTER-CODE 140 ...) ...)
; compiling (DEFINE-FOP (FOP-FUN-ENTRY 142) ...)
; compiling (DEFINE-FOP (FOP-ASSEMBLER-CODE 144) ...)
; compiling (DEFINE-FOP (FOP-ASSEMBLER-ROUTINE 145) ...)
; compiling (DEFINE-FOP (FOP-FOREIGN-FIXUP 147) ...)
; compiling (DEFINE-FOP (FOP-ASSEMBLER-FIXUP 148) ...)
; compiling (DEFINE-FOP (FOP-CODE-OBJECT-FIXUP 149) ...)
; compiling (DEFINE-FOP (FOP-FOREIGN-DATAREF-FIXUP 150) ...)
; compiling (DEFINE-FOP (FOP-SKIP 151 ...) ...)
; compiling (DEFINE-FOP (FOP-SKIP-IF-FALSE 152 ...) ...)
; compiling (DEFINE-FOP (FOP-DROP-IF-SKIPPING 153 ...) ...)
; compiling (DEFINE-FOP (FOP-PUSH-NIL-IF-SKIPPING 154 ...) ...)
; compiling (DEFINE-FOP (FOP-MAYBE-STOP-SKIPPING 155 ...) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/fop.fasl-tmp written
; compilation finished in 0:00:01.839
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ctype.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *LOSSAGE-FUN*)
; compiling (DEFVAR *UNWINNAGE-FUN*)
; compiling (DEFVAR *CTYPE-TEST-FUN*)
; compiling (DEFVAR *LOSSAGE-DETECTED*)
; compiling (DEFVAR *UNWINNAGE-DETECTED*)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN NOTE-LOSSAGE ...)
; compiling (DEFUN NOTE-UNWINNAGE ...)
; compiling (DECLAIM (SPECIAL *COMPILER-ERROR-CONTEXT*))
; compiling (DEFUN ALWAYS-SUBTYPEP ...)
; compiling (DEFUN VALID-FUN-USE ...)
; compiling (DEFUN CHECK-ARG-TYPE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CHECK-FIXED-AND-REST ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CHECK-KEY-ARGS ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN DEFINITION-TYPE ...)
; compiling (DEFSTRUCT (APPROXIMATE-FUN-TYPE #) ...)
; compiling (DEFSTRUCT (APPROXIMATE-KEY-INFO #) ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN NOTE-FUN-USE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN VALID-APPROXIMATE-TYPE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CHECK-APPROXIMATE-FIXED-AND-REST ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CHECK-APPROXIMATE-ARG-TYPE ...)
; compiling (DEFUN CHECK-APPROXIMATE-KEYWORDS ...)
; compiling (DEFUN TRY-TYPE-INTERSECTIONS ...)
; compiling (DEFUN FIND-OPTIONAL-DISPATCH-TYPES ...)
; compiling (DEFUN FIND-LAMBDA-TYPES ...)
; compiling (DEFUN ASSERT-DEFINITION-TYPE ...)
; compiling (DEFUN ASSERT-GLOBAL-FUNCTION-DEFINITION-TYPE ...)
; compiling (DEFUN MASSAGE-GLOBAL-DEFINITION-TYPE ...)
; compiling (DEFUN MAP-COMBINATION-ARGS-AND-TYPES ...)
; compiling (DEFUN ASSERT-CALL-TYPE ...)
; compiling (DEFUN CHECK-CATCH-TAG-TYPE ...)
; compiling (DEFUN %COMPILE-TIME-TYPE-ERROR ...)
; compiling (DEFOPTIMIZER (%COMPILE-TIME-TYPE-ERROR IR2-CONVERT) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/ctype.fasl-tmp written
; compilation finished in 0:00:00.806
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/disassem.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!DISASSEM")
; compiling (DEF!CONSTANT LABEL-COLUMN-WIDTH ...)
; compiling (DEFTYPE TEXT-WIDTH ...)
; compiling (DEFTYPE ALIGNMENT ...)
; compiling (DEFTYPE OFFSET ...)
; compiling (DEFTYPE ADDRESS ...)
; compiling (DEFTYPE DISASSEM-LENGTH ...)
; compiling (DEFTYPE COLUMN ...)
; compiling (DEF!CONSTANT MAX-FILTERED-VALUE-INDEX ...)
; compiling (DEFTYPE FILTERED-VALUE-INDEX ...)
; compiling (DEFTYPE FILTERED-VALUE-VECTOR ...)
; compiling (DEFVAR *DISASSEM-INSTS* ...)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFVAR *DISASSEM-INST-SPACE* ...)
; compiling (DEFVAR *DISASSEM-INST-ALIGNMENT-BYTES* ...)
; compiling (DECLAIM (TYPE ALIGNMENT ...))
; compiling (DEFVAR *DISASSEM-LOCATION-COLUMN-WIDTH* ...)
; compiling (DECLAIM (TYPE TEXT-WIDTH ...))
; compiling (DEFVAR *DISASSEM-OPCODE-COLUMN-WIDTH* ...)
; compiling (DECLAIM (TYPE TEXT-WIDTH ...))
; compiling (DEFVAR *DISASSEM-INST-COLUMN-WIDTH* ...)
; compiling (DECLAIM (TYPE TEXT-WIDTH ...))
; compiling (DEFVAR *DISASSEM-NOTE-COLUMN* ...)
; compiling (DEFSTRUCT (FUN-CACHE #) ...)
; compiling (DEFVAR *DISASSEM-FUN-CACHE* ...)
; compiling (DECLAIM (TYPE FUN-CACHE ...))
; compiling (DECLAIM (INLINE DCHUNK-OR ...))
; compiling (DEF!CONSTANT DCHUNK-BITS ...)
; compiling (DEFTYPE DCHUNK ...)
; compiling (DEFTYPE DCHUNK-INDEX ...)
; compiling (DEF!CONSTANT DCHUNK-ZERO ...)
; compiling (DEF!CONSTANT DCHUNK-ONE ...)
; compiling (DEFUN DCHUNK-EXTRACT ...)
; compiling (DEFMACRO DCHUNK-COPY ...)
; compiling (DEFUN DCHUNK-OR ...)
; compiling (DEFUN DCHUNK-AND ...)
; compiling (DEFUN DCHUNK-CLEAR ...)
; compiling (DEFUN DCHUNK-NOT ...)
; compiling (DEFMACRO DCHUNK-ANDF ...)
; compiling (DEFMACRO DCHUNK-ORF ...)
; compiling (DEFMACRO DCHUNK-CLEARF ...)
; compiling (DEFUN DCHUNK-MAKE-MASK ...)
; compiling (DEFUN DCHUNK-MAKE-FIELD ...)
; compiling (DEFMACRO MAKE-DCHUNK ...)
; compiling (DEFUN SAP-REF-DCHUNK ...)
; compiling (DEFUN DCHUNK-CORRECTED-EXTRACT ...)
; compiling (DEFMACRO DCHUNK-INSERTF ...)
; compiling (DEFUN DCHUNK= ...)
; compiling (DEFMACRO DCHUNK-ZEROP ...)
; compiling (DEFUN DCHUNK-STRICT-SUPERSET-P ...)
; compiling (DEFUN DCHUNK-COUNT-BITS ...)
; compiling (DEFSTRUCT (INSTRUCTION # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFSTRUCT (INST-SPACE # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFSTRUCT (INST-SPACE-CHOICE # ...) ...)
; compiling (DEFVAR *ARG-FORM-KINDS* ...)
; compiling (DEFSTRUCT (ARG-FORM-KIND #) ...)
; compiling (DEFUN ARG-FORM-KIND-OR-LOSE ...)
; compiling (DEFUN FIND-ARG-FORM-PRODUCER ...)
; compiling (DEFUN FIND-ARG-FORM-CHECKER ...)
; compiling (DEFUN CANONICALIZE-ARG-FORM-KIND ...)
; compiling (DEFVAR *DISASSEM-INST-FORMATS* ...)
; compiling (DEFVAR *DISASSEM-ARG-TYPES* ...)
; compiling (DEFVAR *DISASSEM-FUN-CACHE* ...)
; compiling (DEFSTRUCT (ARG # ...) ...)
; compiling (DEFSTRUCT (INSTRUCTION-FORMAT # ...) ...)
; compiling (DEFSTRUCT (FUNSTATE # ...) ...)
; compiling (DEFUN MAKE-FUNSTATE ...)
; compiling (DEFUN FUNSTATE-COMPATIBLE-P ...)
; compiling (DEFUN ARG-OR-LOSE ...)
; compiling (DEFSTRUCT (VALSRC # ...) ...)
; compiling (DEFUN MAKE-VALSRC ...)
; compiling (DEFVAR *CURRENT-INSTRUCTION-FLAVOR* ...)
; compiling (DEFUN PD-ERROR ...)
; compiling (DEFUN SELF-EVALUATING-P ...)
; compiling (DEFUN MAYBE-QUOTE ...)
; compiling (DEFUN DOESNT-NEED-WRAPPING-P ...)
; compiling (DEFUN MAKE-WRAPPER ...)
; compiling (DEFUN FILTER-OVERRIDES ...)
; compiling (DEFPARAMETER *ARG-FUN-PARAMS* ...)
; compiling (DEFUN MUNGE-FUN-REFS ...)
; compiling (DEFUN GEN-ARGS-DEF-FORM ...)
; compiling (DEFUN GEN-PRINTER-DEF-FORMS-DEF-FORM ...)
; compiling (DEFUN UPDATE-ARGS-FORM ...)
; compiling (DEFUN FORMAT-OR-LOSE ...)
; compiling (DEFMACRO DEFINE-INSTRUCTION-FORMAT ...)
; compiling (DEFUN GEN-FORMAT-DEF-FORM ...)
; compiling (DEFUN MODIFY-OR-ADD-ARG ...)
; compiling (DEFUN GEN-ARG-ACCESS-MACRO-DEF-FORM ...)
; compiling (DEFUN ARG-VALUE-FORM ...)
; compiling (DEFUN CORRECT-DCHUNK-BYTESPEC-FOR-ENDIANNESS ...)
; compiling (DEFUN MAKE-ARG-TEMP-BINDINGS ...)
; compiling (DEFUN GEN-ARG-FORMS ...)
; compiling (DEFUN MAYBE-LISTIFY ...)
; compiling (DEFUN SET-ARG-FROM-TYPE ...)
; compiling (DEFUN GET-ARG-TEMP ...)
; compiling (DEFUN SET-ARG-TEMPS ...)
; compiling (DEFMACRO DEFINE-ARG-TYPE ...)
; compiling (DEFUN GEN-ARG-TYPE-DEF-FORM ...)
; compiling (DEFMACRO DEF-ARG-FORM-KIND ...)
; compiling (DEF-ARG-FORM-KIND (:RAW) ...)
; compiling (DEF-ARG-FORM-KIND (:SIGN-EXTENDED :UNFILTERED) ...)
; compiling (DEFUN VALSRC-EQUAL ...)
; compiling (DEF-ARG-FORM-KIND (:FILTERING) ...)
; compiling (DEF-ARG-FORM-KIND (:FILTERED :UNADJUSTED) ...)
; compiling (DEF-ARG-FORM-KIND (:ADJUSTED :NUMERIC ...) ...)
; compiling (DEF-ARG-FORM-KIND (:LABELLED :FINAL) ...)
; compiling (DEF-ARG-FORM-KIND (:PRINTED) ...)
; compiling (DEFUN REMEMBER-PRINTER-USE ...)
; compiling (DEFUN SOURCE-FORM ...)
; compiling (DEFUN VALUE-OR-SOURCE ...)
; compiling (DEFSTRUCT (CACHED-FUN # ...) ...)
; compiling (DEFUN FIND-CACHED-FUN ...)
; compiling (DEFMACRO !WITH-CACHED-FUN ...)
; compiling (DEFUN FIND-PRINTER-FUN ...)
; compiling (DEFUN MAKE-PRINTER-DEFUN ...)
; compiling (DEFUN PREPROCESS-TEST ...)
; compiling (DEFUN PREPROCESS-CONDITIONALS ...)
; compiling (DEFUN PREPROCESS-PRINTER ...)
; compiling (DEFUN FIND-FIRST-FIELD-NAME ...)
; compiling (DEFUN PREPROCESS-CHOOSES ...)
; compiling (DEFUN SHARING-CONS ...)
; compiling (DEFUN SHARING-MAPCAR ...)
; compiling (DEFUN ALL-ARG-REFS-RELEVANT-P ...)
; compiling (DEFUN PICK-PRINTER-CHOICE ...)
; compiling (DEFUN COMPILE-PRINTER-LIST ...)
; compiling (DEFUN COMPILE-PRINTER-BODY ...)
; compiling (DEFUN COMPILE-PRINT ...)
; compiling (DEFUN STRING-OR-QSYM-P ...)
; compiling (DEFUN STRIP-QUOTE ...)
; compiling (DEFUN COMPARE-FIELDS-FORM ...)
; compiling (DEFUN COMPILE-TEST ...)
; compiling (DEFUN FIND-LABELLER-FUN ...)
; compiling (DEFUN FIND-PREFILTER-FUN ...)
; compiling (DEFUN COMPUTE-MASK-ID ...)
; compiling (DEFUN INSTALL-INST-FLAVORS ...)
; compiling (DECLAIM (INLINE BYTES-TO-BITS))
; compiling (DECLAIM (MAYBE-INLINE SIGN-EXTEND ...))
; compiling (DEFUN BYTES-TO-BITS ...)
; compiling (DEFUN BITS-TO-BYTES ...)
; compiling (DEFUN SIGN-EXTEND ...)
; compiling (DEFUN ALIGNED-P ...)
; compiling (DEFUN ALIGN ...)
; compiling (DEFUN TAB ...)
; compiling (DEFUN TAB0 ...)
; compiling (DEFUN PRINC16 ...)
; compiling (DEFUN READ-SIGNED-SUFFIX ...)
; compiling (DEFSTRUCT (DISASSEM-STATE # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFUN DSTATE-CUR-ADDR ...)
; compiling (DEFUN DSTATE-NEXT-ADDR ...)
; compiling (DEFMACRO DSTATE-GET-PROP ...)
; compiling (DEFUN DSTATE-PUT-INST-PROP ...)
; compiling (DEFUN DSTATE-GET-INST-PROP ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/disassem.fasl-tmp written
; compilation finished in 0:00:01.746
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/assem.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!ASSEM")
; compiling (DEFVAR *ASSEM-SCHEDULER-P* ...)
; compiling (DECLAIM (TYPE BOOLEAN ...))
; compiling (DEFVAR *ASSEM-INSTRUCTIONS* ...)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFVAR *ASSEM-MAX-LOCATIONS* ...)
; compiling (DECLAIM (TYPE INDEX ...))
; compiling (DEFSTRUCT (SEGMENT #) ...)
; compiling (DEFPRINTER (SEGMENT) ...)
; compiling (DECLAIM (INLINE SEGMENT-CURRENT-INDEX))
; compiling (DEFUN SEGMENT-CURRENT-INDEX ...)
; compiling (DEFUN (SETF SEGMENT-CURRENT-INDEX) ...)
; compiling (DEFMACRO WITH-MODIFIED-SEGMENT-INDEX-AND-POSN ...)
; compiling (!DEF-BOOLEAN-ATTRIBUTE INSTRUCTION ...)
; compiling (DEF!STRUCT (INSTRUCTION # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFMACRO WITHOUT-SCHEDULING ...)
; compiling (DEFMACRO NOTE-DEPENDENCIES ...)
; compiling (DEFUN NOTE-READ-DEPENDENCY ...)
; compiling (DEFUN NOTE-WRITE-DEPENDENCY ...)
; compiling (DEFUN QUEUE-INST ...)
; compiling (DEFUN SCHEDULE-PENDING-INSTRUCTIONS ...)
; compiling (DEFUN ADD-TO-NTH-LIST ...)
; compiling (DEFUN SCHEDULE-ONE-INST ...)
; compiling (DEFUN NOTE-RESOLVED-DEPENDENCIES ...)
; compiling (DEFUN ADVANCE-ONE-INST ...)
; compiling (DEFUN INSERT-EMITTABLE-INST ...)
; compiling (DEF!STRUCT (ANNOTATION # ...) ...)
; compiling (DEF!STRUCT (LABEL # ...))
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEF!STRUCT (ALIGNMENT-NOTE # ...) ...)
; compiling (DEF!STRUCT (BACK-PATCH # ...) ...)
; compiling (DEF!STRUCT (CHOOSER # ...) ...)
; compiling (DEF!STRUCT (FILLER # ...) ...)
; compiling (DEFUN EMIT-BYTE ...)
; compiling (DEFUN EMIT-SKIP ...)
; compiling (DEFUN EMIT-ANNOTATION ...)
; compiling (DEFUN EMIT-BACK-PATCH ...)
; compiling (DEFUN EMIT-CHOOSER ...)
; compiling (DEFUN ADJUST-ALIGNMENT-AFTER-CHOOSER ...)
; compiling (DEFUN EMIT-FILLER ...)
; compiling (DEFUN %EMIT-LABEL ...)
; compiling (DEFUN %EMIT-ALIGNMENT ...)
; compiling (DEFUN FIND-ALIGNMENT ...)
; compiling (DEFUN %EMIT-POSTIT ...)
; compiling (DEFUN COMPRESS-OUTPUT ...)
; compiling (DEFUN FINALIZE-POSITIONS ...)
; compiling (DEFUN PROCESS-BACK-PATCHES ...)
; compiling (DEFMACRO %%CURRENT-SEGMENT%% ...)
; compiling (DEFVAR **CURRENT-SEGMENT**)
; compiling (DEFMACRO %%CURRENT-VOP%% ...)
; compiling (DEFVAR **CURRENT-VOP** ...)
; compiling (DEF DEF!MACRO ...)
; compiling (DEF SB-XC:DEFMACRO ...)
; compiling (DEFMACRO INST ...)
; compiling (DEFMACRO EMIT-LABEL ...)
; compiling (DEFMACRO EMIT-POSTIT ...)
; compiling (DEFMACRO EMIT-ALIGNMENT ...)
; compiling (DEFUN LABEL-POSITION ...)
; compiling (DEFUN APPEND-SEGMENT ...)
; compiling (DEFUN FINALIZE-SEGMENT ...)
; compiling (DEFUN ON-SEGMENT-CONTENTS-VECTORLY ...)
; compiling (DEFUN WRITE-SEGMENT-CONTENTS ...)
; compiling (DEFMACRO DEFINE-BITFIELD-EMITTER ...)
; compiling (DEFUN GROVEL-LAMBDA-LIST ...)
; compiling (DEFUN EXTRACT-NTHS ...)
; compiling (DEFMACRO DEFINE-INSTRUCTION ...)
; compiling (DEFMACRO DEFINE-INSTRUCTION-MACRO ...)
; compiling (DEFUN %DEFINE-INSTRUCTION ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/assem.fasl-tmp written
; compilation finished in 0:00:00.691
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/trace-table.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN TRACE-TABLE-ENTRY ...)
; compiling (DEF!CONSTANT TT-BITS-PER-STATE ...)
; compiling (DEF!CONSTANT TT-BYTES-PER-ENTRY ...)
; compiling (DEF!CONSTANT TT-BITS-PER-ENTRY ...)
; compiling (DEF!CONSTANT TT-BITS-PER-OFFSET ...)
; compiling (DEF!CONSTANT TT-MAX-OFFSET ...)
; compiling (DEFTYPE TT-STATE ...)
; compiling (DEFTYPE TT-ENTRY ...)
; compiling (DEFTYPE TT-OFFSET ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN PACK-TRACE-TABLE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/trace-table.fasl-tmp written
; compilation finished in 0:00:00.011
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/debug-info.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEF!CONSTANT COMPILED-DEBUG-VAR-MORE-CONTEXT-P ...)
; compiling (DEF!CONSTANT COMPILED-DEBUG-VAR-MORE-COUNT-P ...)
; compiling (DEF!CONSTANT COMPILED-DEBUG-VAR-ENVIRONMENT-LIVE ...)
; compiling (DEF!CONSTANT COMPILED-DEBUG-VAR-SAVE-LOC-P ...)
; compiling (DEF!CONSTANT COMPILED-DEBUG-VAR-ID-P ...)
; compiling (DEF!CONSTANT COMPILED-DEBUG-VAR-MINIMAL-P ...)
; compiling (DEF!CONSTANT COMPILED-DEBUG-VAR-DELETED-P ...)
; compiling (DEFCONSTANT-EQX COMPILED-DEBUG-BLOCK-NSUCC-BYTE ...)
; compiling (DEF!CONSTANT COMPILED-DEBUG-BLOCK-ELSEWHERE-P ...)
; compiling (DEFCONSTANT-EQX COMPILED-CODE-LOCATION-KIND-BYTE ...)
; compiling (DEFPARAMETER *COMPILED-CODE-LOCATION-KINDS* ...)
; compiling (DEF!STRUCT (DEBUG-FUN #))
; compiling (DEF!STRUCT (COMPILED-DEBUG-FUN #) ...)
; compiling (DEF!STRUCT (DEBUG-SOURCE) ...)
; compiling (DEF!STRUCT DEBUG-INFO ...)
; compiling (DEFCONSTANT +DEBUG-INFO-SOURCE-INDEX+ ...)
; compiling (DEF!STRUCT (COMPILED-DEBUG-INFO #) ...)
; compiling (DEFVAR *!INITIAL-DEBUG-SOURCES*)
; compiling (DEFUN !DEBUG-INFO-COLD-INIT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/debug-info.fasl-tmp written
; compilation finished in 0:00:00.146
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/dump.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!FASL")
; compiling (DEFSTRUCT (FASL-OUTPUT # ...) ...)
; compiling (DEFSTRUCT (CIRCULARITY #) ...)
; compiling (DEFVAR *CIRCULARITIES-DETECTED*)
; compiling (DEFVAR *DUMP-ONLY-VALID-STRUCTURES* ...)
; compiling (DEFUN DUMP-BYTE ...)
; compiling (DEFUN DUMP-WORD ...)
; compiling (DEFUN DUMP-UNSIGNED-BYTE-32 ...)
; compiling (DEFUN DUMP-INTEGER-AS-N-BYTES ...)
; compiling (DEFMACRO DUMP-FOP ...)
; compiling (DEFMACRO DUMP-FOP* ...)
; compiling (DEFUN DUMP-PUSH ...)
; compiling (DEFUN DUMP-POP ...)
; compiling (DEFUN EQUAL-CHECK-TABLE ...)
; compiling (DEFUN STRING-CHECK-TABLE ...)
; compiling (DEFUN EQ-SAVE-OBJECT ...)
; compiling (DEFUN EQUAL-SAVE-OBJECT ...)
; compiling (DEFUN STRING-SAVE-OBJECT ...)
; compiling (DEFUN NOTE-POTENTIAL-CIRCULARITY ...)
; compiling (DEFUN OPEN-FASL-OUTPUT ...)
; compiling (DEFUN CLOSE-FASL-OUTPUT ...)
; compiling (DEFUN DUMP-NON-IMMEDIATE-OBJECT ...)
; compiling (DEFUN SUB-DUMP-OBJECT ...)
; compiling (DEFUN DUMP-CIRCULARITIES ...)
; compiling (DEFUN DUMP-OBJECT ...)
; compiling (DEFUN FASL-DUMP-LOAD-TIME-VALUE-LAMBDA ...)
; compiling (DEFUN FASL-CONSTANT-ALREADY-DUMPED-P ...)
; compiling (DEFUN FASL-NOTE-HANDLE-FOR-CONSTANT ...)
; compiling (DEFUN FASL-VALIDATE-STRUCTURE ...)
; compiling (DEFUN DUMP-RATIO ...)
; compiling (DEFUN DUMP-INTEGER ...)
; compiling (DEFUN DUMP-FLOAT ...)
; compiling (DEFUN DUMP-COMPLEX-SINGLE-FLOAT ...)
; compiling (DEFUN DUMP-COMPLEX-DOUBLE-FLOAT ...)
; compiling (DEFUN DUMP-COMPLEX-RATIONAL ...)
; compiling (DEFUN DUMP-COMPLEX ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN DUMP-PACKAGE ...)
; compiling (DEFUN DUMP-LIST ...)
; compiling (DEFUN TERMINATE-DOTTED-LIST ...)
; compiling (DEFUN TERMINATE-UNDOTTED-LIST ...)
; compiling (DEFUN DUMP-ARRAY ...)
; compiling (DEFUN DUMP-VECTOR ...)
; compiling (DEFUN DUMP-SIMPLE-VECTOR ...)
; compiling (DEFUN OCTET-SWAP ...)
; compiling (DEFUN DUMP-I-VECTOR ...)
; compiling (DEFUN DUMP-CHARACTER ...)
; compiling (DEFUN DUMP-BASE-CHARS-OF-STRING ...)
; compiling (DEFUN DUMP-SIMPLE-BASE-STRING ...)
; compiling (DEFUN DUMP-SYMBOL ...)
; compiling (DEFUN DUMP-SEGMENT ...)
; compiling (DEFUN DUMP-FIXUPS ...)
; compiling (DEFUN DUMP-CODE-OBJECT ...)
; compiling (DEFUN DUMP-ASSEMBLER-ROUTINES ...)
; compiling (DEFUN DUMP-ONE-ENTRY ...)
; compiling (DEFUN DUMP-ALTER-CODE-OBJECT ...)
; compiling (DEFUN FASL-DUMP-COMPONENT ...)
; compiling (DEFUN DUMP-PUSH-PREVIOUSLY-DUMPED-FUN ...)
; compiling (DEFUN FASL-DUMP-TOPLEVEL-LAMBDA-CALL ...)
; compiling (DEFUN FASL-DUMP-COLD-FSET ...)
; compiling (DEFUN FASL-DUMP-SOURCE-INFO ...)
; compiling (DEFUN DUMP-STRUCTURE ...)
; compiling (DEFUN DUMP-LAYOUT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/dump.fasl-tmp written
; compilation finished in 0:00:00.591
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/main.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DECLAIM (SPECIAL *CONSTANTS* ...))
; compiling (DEFVAR *FLAME-ON-NECESSARILY-UNDEFINED-THING* ...)
; compiling (DEFVAR *CHECK-CONSISTENCY* ...)
; compiling (DEFVAR *LOOP-ANALYZE* ...)
; compiling (DEFVAR *COMPILER-TRACE-OUTPUT* ...)
; compiling (DEFVAR *BLOCK-COMPILE*)
; compiling (DEFVAR *BLOCK-COMPILE-ARG*)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *ENTRY-POINTS*)
; compiling (DECLAIM (LIST *ENTRY-POINTS*))
; compiling (DEFVAR *TOPLEVEL-LAMBDAS*)
; compiling (DECLAIM (LIST *TOPLEVEL-LAMBDAS*))
; compiling (DEFVAR *TOP-LEVEL-FORM-NOTED* ...)
; compiling (DEFVAR SB-XC:*COMPILE-VERBOSE* ...)
; compiling (DEFVAR SB-XC:*COMPILE-PRINT* ...)
; compiling (DEFVAR *COMPILE-PROGRESS* ...)
; compiling (DEFVAR SB-XC:*COMPILE-FILE-PATHNAME* ...)
; compiling (DEFVAR SB-XC:*COMPILE-FILE-TRUENAME* ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *SOURCE-INFO* ...)
; compiling (DEFVAR *IN-COMPILATION-UNIT* ...)
; compiling (DEFVAR *ABORTED-COMPILATION-UNIT-COUNT*)
; compiling (DEFUN MAYBE-MUMBLE ...)
; compiling (DEFTYPE OBJECT ...)
; compiling (DEFVAR *COMPILE-OBJECT* ...)
; compiling (DECLAIM (TYPE OBJECT ...))
; compiling (DEFVAR *COMPILE-TOPLEVEL-OBJECT* ...)
; compiling (DEFVAR *EMIT-CFASL* ...)
; compiling (DEFVAR *FOPCOMPILE-LABEL-COUNTER*)
; compiling (DEFVAR *CODE-COVERAGE-RECORDS* ...)
; compiling (DEFVAR *CODE-COVERAGE-BLOCKS* ...)
; compiling (DEFVAR *CODE-COVERAGE-INFO* ...)
; compiling (DEFMACRO SB-XC:WITH-COMPILATION-UNIT ...)
; compiling (DEFVAR *SOURCE-PLIST* ...)
; compiling (DEFVAR *SOURCE-NAMESTRING* ...)
; compiling (DEFUN %WITH-COMPILATION-UNIT ...)
; compiling (DEFUN NAME-RESERVED-BY-ANSI-P ...)
; compiling (DEFUN SUMMARIZE-COMPILATION-UNIT ...)
; compiling (DEFMACRO WITH-COMPILATION-VALUES ...)
; compiling (DEFPARAMETER *MAX-OPTIMIZE-ITERATIONS* ...)
; compiling (DEFEVENT IR1-OPTIMIZE-UNTIL-DONE ...)
; compiling (DEFEVENT IR1-OPTIMIZE-MAXED-OUT ...)
; compiling (DEFUN IR1-OPTIMIZE-UNTIL-DONE ...)
; compiling (DEFPARAMETER *CONSTRAINT-PROPAGATE* ...)
; compiling (DEFPARAMETER *REOPTIMIZE-AFTER-TYPE-CHECK-MAX* ...)
; compiling (DEFEVENT REOPTIMIZE-MAXED-OUT ...)
; compiling (DEFUN DFO-AS-NEEDED ...)
; compiling (DEFUN IR1-PHASES ...)
; compiling (DEFUN %COMPILE-COMPONENT ...)
; compiling (DEFUN DELETE-IF-NO-ENTRIES ...)
; compiling (DEFUN COMPILE-COMPONENT ...)
; compiling (DEFUN CLEAR-CONSTANT-INFO ...)
; compiling (DEFUN CLEAR-IR1-INFO ...)
; compiling (DEFUN CLEAR-STUFF ...)
; compiling (DEFUN DESCRIBE-COMPONENT ...)
; compiling (DEFUN DESCRIBE-IR2-COMPONENT ...)
; compiling (DEF!STRUCT (FILE-INFO # ...) ...)
; compiling (DEF!STRUCT (SOURCE-INFO # ...) ...)
; compiling (DEFUN MAKE-FILE-SOURCE-INFO ...)
; compiling (DEFUN MAKE-LISP-SOURCE-INFO ...)
; compiling (DEFUN GET-TOPLEVELISH-FILE-INFO ...)
; compiling (DEFUN READ-FOR-COMPILE-FILE ...)
; compiling (DEFUN GET-SOURCE-STREAM ...)
; compiling (DEFUN CLOSE-SOURCE-INFO ...)
; compiling (DEFMACRO DO-FORMS-FROM-INFO ...)
; compiling (DEFUN SUB-SUB-COMPILE-FILE ...)
; compiling (DEFUN FIND-SOURCE-ROOT ...)
; compiling (DEFUN CONVERT-AND-MAYBE-COMPILE ...)
; compiling (DEFUN PREPROCESSOR-MACROEXPAND-1 ...)
; compiling (DEFUN PROCESS-TOPLEVEL-PROGN ...)
; compiling (DEFUN PROCESS-TOPLEVEL-LOCALLY ...)
; compiling (DEFUN PARSE-EVAL-WHEN-SITUATIONS ...)
; compiling (DEFUN FUNCTIONAL-COMPONENTS ...)
; compiling (DEFUN MAKE-FUNCTIONAL-FROM-TOPLEVEL-LAMBDA ...)
; compiling (DEFUN %COMPILE ...)
; compiling (DEFUN PROCESS-TOPLEVEL-COLD-FSET ...)
; compiling (DEFUN NOTE-TOP-LEVEL-FORM ...)
; compiling (DEFUN EVAL-COMPILE-TOPLEVEL ...)
; compiling (DEFUN PROCESS-TOPLEVEL-FORM ...)
; compiling (DEFUN PRODUCING-FASL-FILE ...)
; compiling (DEFUN COMPILE-LOAD-TIME-VALUE ...)
; compiling (DEFUN COMPILE-MAKE-LOAD-FORM-INIT-FORMS ...)
; compiling (DEFUN COMPILE-LOAD-TIME-STUFF ...)
; compiling (DEFUN COMPILE-LOAD-TIME-VALUE-LAMBDA ...)
; compiling (DEFUN OBJECT-CALL-TOPLEVEL-LAMBDA ...)
; compiling (DEFUN SUB-COMPILE-TOPLEVEL-LAMBDAS ...)
; compiling (DEFUN COMPILE-TOPLEVEL-LAMBDAS ...)
; compiling (DEFUN COMPILE-TOPLEVEL ...)
; compiling (DEFUN FINISH-BLOCK-COMPILATION ...)
; compiling (DEFUN HANDLE-CONDITION-P ...)
; compiling (DEFUN HANDLE-CONDITION-HANDLER ...)
; compiling (DEFUN SUB-COMPILE-FILE ...)
; compiling (DEFUN VERIFY-SOURCE-FILE ...)
; compiling (DEFUN ELAPSED-TIME-TO-STRING ...)
; compiling (DEFUN PRINT-COMPILE-START-NOTE ...)
; compiling (DEFUN PRINT-COMPILE-END-NOTE ...)
; compiling (DEFUN SB-XC:COMPILE-FILE ...)
; compiling (DEFUN CFP-OUTPUT-FILE-DEFAULT ...)
; compiling (DEFUN SB-XC:COMPILE-FILE-PATHNAME ...)
; compiling (DEFVAR *CONSTANTS-BEING-CREATED* ...)
; compiling (DEFVAR *CONSTANTS-CREATED-SINCE-LAST-INIT* ...)
; compiling (DEFUN EMIT-MAKE-LOAD-FORM ...)
; compiling (DEFUN COMPILE-IN-LEXENV ...)
; compiling (DEFUN EVAL-TLF ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/main.fasl-tmp written
; compilation finished in 0:00:03.687
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/xref.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFVAR *XREF-KINDS* ...)
; compiling (DEFUN RECORD-COMPONENT-XREFS ...)
; compiling (DEFUN CALL-WITH-BLOCK-EXTERNAL-FUNCTIONALS ...)
; compiling (DEFUN RECORD-NODE-XREFS ...)
; compiling (DEFUN INTERNAL-NAME-P ...)
; compiling (DEFUN RECORD-XREF ...)
; compiling (DEFUN RECORD-MACROEXPANSION ...)
; compiling (DEFUN RECORD-CALL ...)
; compiling (DEFUN PACK-XREF-DATA ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/xref.fasl-tmp written
; compilation finished in 0:00:00.107
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/source-location.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEF!STRUCT (DEFINITION-SOURCE-LOCATION #) ...)
; compiling (DEFUN MAKE-FILE-INFO-NAMESTRING ...)
; compiling (DEFINE-COMPILER-MACRO SOURCE-LOCATION ...)
; compiling (SETF (SYMBOL-FUNCTION #) ...)
; compiling (/SHOW0 "/Processing source location thunks")
; compiling (DOLIST (FUN *SOURCE-LOCATION-THUNKS*) ...)
; compiling (MAKUNBOUND (QUOTE *SOURCE-LOCATION-THUNKS*))
; compiling (/SHOW0 "/Done with source location thunks")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/source-location.fasl-tmp written
; compilation finished in 0:00:00.133
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir1tran.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DECLAIM (SPECIAL *COMPILER-ERROR-BAILOUT*))
; compiling (DECLAIM (TYPE INDEX ...))
; compiling (DEFVAR *CURRENT-FORM-NUMBER*)
; compiling (DECLAIM (HASH-TABLE *SOURCE-PATHS*))
; compiling (DEFVAR *SOURCE-PATHS*)
; compiling (DECLAIM (INLINE SOURCE-FORM-HAS-PATH-P))
; compiling (DEFUN SOURCE-FORM-HAS-PATH-P ...)
; compiling (DEFUN GET-SOURCE-PATH ...)
; compiling (DEFUN ENSURE-SOURCE-PATH ...)
; compiling (DEFUN SIMPLIFY-SOURCE-PATH-FORM ...)
; compiling (DEFUN NOTE-SOURCE-PATH ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *CURRENT-COMPONENT*)
; compiling (DECLAIM (LIST *CURRENT-PATH*))
; compiling (DEFVAR *CURRENT-PATH*)
; compiling (DEFVAR *DERIVE-FUNCTION-TYPES* ...)
; compiling (DEFVAR *FUN-NAMES-IN-THIS-FILE* ...)
; compiling (DEFVAR *POST-BINDING-VARIABLE-LEXENV* ...)
; compiling (DEFUN FUN-LEXICALLY-NOTINLINE-P ...)
; compiling (DECLAIM (NOTINLINE MAYBE-UPDATE-INFO-FOR-GF))
; compiling (DEFUN MAYBE-UPDATE-INFO-FOR-GF ...)
; compiling (DEFUN MAYBE-DEFINED-HERE ...)
; compiling (DEFUN FIND-GLOBAL-FUN ...)
; compiling (DEFUN CLEAR-INVALID-FUNCTIONALS ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FIND-FREE-FUN ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FIND-LEXICALLY-APPARENT-FUN ...)
; compiling (DEFUN MAYBE-FIND-FREE-VAR ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FIND-FREE-VAR ...)
; compiling (DEFUN MAYBE-EMIT-MAKE-LOAD-FORMS ...)
; compiling (DEFUN LINK-NODE-TO-PREVIOUS-CTRAN ...)
; compiling (DECLAIM (INLINE USE-CTRAN))
; compiling (DEFUN USE-CTRAN ...)
; compiling (DEFUN %USE-CTRAN ...)
; compiling (DEFUN INSERT-NODE-BEFORE ...)
; compiling (DEFUN USE-LVAR ...)
; compiling (DECLAIM (INLINE USE-CONTINUATION))
; compiling (DEFUN USE-CONTINUATION ...)
; compiling (DEFUN IR1-TOPLEVEL ...)
; compiling (DEFUN FIND-SOURCE-PATHS ...)
; compiling (DEFUN SUB-FIND-SOURCE-PATHS ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN IR1-CONVERT ...)
; compiling (DEFUN REFERENCE-CONSTANT ...)
; compiling (DEFUN MAYBE-REANALYZE-FUNCTIONAL ...)
; compiling (DEFUN REFERENCE-LEAF ...)
; compiling (DEFUN IR1-CONVERT-VAR ...)
; compiling (DEFUN FIND-COMPILER-MACRO ...)
; compiling (DEFUN IR1-CONVERT-FUNCTOID ...)
; compiling (DEFUN IR1-CONVERT-COMMON-FUNCTOID ...)
; compiling (DEFUN IR1-CONVERT-GLOBAL-FUNCTOID ...)
; compiling (DEFUN MUFFLE-WARNING-OR-DIE ...)
; compiling (DEFUN CAREFUL-EXPAND-MACRO ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN IR1-CONVERT-PROGN-BODY ...)
; compiling (DEFUN INSTRUMENT-COVERAGE ...)
; compiling (DEFUN MAYBE-INSTRUMENT-PROGN-LIKE ...)
; compiling (DEFUN RECORD-CODE-COVERAGE ...)
; compiling (DEFUN CLEAR-CODE-COVERAGE ...)
; compiling (DEFUN RESET-CODE-COVERAGE ...)
; compiling (DEFUN CODE-COVERAGE-RECORD-MARKED ...)
; compiling (DEFUN STEP-FORM-P ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN IR1-CONVERT-COMBINATION ...)
; compiling (DEFUN IR1-CONVERT-COMBINATION-ARGS ...)
; compiling (DEFUN IR1-CONVERT-SRCTRAN ...)
; compiling (DEFVAR *INSTRUMENT-IF-FOR-CODE-COVERAGE* ...)
; compiling (DEFUN IR1-CONVERT-MAYBE-PREDICATE ...)
; compiling (DEFUN IR1-CONVERT-COMBINATION-CHECKING-TYPE ...)
; compiling (DEFUN IR1-CONVERT-LOCAL-COMBINATION ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FIND-IN-BINDINGS ...)
; compiling (DEFUN PROCESS-TYPE-DECL ...)
; compiling (DEFUN PROCESS-FTYPE-DECL ...)
; compiling (DEFUN PROCESS-SPECIAL-DECL ...)
; compiling (DEFUN MAKE-NEW-INLINEP ...)
; compiling (DEFUN PROCESS-INLINE-DECL ...)
; compiling (DEFUN FIND-IN-BINDINGS-OR-FBINDINGS ...)
; compiling (DEFUN PROCESS-IGNORE-DECL ...)
; compiling (DEFUN PROCESS-EXTENT-DECL ...)
; compiling (DEFVAR *SUPPRESS-VALUES-DECLARATION* ...)
; compiling (DEFUN PROCESS-1-DECL ...)
; compiling (DEFUN PROCESS-DECLS ...)
; compiling (DEFUN %PROCESSING-DECLS ...)
; compiling (DEFMACRO PROCESSING-DECLS ...)
; compiling (DEFUN SPECVAR-FOR-BINDING ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/ir1tran.fasl-tmp written
; compilation finished in 0:00:01.019
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir1tran-lambda.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN VARIFY-LAMBDA-ARG ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN MAKE-KEYWORD-FOR-ARG ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN MAKE-LAMBDA-VARS ...)
; compiling (DEFUN IR1-CONVERT-AUX-BINDINGS ...)
; compiling (DEFUN IR1-CONVERT-SPECIAL-BINDINGS ...)
; compiling (DEFUN IR1-CONVERT-LAMBDA-BODY ...)
; compiling (DEFUN REGISTER-ENTRY-POINT ...)
; compiling (DEFUN CONVERT-OPTIONAL-ENTRY ...)
; compiling (DEFUN GENERATE-OPTIONAL-DEFAULT-ENTRY ...)
; compiling (DEFUN CONVERT-MORE-ENTRY ...)
; compiling (DEFUN IR1-CONVERT-MORE ...)
; compiling (DEFUN IR1-CONVERT-HAIRY-ARGS ...)
; compiling (DEFUN IR1-CONVERT-HAIRY-LAMBDA ...)
; compiling (DEFUN IR1-CONVERT-LAMBDA ...)
; compiling (DEFUN WRAP-FORMS-IN-DEBUG-CATCH ...)
; compiling (DEFUN IR1-CONVERT-LAMBDALIKE ...)
; compiling (DEFUN IR1-CONVERT-INLINE-LAMBDA ...)
; compiling (DEFUN FTYPE-FROM-LAMBDA-LIST ...)
; compiling (DEFUN GET-DEFINED-FUN ...)
; compiling (DEFUN ASSERT-NEW-DEFINITION ...)
; compiling (DEFUN IR1-CONVERT-INLINE-EXPANSION ...)
; compiling (DEFUN %SET-INLINE-EXPANSION ...)
; compiling (DEFUN %COMPILER-DEFUN ...)
; compiling (DEFUN OPTIONAL-DISPATCH-ENTRY-POINT-FUN ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/ir1tran-lambda.fasl-tmp written
; compilation finished in 0:00:00.446
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir1-translators.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEF-IR1-TRANSLATOR PROGN ...)
; compiling (DEF-IR1-TRANSLATOR IF ...)
; compiling (DEFUN BEST-SUB-SOURCE-PATH ...)
; compiling (DEF-IR1-TRANSLATOR BLOCK ...)
; compiling (DEF-IR1-TRANSLATOR RETURN-FROM ...)
; compiling (DEFUN PARSE-TAGBODY ...)
; compiling (DEF-IR1-TRANSLATOR TAGBODY ...)
; compiling (DEF-IR1-TRANSLATOR GO ...)
; compiling (DEF-IR1-TRANSLATOR EVAL-WHEN ...)
; compiling (DEFUN %FUNCALL-IN-FOOMACROLET-LEXENV ...)
; compiling (DEFUN MACROLET-DEFINITIONIZE-FUN ...)
; compiling (DEFUN FUNCALL-IN-MACROLET-LEXENV ...)
; compiling (DEF-IR1-TRANSLATOR MACROLET ...)
; compiling (DEFUN SYMBOL-MACROLET-DEFINITIONIZE-FUN ...)
; compiling (DEFUN FUNCALL-IN-SYMBOL-MACROLET-LEXENV ...)
; compiling (DEF-IR1-TRANSLATOR SYMBOL-MACROLET ...)
; compiling (DEFUN EVAL-INFO-ARGS ...)
; compiling (DEF-IR1-TRANSLATOR %PRIMITIVE ...)
; compiling (DEF-IR1-TRANSLATOR QUOTE ...)
; compiling (DEFUN NAME-CONTEXT ...)
; compiling (DEFUN NAME-LAMBDALIKE ...)
; compiling (DEFUN FUN-NAME-LEAF ...)
; compiling (DEF-IR1-TRANSLATOR %%ALLOCATE-CLOSURES ...)
; compiling (DEFMACRO WITH-FUN-NAME-LEAF ...)
; compiling (DEF-IR1-TRANSLATOR FUNCTION ...)
; compiling (DEF-IR1-TRANSLATOR GLOBAL-FUNCTION ...)
; compiling (DEFUN CONSTANT-GLOBAL-FUN-NAME ...)
; compiling (DEFUN LVAR-CONSTANT-GLOBAL-FUN-NAME ...)
; compiling (DEFUN ENSURE-SOURCE-FUN-FORM ...)
; compiling (DEFUN ENSURE-LVAR-FUN-FORM ...)
; compiling (DEFTRANSFORM FUNCALL ...)
; compiling (DEF-IR1-TRANSLATOR %FUNCALL ...)
; compiling (DEFINE-SOURCE-TRANSFORM FUNCALL ...)
; compiling (DEFTRANSFORM %COERCE-CALLABLE-TO-FUN ...)
; compiling (DEFINE-SOURCE-TRANSFORM %COERCE-CALLABLE-TO-FUN ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN EXTRACT-LET-VARS ...)
; compiling (DEF-IR1-TRANSLATOR LET ...)
; compiling (DEF-IR1-TRANSLATOR LET* ...)
; compiling (DEFUN IR1-TRANSLATE-LOCALLY ...)
; compiling (DEF-IR1-TRANSLATOR LOCALLY ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN EXTRACT-FLET-VARS ...)
; compiling (DEFUN IR1-CONVERT-FBINDINGS ...)
; compiling (DEF-IR1-TRANSLATOR FLET ...)
; compiling (DEF-IR1-TRANSLATOR LABELS ...)
; compiling (DEFUN THE-IN-POLICY ...)
; compiling (DEF-IR1-TRANSLATOR THE ...)
; compiling (DEF-IR1-TRANSLATOR TRULY-THE ...)
; compiling (DEF-IR1-TRANSLATOR SETQ ...)
; compiling (DEFUN SETQ-VAR ...)
; compiling (DEF-IR1-TRANSLATOR THROW ...)
; compiling (DEF-IR1-TRANSLATOR %WITHIN-CLEANUP ...)
; compiling (DEF-IR1-TRANSLATOR %ESCAPE-FUN ...)
; compiling (DEF-IR1-TRANSLATOR %CLEANUP-FUN ...)
; compiling (DEF-IR1-TRANSLATOR CATCH ...)
; compiling (DEF-IR1-TRANSLATOR UNWIND-PROTECT ...)
; compiling (DEF-IR1-TRANSLATOR MULTIPLE-VALUE-CALL ...)
; compiling (DEF-IR1-TRANSLATOR MULTIPLE-VALUE-PROG1 ...)
; compiling (DEFUN REVERT-SOURCE-PATH ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/ir1-translators.fasl-tmp written
; compilation finished in 0:00:00.917
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir1util.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN NODE-ENCLOSING-CLEANUP ...)
; compiling (DEFUN INSERT-CLEANUP-CODE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FIND-USES ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN PRINCIPAL-LVAR ...)
; compiling (DEFUN PRINCIPAL-LVAR-USE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN %DELETE-LVAR-USE ...)
; compiling (DEFUN DELETE-LVAR-USE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN ADD-LVAR-USE ...)
; compiling (DEFUN IMMEDIATELY-USED-P ...)
; compiling (DEFUN COMBINATION-DEFINED-TYPE ...)
; compiling (DEFUN ALMOST-IMMEDIATELY-USED-P ...)
; compiling (DEFUN SUBSTITUTE-LVAR ...)
; compiling (DEFUN SUBSTITUTE-LVAR-USES ...)
; compiling (DEFUN CTRAN-STARTS-BLOCK ...)
; compiling (DEFUN ENSURE-BLOCK-START ...)
; compiling (DEFUN START-BLOCK ...)
; compiling (DEFUN FILTER-LVAR ...)
; compiling (DEFUN DELETE-FILTER ...)
; compiling (DEFUN INSERT-CAST-BEFORE ...)
; compiling (DEFUN NODE-HOME-LAMBDA ...)
; compiling (DECLAIM (INLINE NODE-BLOCK))
; compiling (DEFUN NODE-BLOCK ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN NODE-COMPONENT ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN NODE-PHYSENV ...)
; compiling (DECLAIM (INLINE NODE-DEST))
; compiling (DEFUN NODE-DEST ...)
; compiling (DECLAIM (INLINE NODE-STACK-ALLOCATE-P))
; compiling (DEFUN NODE-STACK-ALLOCATE-P ...)
; compiling (DEFUN FLUSHABLE-COMBINATION-P ...)
; compiling (DEFUN LAMBDA-VAR-ORIGINAL-NAME ...)
; compiling (DEFUN NOTE-NO-STACK-ALLOCATION ...)
; compiling (DEFUN USE-GOOD-FOR-DX-P ...)
; compiling (DEFUN LVAR-GOOD-FOR-DX-P ...)
; compiling (DEFUN KNOWN-DX-COMBINATION-P ...)
; compiling (DEFUN DX-COMBINATION-P ...)
; compiling (DEFUN COMBINATION-ARGS-FLOW-CLEANLY-P ...)
; compiling (DEFUN REF-GOOD-FOR-DX-P ...)
; compiling (DEFUN TRIVIAL-LAMBDA-VAR-REF-P ...)
; compiling (DEFUN TRIVIAL-LAMBDA-VAR-REF-LVAR ...)
; compiling (DEFUN HANDLE-NESTED-DYNAMIC-EXTENT-LVARS ...)
; compiling (DECLAIM (INLINE BLOCK-TO-BE-DELETED-P))
; compiling (DEFUN BLOCK-TO-BE-DELETED-P ...)
; compiling (DECLAIM (INLINE NODE-TO-BE-DELETED-P))
; compiling (DEFUN NODE-TO-BE-DELETED-P ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN LAMBDA-BLOCK ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN LAMBDA-COMPONENT ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN BLOCK-START-NODE ...)
; compiling (DEFUN BLOCK-START-CLEANUP ...)
; compiling (DEFUN BLOCK-END-CLEANUP ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN BLOCK-HOME-LAMBDA-OR-NULL ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN BLOCK-HOME-LAMBDA ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN BLOCK-PHYSENV ...)
; compiling (DEFUN SOURCE-PATH-TLF-NUMBER ...)
; compiling (DEFUN SOURCE-PATH-ORIGINAL-SOURCE ...)
; compiling (DEFUN SOURCE-PATH-FORM-NUMBER ...)
; compiling (DEFUN SOURCE-PATH-FORMS ...)
; compiling (DEFUN NODE-SOURCE-FORM ...)
; compiling (DEFUN LVAR-SOURCE ...)
; compiling (DECLAIM (INLINE LVAR-USE))
; compiling (DEFUN LVAR-USE ...)
; compiling (DECLAIM (INLINE LVAR-HAS-SINGLE-USE-P))
; compiling (DEFUN LVAR-HAS-SINGLE-USE-P ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CTRAN-HOME-LAMBDA-OR-NULL ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CTRAN-HOME-LAMBDA ...)
; compiling (DECLAIM (INLINE CAST-SINGLE-VALUE-P))
; compiling (DEFUN CAST-SINGLE-VALUE-P ...)
; compiling (DECLAIM (INLINE LVAR-SINGLE-VALUE-P))
; compiling (DEFUN LVAR-SINGLE-VALUE-P ...)
; compiling (DEFUN PRINCIPAL-LVAR-END ...)
; compiling (DEFUN PRINCIPAL-LVAR-SINGLE-VALUIFY ...)
; compiling (DEFUN MAKE-LEXENV ...)
; compiling (DEFUN MAKE-RESTRICTED-LEXENV ...)
; compiling (DEFUN LINK-BLOCKS ...)
; compiling (DEFUN %LINK-BLOCKS ...)
; compiling (DEFUN UNLINK-BLOCKS ...)
; compiling (DEFUN CHANGE-BLOCK-SUCCESSOR ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN REMOVE-FROM-DFO ...)
; compiling (DEFUN ADD-TO-DFO ...)
; compiling (DEFUN MAP-BLOCK-NLXES ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CLEAR-FLAGS ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN MAKE-EMPTY-COMPONENT ...)
; compiling (DEFUN NODE-ENDS-BLOCK ...)
; compiling (DEFUN DELETE-LAMBDA-VAR ...)
; compiling (DEFUN REOPTIMIZE-LAMBDA-VAR ...)
; compiling (DEFUN DELETE-FUNCTIONAL ...)
; compiling (DEFUN DELETE-LAMBDA ...)
; compiling (DEFUN DELETE-OPTIONAL-DISPATCH ...)
; compiling (DEFUN NOTE-LOCAL-FUNCTIONAL ...)
; compiling (DEFUN DEFINED-FUN-FUNCTIONAL ...)
; compiling (DEFUN DELETE-REF ...)
; compiling (DEFUN FLUSH-DEST ...)
; compiling (DEFUN DELETE-DEST ...)
; compiling (DEFUN DELETE-BLOCK-LAZILY ...)
; compiling (DEFUN MARK-FOR-DELETION ...)
; compiling (DEFUN DELETE-BLOCK ...)
; compiling (DEFUN DELETE-RETURN ...)
; compiling (DEFUN NOTE-UNREFERENCED-VARS ...)
; compiling (DEFVAR *DELETION-IGNORED-OBJECTS* ...)
; compiling (DEFUN PRESENT-IN-FORM ...)
; compiling (DEFUN NOTE-BLOCK-DELETION ...)
; compiling (DEFUN UNLINK-NODE ...)
; compiling (DEFUN CTRAN-DELETED-P ...)
; compiling (DEFUN NODE-DELETED ...)
; compiling (DEFUN DELETE-COMPONENT ...)
; compiling (DEFUN CLEAN-COMPONENT ...)
; compiling (DEFUN SPLICE-FUN-ARGS ...)
; compiling (DEFUN ELIMINATE-KEYWORD-ARGS ...)
; compiling (DEFUN EXTRACT-FUN-ARGS ...)
; compiling (DEFUN FLUSH-COMBINATION ...)
; compiling (DEFUN CHANGE-REF-LEAF ...)
; compiling (DEFUN SUBSTITUTE-LEAF ...)
; compiling (DEFUN SUBSTITUTE-LEAF-IF ...)
; compiling (DEFUN FIND-CONSTANT ...)
; compiling (DEFUN CLOSURE-VAR-P ...)
; compiling (DEFUN FIND-NLX-INFO ...)
; compiling (DEFUN NLX-INFO-LVAR ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN MAIN-ENTRY ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN LOOKS-LIKE-AN-MV-BIND ...)
; compiling (DEFUN XEP-P ...)
; compiling (DEFUN LVAR-FUN-NAME ...)
; compiling (DEFUN LVAR-FUN-DEBUG-NAME ...)
; compiling (DEFUN COMBINATION-FUN-SOURCE-NAME ...)
; compiling (DEFUN LET-COMBINATION ...)
; compiling (DEFUN LET-VAR-INITIAL-VALUE ...)
; compiling (DEFUN COMBINATION-LAMBDA ...)
; compiling (DEFVAR *INLINE-EXPANSION-LIMIT* ...)
; compiling (DEFUN INLINE-EXPANSION-OK ...)
; compiling (DEFUN ASSURE-FUNCTIONAL-LIVE-P ...)
; compiling (DEFUN ASSURE-LEAF-LIVE-P ...)
; compiling (DEFUN CALL-FULL-LIKE-P ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CAREFUL-CALL ...)
; compiling (DEFFROB SPECIFIER-TYPE ...)
; compiling (DEFFROB VALUES-SPECIFIER-TYPE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FIND-KEYWORD-LVAR ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CHECK-KEY-ARGS-CONSTANT ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CHECK-TRANSFORM-KEYS ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN %EVENT ...)
; compiling (DEFUN MAKE-CAST ...)
; compiling (DEFUN CAST-TYPE-CHECK ...)
; compiling (DEFUN NOTE-SINGLE-VALUIFIED-LVAR ...)
; compiling (DEFUN LVAR-FUN-IS ...)
; compiling (DEFUN LVAR-MATCHES ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/ir1util.fasl-tmp written
; compilation finished in 0:00:01.220
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir1report.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DECLAIM (SPECIAL *CURRENT-PATH*))
; compiling (DEFVAR *ENCLOSING-SOURCE-CUTOFF* ...)
; compiling (DECLAIM (TYPE UNSIGNED-BYTE ...))
; compiling (DEFSTRUCT (COMPILER-ERROR-CONTEXT # ...) ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *COMPILER-ERROR-CONTEXT* ...)
; compiling (DEFVAR *SOURCE-CONTEXT-METHODS* ...)
; compiling (DEFMACRO DEFINE-SOURCE-CONTEXT ...)
; compiling (DEFINE-SOURCE-CONTEXT DEFSTRUCT ...)
; compiling (DEFINE-SOURCE-CONTEXT FUNCTION ...)
; compiling (DEFINE-SOURCE-CONTEXT NAMED-LAMBDA ...)
; compiling (DEFUN SOURCE-FORM-CONTEXT ...)
; compiling (DEFUN FIND-ORIGINAL-SOURCE ...)
; compiling (DEFUN STRINGIFY-FORM ...)
; compiling (DEFUN FIND-ERROR-CONTEXT ...)
; compiling (DEFVAR *LAST-ERROR-CONTEXT* ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *LAST-FORMAT-STRING* ...)
; compiling (DEFVAR *LAST-FORMAT-ARGS* ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DECLAIM (TYPE LIST ...))
; compiling (DEFVAR *LAST-MESSAGE-COUNT* ...)
; compiling (DECLAIM (TYPE INDEX ...))
; compiling (DEFUN NOTE-MESSAGE-REPEATS ...)
; compiling (DEFMACRO PRINT-COMPILER-MESSAGE ...)
; compiling (DEFUN %PRINT-COMPILER-MESSAGE ...)
; compiling (DEFUN PRINT-COMPILER-CONDITION ...)
; compiling (DEFINE-CONDITION COMPILER-NOTE ...)
; compiling (DEFINE-CONDITION SIMPLE-COMPILER-NOTE ...)
; compiling (DEFINE-CONDITION CODE-DELETION-NOTE ...)
; compiling (DEFUN COMPILER-NOTIFY ...)
; compiling (DEFUN MAYBE-COMPILER-NOTIFY ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN COMPILER-MUMBLE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FIND-COMPONENT-NAME ...)
; compiling (DEFVAR *COMPILER-ERROR-COUNT*)
; compiling (DEFVAR *COMPILER-WARNING-COUNT*)
; compiling (DEFVAR *COMPILER-STYLE-WARNING-COUNT*)
; compiling (DEFVAR *COMPILER-NOTE-COUNT*)
; compiling (DEFVAR *FAILURE-P*)
; compiling (DEFVAR *WARNINGS-P*)
; compiling (DEFUN COMPILER-ERROR-HANDLER ...)
; compiling (DEFUN COMPILER-WARNING-HANDLER ...)
; compiling (DEFUN COMPILER-STYLE-WARNING-HANDLER ...)
; compiling (DEFVAR *UNDEFINED-WARNING-LIMIT* ...)
; compiling (DEFUN NOTE-UNDEFINED-REFERENCE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/ir1report.fasl-tmp written
; compilation finished in 0:00:00.223
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir1opt.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN CONSTANT-LVAR-P ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN LVAR-VALUE ...)
; compiling (DECLAIM (INLINE LVAR-DERIVED-TYPE))
; compiling (DEFUN LVAR-DERIVED-TYPE ...)
; compiling (DEFUN %LVAR-DERIVED-TYPE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN LVAR-TYPE ...)
; compiling (DEFUN LVAR-CONSERVATIVE-TYPE ...)
; compiling (DEFUN NODE-CONSERVATIVE-TYPE ...)
; compiling (DEFUN CONSERVATIVE-TYPE ...)
; compiling (DEFUN TYPE-NEEDS-CONSERVATION-P ...)
; compiling (DECLAIM (INLINE LVAR-EXTERNALLY-CHECKABLE-TYPE))
; compiling (DEFUN LVAR-EXTERNALLY-CHECKABLE-TYPE ...)
; compiling (DEFUN %LVAR-%EXTERNALLY-CHECKABLE-TYPE ...)
; compiling (DECLAIM (INLINE FLUSH-LVAR-EXTERNALLY-CHECKABLE-TYPE))
; compiling (DEFUN FLUSH-LVAR-EXTERNALLY-CHECKABLE-TYPE ...)
; compiling (DECLAIM (INLINE REOPTIMIZE-COMPONENT))
; compiling (DEFUN REOPTIMIZE-COMPONENT ...)
; compiling (DEFUN REOPTIMIZE-LVAR ...)
; compiling (DEFUN REOPTIMIZE-LVAR-USES ...)
; compiling (DEFUN DERIVE-NODE-TYPE ...)
; compiling (DEFUN ASSERT-LVAR-TYPE ...)
; compiling (DEFUN IR1-OPTIMIZE ...)
; compiling (DEFUN IR1-OPTIMIZE-BLOCK ...)
; compiling (DEFUN JOIN-SUCCESSOR-IF-POSSIBLE ...)
; compiling (DEFUN JOIN-BLOCKS ...)
; compiling (DEFUN FLUSH-DEAD-CODE ...)
; compiling (DEFUN FIND-RESULT-TYPE ...)
; compiling (DEFUN IR1-OPTIMIZE-RETURN ...)
; compiling (DEFUN CBLOCKS-EQUIVALENT-P ...)
; compiling (DEFUN IR1-OPTIMIZE-IF ...)
; compiling (DEFUN CONVERT-IF-IF ...)
; compiling (DEFUN MAYBE-DELETE-EXIT ...)
; compiling (DEFUN CHECK-IMPORTANT-RESULT ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN IR1-OPTIMIZE-COMBINATION ...)
; compiling (DEFUN XEP-TAIL-COMBINATION-P ...)
; compiling (DEFUN MAYBE-TERMINATE-BLOCK ...)
; compiling (DEFUN RECOGNIZE-KNOWN-CALL ...)
; compiling (DEFUN VALIDATE-CALL-TYPE ...)
; compiling (DEFUN PROPAGATE-FUN-CHANGE ...)
; compiling (DEFUN RECORD-OPTIMIZATION-FAILURE ...)
; compiling (DEFUN IR1-TRANSFORM ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN GIVE-UP-IR1-TRANSFORM ...)
; compiling (DEFUN ABORT-IR1-TRANSFORM ...)
; compiling (DEFUN DELAY-IR1-TRANSFORM ...)
; compiling (DEFUN RETRY-DELAYED-IR1-TRANSFORMS ...)
; compiling (DEFUN TRANSFORM-CALL ...)
; compiling (DEFUN CONSTANT-FOLD-CALL ...)
; compiling (DEFUN PROPAGATE-TO-REFS ...)
; compiling (DEFUN MAYBE-INFER-ITERATION-VAR-TYPE ...)
; compiling (DEFTRANSFORM + ...)
; compiling (DEFUN PROPAGATE-FROM-SETS ...)
; compiling (DEFUN IR1-OPTIMIZE-SET ...)
; compiling (DEFUN CONSTANT-REFERENCE-P ...)
; compiling (DEFUN SUBSTITUTE-SINGLE-USE-LVAR ...)
; compiling (DEFUN DELETE-LET ...)
; compiling (DEFUN PROPAGATE-LET-ARGS ...)
; compiling (DEFUN PROPAGATE-LOCAL-CALL-ARGS ...)
; compiling (DEFUN IR1-OPTIMIZE-MV-COMBINATION ...)
; compiling (DEFUN IR1-OPTIMIZE-MV-BIND ...)
; compiling (DEFUN IR1-OPTIMIZE-MV-CALL ...)
; compiling (DEFUN CONVERT-MV-BIND-TO-LET ...)
; compiling (DEFOPTIMIZER (VALUES-LIST OPTIMIZER) ...)
; compiling (DEFTRANSFORM VALUES ...)
; compiling (DEFUN DELETE-CAST ...)
; compiling (DEFUN IR1-OPTIMIZE-CAST ...)
; compiling (DEFTRANSFORM MAKE-SYMBOL ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/ir1opt.fasl-tmp written
; compilation finished in 0:00:00.640
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/loop.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN FIND-DOMINATORS ...)
; compiling (DEFUN DOMINATES-P ...)
; compiling (DEFUN LOOP-ANALYZE ...)
; compiling (DEFUN FIND-LOOP-BLOCKS ...)
; compiling (DEFUN FIND-BLOCKS-FROM-HERE ...)
; compiling (DEFUN NOTE-LOOP-HEAD ...)
; compiling (DEFUN FIND-SUPERIOR ...)
; compiling (DEFUN FIND-STRANGE-LOOP-BLOCKS ...)
; compiling (DEFUN FIND-STRANGE-LOOP-SEGMENTS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/loop.fasl-tmp written
; compilation finished in 0:00:00.045
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir1final.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN NOTE-FAILED-OPTIMIZATION ...)
; compiling (DEFUN FINALIZE-XEP-DEFINITION ...)
; compiling (DEFUN NOTE-ASSUMED-TYPES ...)
; compiling (DEFUN IR1-MERGE-CASTS ...)
; compiling (DEFUN IR1-FINALIZE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/ir1final.fasl-tmp written
; compilation finished in 0:00:00.045
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/array-tran.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN UPGRADED-ELEMENT-TYPE-SPECIFIER-OR-GIVE-UP ...)
; compiling (DEFUN UPGRADED-ELEMENT-TYPE-SPECIFIER ...)
; compiling (DEFUN ARRAY-TYPE-UPGRADED-ELEMENT-TYPE ...)
; compiling (DEFUN ARRAY-TYPE-DECLARED-ELEMENT-TYPE ...)
; compiling (DEFUN ASSERT-NEW-VALUE-TYPE ...)
; compiling (DEFUN UNSUPPLIED-OR-NIL ...)
; compiling (DEFUN SUPPLIED-AND-TRUE ...)
; compiling (DEFUN ASSERT-ARRAY-RANK ...)
; compiling (DEFUN DERIVE-AREF-TYPE ...)
; compiling (DEFOPTIMIZER (ARRAY-IN-BOUNDS-P DERIVE-TYPE) ...)
; compiling (DEFTRANSFORM ARRAY-IN-BOUNDS-P ...)
; compiling (DEFOPTIMIZER (AREF DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (%ASET DERIVE-TYPE) ...)
; compiling (DEFINE HAIRY-DATA-VECTOR-REF)
; compiling (DEFINE HAIRY-DATA-VECTOR-REF/CHECK-BOUNDS)
; compiling (DEFINE DATA-VECTOR-REF)
; compiling (DEFOPTIMIZER (DATA-VECTOR-REF-WITH-OFFSET DERIVE-TYPE) ...)
; compiling (DEFINE HAIRY-DATA-VECTOR-SET)
; compiling (DEFINE HAIRY-DATA-VECTOR-SET/CHECK-BOUNDS)
; compiling (DEFINE DATA-VECTOR-SET)
; compiling (DEFOPTIMIZER (DATA-VECTOR-SET-WITH-OFFSET DERIVE-TYPE) ...)
; compiling (DEFUN DERIVE-%WITH-ARRAY-DATA/MUMBLE-TYPE ...)
; compiling (DEFOPTIMIZER (%WITH-ARRAY-DATA DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (%WITH-ARRAY-DATA/FP DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (ARRAY-ROW-MAJOR-INDEX DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (ROW-MAJOR-AREF DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (%SET-ROW-MAJOR-AREF DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (MAKE-ARRAY DERIVE-TYPE) ...)
; compiling (DEFINE-SOURCE-TRANSFORM VECTOR ...)
; compiling (DEFTRANSFORM MAKE-STRING ...)
; compiling (DEFUN REWRITE-INITIAL-CONTENTS ...)
; compiling (DEFINE-SOURCE-TRANSFORM MAKE-ARRAY ...)
; compiling (DEFUN TRANSFORM-MAKE-ARRAY-VECTOR ...)
; compiling (DEFTRANSFORM MAKE-ARRAY ...)
; compiling (DEFTRANSFORM MAKE-ARRAY ...)
; compiling (DEFTRANSFORM MAKE-ARRAY ...)
; compiling (DEFUN ARRAY-TYPE-DIMENSIONS-OR-GIVE-UP ...)
; compiling (DEFUN CONSERVATIVE-ARRAY-TYPE-COMPLEXP ...)
; compiling (DEFTRANSFORM ARRAY-RANK ...)
; compiling (DEFTRANSFORM ARRAY-DIMENSION ...)
; compiling (DEFTRANSFORM LENGTH ...)
; compiling (DEFTRANSFORM LENGTH ...)
; compiling (DEFTRANSFORM VECTOR-LENGTH ...)
; compiling (DEFTRANSFORM ARRAY-TOTAL-SIZE ...)
; compiling (DEFTRANSFORM ARRAY-HAS-FILL-POINTER-P ...)
; compiling (DEFTRANSFORM %CHECK-BOUND ...)
; compiling (DEF!MACRO WITH-ARRAY-DATA ...)
; compiling (DEF!MACRO %WITH-ARRAY-DATA-MACRO ...)
; compiling (DEFUN TRANSFORM-%WITH-ARRAY-DATA/MUBLE ...)
; compiling (DEFTRANSFORM %WITH-ARRAY-DATA ...)
; compiling (DEFTRANSFORM %WITH-ARRAY-DATA/FP ...)
; compiling (DEFINE-BIT-FROB SBIT ...)
; compiling (DEFINE-BIT-FROB BIT ...)
; compiling (DEFINE-FROB SVREF ...)
; compiling (DEFINE-FROB SCHAR ...)
; compiling (DEFINE-FROB CHAR ...)
; compiling (DEFTRANSFORM ARRAY-ROW-MAJOR-INDEX ...)
; compiling (DEFTRANSFORM AREF ...)
; compiling (DEFTRANSFORM %ASET ...)
; compiling (DEFTRANSFORM AREF ...)
; compiling (DEFTRANSFORM %ASET ...)
; compiling (DEFINE HAIRY-DATA-VECTOR-REF/CHECK-BOUNDS ...)
; compiling (DEFINE HAIRY-DATA-VECTOR-SET/CHECK-BOUNDS ...)
; compiling (DEFTRANSFORM ROW-MAJOR-AREF ...)
; compiling (DEFTRANSFORM %SET-ROW-MAJOR-AREF ...)
; compiling (DEF BIT-AND)
; compiling (DEF BIT-IOR)
; compiling (DEF BIT-XOR)
; compiling (DEF BIT-EQV)
; compiling (DEF BIT-NAND)
; compiling (DEF BIT-NOR)
; compiling (DEF BIT-ANDC1)
; compiling (DEF BIT-ANDC2)
; compiling (DEF BIT-ORC1)
; compiling (DEF BIT-ORC2)
; compiling (DEFTRANSFORM BIT-NOT ...)
; compiling (DEFTRANSFORM BIT-NOT ...)
; compiling (DEFOPTIMIZER (ARRAY-HEADER-P DERIVE-TYPE) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/array-tran.fasl-tmp written
; compilation finished in 0:00:00.397
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/seqtran.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN MAPFOO-TRANSFORM ...)
; compiling (DEFINE-SOURCE-TRANSFORM MAPC ...)
; compiling (DEFINE-SOURCE-TRANSFORM MAPCAR ...)
; compiling (DEFINE-SOURCE-TRANSFORM MAPCAN ...)
; compiling (DEFINE-SOURCE-TRANSFORM MAPL ...)
; compiling (DEFINE-SOURCE-TRANSFORM MAPLIST ...)
; compiling (DEFINE-SOURCE-TRANSFORM MAPCON ...)
; compiling (DEFTRANSFORM MAP ...)
; compiling (DEFUN BUILD-SEQUENCE-ITERATOR ...)
; compiling (DEFTRANSFORM %MAP ...)
; compiling (DEFTRANSFORM MAP-INTO ...)
; compiling (DEFTRANSFORM ELT ...)
; compiling (DEFTRANSFORM ELT ...)
; compiling (DEFTRANSFORM %SETELT ...)
; compiling (DEFTRANSFORM %SETELT ...)
; compiling (DEFTRANSFORM %CHECK-VECTOR-SEQUENCE-BOUNDS ...)
; compiling (DEF!TYPE EQ-COMPARABLE-TYPE ...)
; compiling (DEFUN EQ-COMPARABLE-TYPE-P ...)
; compiling (DEFUN SPECIALIZED-LIST-SEEK-FUNCTION-NAME ...)
; compiling (DEFPARAMETER *LIST-OPEN-CODE-LIMIT* ...)
; compiling (DEFUN TRANSFORM-LIST-ITEM-SEEK ...)
; compiling (DEFUN TRANSFORM-LIST-PRED-SEEK ...)
; compiling (DEF ADJOIN)
; compiling (DEF ASSOC ...)
; compiling (DEF MEMBER ...)
; compiling (DEF RASSOC ...)
; compiling (DEFTRANSFORM MEMQ ...)
; compiling (DEFTRANSFORM DELETE ...)
; compiling (DEFTRANSFORM DELETE-IF ...)
; compiling (DEFTRANSFORM FILL ...)
; compiling (DEFTRANSFORM FILL ...)
; compiling (DEFTRANSFORM FILL ...)
; compiling (DEF STRING< ...)
; compiling (DEF STRING> ...)
; compiling (DEF STRING<= ...)
; compiling (DEF STRING>= ...)
; compiling (DEF STRING= ...)
; compiling (DEF STRING/= ...)
; compiling (DEF STRING<* ...)
; compiling (DEF STRING<=* ...)
; compiling (DEF STRING>* ...)
; compiling (DEF STRING>=* ...)
; compiling (DEF STRING=* ...)
; compiling (DEF STRING/=* ...)
; compiling (DEF!CONSTANT VECTOR-DATA-BIT-OFFSET ...)
; compiling (DEFUN MAKE-REPLACE-TRANSFORM ...)
; compiling (DEFINE-REPLACE-TRANSFORMS)
; compiling (DEFINE-ONE-TRANSFORM (SIMPLE-ARRAY BASE-CHAR ...) ...)
; compiling (DEFINE-ONE-TRANSFORM (SIMPLE-ARRAY CHARACTER ...) ...)
; compiling (DEFUN FROB-BASH-TRANSFORM ...)
; compiling (DEFTRANSFORM UB1-BASH-COPY ...)
; compiling (DEFTRANSFORM UB2-BASH-COPY ...)
; compiling (DEFTRANSFORM UB4-BASH-COPY ...)
; compiling (DEFTRANSFORM UB8-BASH-COPY ...)
; compiling (DEFTRANSFORM UB16-BASH-COPY ...)
; compiling (DEFTRANSFORM UB32-BASH-COPY ...)
; compiling (DEFTRANSFORM UB64-BASH-COPY ...)
; compiling (DEFUN MAYBE-EXPAND-COPY-LOOP-INLINE ...)
; compiling (DEFUN EXPAND-AREF-COPY-LOOP ...)
; compiling (DEFTRANSFORM SUBSEQ ...)
; compiling (DEFTRANSFORM SUBSEQ ...)
; compiling (DEFTRANSFORM SUBSEQ ...)
; compiling (DEFTRANSFORM COPY-SEQ ...)
; compiling (DEFTRANSFORM COPY-SEQ ...)
; compiling (DEFTRANSFORM COPY-SEQ ...)
; compiling (DEFTRANSFORM SEARCH ...)
; compiling (DEFVAR *CONCATENATE-OPEN-CODE-LIMIT* ...)
; compiling (DEFTRANSFORM CONCATENATE ...)
; compiling (DEFOPTIMIZER (CAR DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (CDR DERIVE-TYPE) ...)
; compiling (DEFUN CHECK-INLINEABILITY-OF-FIND-POSITION-IF ...)
; compiling (DEF %FIND-POSITION-IF ...)
; compiling (DEF %FIND-POSITION-IF-NOT ...)
; compiling (DEFTRANSFORM %FIND-POSITION ...)
; compiling (DEFUN %FIND-POSITION-OR-FIND-POSITION-IF-VECTOR-EXPANSION ...)
; compiling (DEF!MACRO %FIND-POSITION-VECTOR-MACRO ...)
; compiling (DEF!MACRO %FIND-POSITION-IF-VECTOR-MACRO ...)
; compiling (DEF!MACRO %FIND-POSITION-IF-NOT-VECTOR-MACRO ...)
; compiling (DEFTRANSFORM %FIND-POSITION-IF ...)
; compiling (DEFTRANSFORM %FIND-POSITION-IF-NOT ...)
; compiling (DEFTRANSFORM %FIND-POSITION ...)
; compiling (DEFTRANSFORM %FIND-POSITION ...)
; compiling (DEFTRANSFORM %FIND-POSITION ...)
; compiling (DEFINE-SOURCE-TRANSFORM EFFECTIVE-FIND-POSITION-TEST ...)
; compiling (DEFINE-SOURCE-TRANSFORM EFFECTIVE-FIND-POSITION-KEY ...)
; compiling (DEFINE-FIND-POSITION FIND ...)
; compiling (DEFINE-FIND-POSITION POSITION ...)
; compiling (DEFINE-FIND-POSITION-IF FIND-IF ...)
; compiling (DEFINE-FIND-POSITION-IF POSITION-IF ...)
; compiling (DEFINE-FIND-POSITION-IF-NOT FIND-IF-NOT ...)
; compiling (DEFINE-FIND-POSITION-IF-NOT POSITION-IF-NOT ...)
; compiling (DEFINE-TRIMMER-TRANSFORM STRING-LEFT-TRIM ...)
; compiling (DEFINE-TRIMMER-TRANSFORM STRING-RIGHT-TRIM ...)
; compiling (DEFINE-TRIMMER-TRANSFORM STRING-TRIM ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/seqtran.fasl-tmp written
; compilation finished in 0:00:00.480
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/typetran.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFMACRO DEFINE-TYPE-PREDICATE ...)
; compiling (DEFUN %DEFINE-TYPE-PREDICATE ...)
; compiling (DEFTRANSFORM TYPEP ...)
; compiling (DEFUN IR1-TRANSFORM-TYPE-PREDICATE ...)
; compiling (DEFTRANSFORM %TYPEP ...)
; compiling (DEFTRANSFORM FOLD-TYPE-PREDICATE ...)
; compiling (DEFTRANSFORM FIND-CLASSOID ...)
; compiling (DEFUN !DEFINE-STANDARD-TYPE-PREDICATES ...)
; compiling (!DEFINE-STANDARD-TYPE-PREDICATES)
; compiling (DEFINE-SOURCE-TRANSFORM ATOM ...)
; compiling (DEFINE-SOURCE-TRANSFORM BASE-CHAR-P ...)
; compiling (DEFUN TRANSFORM-NUMERIC-BOUND-TEST ...)
; compiling (DEFUN SOURCE-TRANSFORM-NUMERIC-TYPEP ...)
; compiling (DEFUN SOURCE-TRANSFORM-HAIRY-TYPEP ...)
; compiling (DEFUN SOURCE-TRANSFORM-NEGATION-TYPEP ...)
; compiling (DEFUN SOURCE-TRANSFORM-UNION-TYPEP ...)
; compiling (DEFUN SOURCE-TRANSFORM-INTERSECTION-TYPEP ...)
; compiling (DEFUN SOURCE-TRANSFORM-CONS-TYPEP ...)
; compiling (DEFUN SOURCE-TRANSFORM-CHARACTER-SET-TYPEP ...)
; compiling (DEFUN FIND-SUPERTYPE-PREDICATE ...)
; compiling (DEFUN TEST-ARRAY-DIMENSIONS ...)
; compiling (DEFUN TEST-ARRAY-ELEMENT-TYPE ...)
; compiling (DEFUN SOURCE-TRANSFORM-ARRAY-TYPEP ...)
; compiling (DEFTRANSFORM %INSTANCE-TYPEP ...)
; compiling (DEFUN SOURCE-TRANSFORM-TYPEP ...)
; compiling (DEFINE-SOURCE-TRANSFORM TYPEP ...)
; compiling (DEFUN SIMPLIFY-VECTOR-TYPE ...)
; compiling (DEFTRANSFORM COERCE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/typetran.fasl-tmp written
; compilation finished in 0:00:00.093
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/vm-typetran.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFINE-TYPE-PREDICATE BASE-STRING-P ...)
; compiling (DEFINE-TYPE-PREDICATE BIGNUMP ...)
; compiling (DEFINE-TYPE-PREDICATE CHARACTER-STRING-P ...)
; compiling (DEFINE-TYPE-PREDICATE COMPLEX-DOUBLE-FLOAT-P ...)
; compiling (DEFINE-TYPE-PREDICATE COMPLEX-SINGLE-FLOAT-P ...)
; compiling (DEFINE-TYPE-PREDICATE DOUBLE-FLOAT-P ...)
; compiling (DEFINE-TYPE-PREDICATE FIXNUMP ...)
; compiling (DEFINE-TYPE-PREDICATE LONG-FLOAT-P ...)
; compiling (DEFINE-TYPE-PREDICATE RATIOP ...)
; compiling (DEFINE-TYPE-PREDICATE SHORT-FLOAT-P ...)
; compiling (DEFINE-TYPE-PREDICATE SINGLE-FLOAT-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-NIL-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-2-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-4-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-7-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-8-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-15-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-16-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-FIXNUM-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-31-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-32-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-63-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-64-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-SIGNED-BYTE-8-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-SIGNED-BYTE-16-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-FIXNUM-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-SIGNED-BYTE-32-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-SIGNED-BYTE-64-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-SINGLE-FLOAT-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-DOUBLE-FLOAT-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-COMPLEX-SINGLE-FLOAT-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-COMPLEX-DOUBLE-FLOAT-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-BASE-STRING-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIMPLE-CHARACTER-STRING-P ...)
; compiling (DEFINE-TYPE-PREDICATE SYSTEM-AREA-POINTER-P ...)
; compiling (DEFINE-TYPE-PREDICATE UNSIGNED-BYTE-64-P ...)
; compiling (DEFINE-TYPE-PREDICATE SIGNED-BYTE-64-P ...)
; compiling (DEFINE-TYPE-PREDICATE VECTOR-NIL-P ...)
; compiling (DEFINE-TYPE-PREDICATE WEAK-POINTER-P ...)
; compiling (DEFINE-TYPE-PREDICATE CODE-COMPONENT-P ...)
; compiling (DEFINE-TYPE-PREDICATE LRA-P ...)
; compiling (DEFINE-TYPE-PREDICATE FDEFN-P ...)
; compiling (DEF)
; compiling (DEFINE-TYPE-PREDICATE %STANDARD-CHAR-P ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/vm-typetran.fasl-tmp written
; compilation finished in 0:00:00.005
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/float-tran.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFKNOWN %SINGLE-FLOAT ...)
; compiling (DEFKNOWN %DOUBLE-FLOAT ...)
; compiling (DEFTRANSFORM FLOAT ...)
; compiling (DEFTRANSFORM FLOAT ...)
; compiling (DEFTRANSFORM FLOAT ...)
; compiling (DEFTRANSFORM %SINGLE-FLOAT ...)
; compiling (DEFTRANSFORM %DOUBLE-FLOAT ...)
; compiling (FROB %RANDOM-SINGLE-FLOAT ...)
; compiling (FROB %RANDOM-DOUBLE-FLOAT ...)
; compiling (DEFTRANSFORM RANDOM ...)
; compiling (DEFKNOWN MAKE-SINGLE-FLOAT ...)
; compiling (DEFKNOWN MAKE-DOUBLE-FLOAT ...)
; compiling (DEFKNOWN SINGLE-FLOAT-BITS ...)
; compiling (DEFKNOWN DOUBLE-FLOAT-HIGH-BITS ...)
; compiling (DEFKNOWN DOUBLE-FLOAT-LOW-BITS ...)
; compiling (DEFTRANSFORM FLOAT-SIGN ...)
; compiling (DEFTRANSFORM FLOAT-SIGN ...)
; compiling (DEFKNOWN DECODE-SINGLE-FLOAT ...)
; compiling (DEFKNOWN DECODE-DOUBLE-FLOAT ...)
; compiling (DEFKNOWN INTEGER-DECODE-SINGLE-FLOAT ...)
; compiling (DEFKNOWN INTEGER-DECODE-DOUBLE-FLOAT ...)
; compiling (DEFKNOWN SCALE-SINGLE-FLOAT ...)
; compiling (DEFKNOWN SCALE-DOUBLE-FLOAT ...)
; compiling (DEFTRANSFORM DECODE-FLOAT ...)
; compiling (DEFTRANSFORM DECODE-FLOAT ...)
; compiling (DEFTRANSFORM INTEGER-DECODE-FLOAT ...)
; compiling (DEFTRANSFORM INTEGER-DECODE-FLOAT ...)
; compiling (DEFTRANSFORM SCALE-FLOAT ...)
; compiling (DEFTRANSFORM SCALE-FLOAT ...)
; compiling (DEFUN SAFE-CTYPE-FOR-SINGLE-COERCION-P ...)
; compiling (DEFTRANSFORM FLOAT-CONTAGION-ARG1 ...)
; compiling (DEFTRANSFORM FLOAT-CONTAGION-ARG2 ...)
; compiling (DOLIST (X #) ...)
; compiling (DOLIST (X #) ...)
; compiling (DEF SINGLE-FLOAT ...)
; compiling (DEF DOUBLE-FLOAT ...)
; compiling (DEFUN MAYBE-EXACT-RECIPROCAL ...)
; compiling (DEF SINGLE-FLOAT)
; compiling (DEF DOUBLE-FLOAT)
; compiling (DEF + ...)
; compiling (DEF - ...)
; compiling (DEF + ...)
; compiling (DEF - ...)
; compiling (DEF SINGLE-FLOAT ...)
; compiling (DEF DOUBLE-FLOAT ...)
; compiling (FROB <)
; compiling (FROB >)
; compiling (FROB =)
; compiling (DOLIST (STUFF #) ...)
; compiling (DEFOPTIMIZER (LOG DERIVE-TYPE) ...)
; compiling (DEFKNOWN (%TAN %SINH ...) ...)
; compiling (DEFKNOWN (%SIN %COS ...) ...)
; compiling (DEFKNOWN (%ASIN %ATAN) ...)
; compiling (DEFKNOWN (%ACOS) ...)
; compiling (DEFKNOWN (%COSH) ...)
; compiling (DEFKNOWN (%ACOSH %EXP ...) ...)
; compiling (DEFKNOWN %EXPM1 ...)
; compiling (DEFKNOWN (%HYPOT) ...)
; compiling (DEFKNOWN (%POW) ...)
; compiling (DEFKNOWN (%ATAN2) ...)
; compiling (DEFKNOWN (%SCALB) ...)
; compiling (DEFKNOWN (%SCALBN) ...)
; compiling (DEFKNOWN (%LOG1P) ...)
; compiling (DEF EXP ...)
; compiling (DEF LOG ...)
; compiling (DEF SQRT ...)
; compiling (DEF ASIN ...)
; compiling (DEF ACOS ...)
; compiling (DEF ATAN ...)
; compiling (DEF SINH ...)
; compiling (DEF COSH ...)
; compiling (DEF TANH ...)
; compiling (DEF ASINH ...)
; compiling (DEF ACOSH ...)
; compiling (DEF ATANH ...)
; compiling (DEF SIN ...)
; compiling (DEF COS ...)
; compiling (DEF TAN ...)
; compiling (DEFTRANSFORM ATAN ...)
; compiling (DEFTRANSFORM ATAN ...)
; compiling (DEFTRANSFORM EXPT ...)
; compiling (DEFTRANSFORM EXPT ...)
; compiling (DEFTRANSFORM EXPT ...)
; compiling (DEFTRANSFORM EXPT ...)
; compiling (DEFTRANSFORM LOG ...)
; compiling (DEFTRANSFORM ABS ...)
; compiling (DEFTRANSFORM ABS ...)
; compiling (DEFTRANSFORM PHASE ...)
; compiling (DEFTRANSFORM PHASE ...)
; compiling (DEFTRANSFORM PHASE ...)
; compiling (DEFUN NUMERIC-TYPE-REAL-P ...)
; compiling (DEFUN COERCE-NUMERIC-BOUND ...)
; compiling (DEFTRANSFORM REALPART ...)
; compiling (DEFTRANSFORM IMAGPART ...)
; compiling (DEFUN REALPART-DERIVE-TYPE-AUX ...)
; compiling (DEFUN IMAGPART-DERIVE-TYPE-AUX ...)
; compiling (DEFUN COMPLEX-DERIVE-TYPE-AUX-1 ...)
; compiling (DEFUN COMPLEX-DERIVE-TYPE-AUX-2 ...)
; compiling (FROB SINGLE-FLOAT)
; compiling (FROB DOUBLE-FLOAT)
; compiling (DEFINE-FROBS TRUNCATE ...)
; compiling (DEFINE-FROBS ROUND ...)
; compiling (DEFTRANSFORM %UNARY-TRUNCATE ...)
; compiling (DEFTRANSFORM %UNARY-TRUNCATE ...)
; compiling (DEF SINGLE-FLOAT ...)
; compiling (DEF DOUBLE-FLOAT ...)
; compiling (DEFTRANSFORM FLOOR ...)
; compiling (DEFTRANSFORM CEILING ...)
; compiling (DEFKNOWN %UNARY-FTRUNCATE ...)
; compiling (DEFKNOWN %UNARY-FTRUNCATE/SINGLE ...)
; compiling (DEFKNOWN %UNARY-FTRUNCATE/DOUBLE ...)
; compiling (DEFUN %UNARY-FTRUNCATE/SINGLE ...)
; compiling (DEFUN %UNARY-FTRUNCATE/DOUBLE ...)
; compiling (DEF SINGLE-FLOAT ...)
; compiling (DEF DOUBLE-FLOAT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/float-tran.fasl-tmp written
; compilation finished in 0:00:02.481
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/saptran.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFTRANSFORM FOREIGN-SYMBOL-ADDRESS ...)
; compiling (DEFTRANSFORM FOREIGN-SYMBOL-SAP ...)
; compiling (DEFKNOWN (SAP< SAP<= ...) ...)
; compiling (DEFKNOWN SAP+ ...)
; compiling (DEFKNOWN SAP- ...)
; compiling (DEFKNOWN SAP-INT ...)
; compiling (DEFKNOWN INT-SAP ...)
; compiling (DEFSAPREF SAP-REF-8 ...)
; compiling (DEFSAPREF SAP-REF-16 ...)
; compiling (DEFSAPREF SAP-REF-32 ...)
; compiling (DEFSAPREF SAP-REF-64 ...)
; compiling (DEFSAPREF SAP-REF-WORD ...)
; compiling (DEFSAPREF SIGNED-SAP-REF-8 ...)
; compiling (DEFSAPREF SIGNED-SAP-REF-16 ...)
; compiling (DEFSAPREF SIGNED-SAP-REF-32 ...)
; compiling (DEFSAPREF SIGNED-SAP-REF-64 ...)
; compiling (DEFSAPREF SIGNED-SAP-REF-WORD ...)
; compiling (DEFSAPREF SAP-REF-SAP ...)
; compiling (DEFSAPREF SAP-REF-LISPOBJ ...)
; compiling (DEFSAPREF SAP-REF-SINGLE ...)
; compiling (DEFSAPREF SAP-REF-DOUBLE ...)
; compiling (DEFSAPREF SAP-REF-LONG ...)
; compiling (DEF SAP< ...)
; compiling (DEF SAP<= ...)
; compiling (DEF SAP= ...)
; compiling (DEF SAP>= ...)
; compiling (DEF SAP> ...)
; compiling (DEFTRANSFORM SAP+ ...)
; compiling (DEF SAP-REF-8)
; compiling (DEF %SET-SAP-REF-8 ...)
; compiling (DEF SIGNED-SAP-REF-8)
; compiling (DEF %SET-SIGNED-SAP-REF-8 ...)
; compiling (DEF SAP-REF-16)
; compiling (DEF %SET-SAP-REF-16 ...)
; compiling (DEF SIGNED-SAP-REF-16)
; compiling (DEF %SET-SIGNED-SAP-REF-16 ...)
; compiling (DEF SAP-REF-32)
; compiling (DEF %SET-SAP-REF-32 ...)
; compiling (DEF SIGNED-SAP-REF-32)
; compiling (DEF %SET-SIGNED-SAP-REF-32 ...)
; compiling (DEF SAP-REF-64)
; compiling (DEF %SET-SAP-REF-64 ...)
; compiling (DEF SIGNED-SAP-REF-64)
; compiling (DEF %SET-SIGNED-SAP-REF-64 ...)
; compiling (DEF SAP-REF-SAP)
; compiling (DEF %SET-SAP-REF-SAP ...)
; compiling (DEF SAP-REF-LISPOBJ)
; compiling (DEF %SET-SAP-REF-LISPOBJ ...)
; compiling (DEF SAP-REF-SINGLE)
; compiling (DEF %SET-SAP-REF-SINGLE ...)
; compiling (DEF SAP-REF-DOUBLE)
; compiling (DEF %SET-SAP-REF-DOUBLE ...)
; compiling (DEF SAP-REF-WORD ...)
; compiling (DEF SIGNED-SAP-REF-WORD ...)
; compiling (DEF %SET-SAP-REF-WORD ...)
; compiling (DEF %SET-SIGNED-SAP-REF-WORD ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/saptran.fasl-tmp written
; compilation finished in 0:00:00.199
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/srctran.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFINE-SOURCE-TRANSFORM NOT ...)
; compiling (DEFINE-SOURCE-TRANSFORM NULL ...)
; compiling (DEFINE-SOURCE-TRANSFORM ENDP ...)
; compiling (DEFINE-SOURCE-TRANSFORM IDENTITY ...)
; compiling (DEFINE-SOURCE-TRANSFORM VALUES ...)
; compiling (DEFOPTIMIZER (CONSTANTLY DERIVE-TYPE) ...)
; compiling (DEFTRANSFORM COMPLEMENT ...)
; compiling (DEFUN DERIVE-SYMBOL-VALUE-TYPE ...)
; compiling (DEFOPTIMIZER (SYMBOL-VALUE DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (SYMBOL-GLOBAL-VALUE DERIVE-TYPE) ...)
; compiling (DEFUN SOURCE-TRANSFORM-CXR ...)
; compiling (/SHOW0 "about to set CxR source transforms")
; compiling (LOOP FOR ...)
; compiling (/SHOW0 "done setting CxR source transforms")
; compiling (DEFINE-SOURCE-TRANSFORM FIRST ...)
; compiling (DEFINE-SOURCE-TRANSFORM REST ...)
; compiling (DEFINE-SOURCE-TRANSFORM SECOND ...)
; compiling (DEFINE-SOURCE-TRANSFORM THIRD ...)
; compiling (DEFINE-SOURCE-TRANSFORM FOURTH ...)
; compiling (DEFINE-SOURCE-TRANSFORM FIFTH ...)
; compiling (DEFINE-SOURCE-TRANSFORM SIXTH ...)
; compiling (DEFINE-SOURCE-TRANSFORM SEVENTH ...)
; compiling (DEFINE-SOURCE-TRANSFORM EIGHTH ...)
; compiling (DEFINE-SOURCE-TRANSFORM NINTH ...)
; compiling (DEFINE-SOURCE-TRANSFORM TENTH ...)
; compiling (DEFINE-SOURCE-TRANSFORM LIST ...)
; compiling (DEFINE-SOURCE-TRANSFORM LIST* ...)
; compiling (DEFOPTIMIZER (LIST* DERIVE-TYPE) ...)
; compiling (DEFINE-SOURCE-TRANSFORM RPLACA ...)
; compiling (DEFINE-SOURCE-TRANSFORM RPLACD ...)
; compiling (DEFINE-SOURCE-TRANSFORM NTH ...)
; compiling (DEFTRANSFORM LAST ...)
; compiling (DEFINE-SOURCE-TRANSFORM GETHASH ...)
; compiling (DEFINE-SOURCE-TRANSFORM GET ...)
; compiling (DEFVAR *DEFAULT-NTHCDR-OPEN-CODE-LIMIT* ...)
; compiling (DEFVAR *EXTREME-NTHCDR-OPEN-CODE-LIMIT* ...)
; compiling (DEFTRANSFORM NTHCDR ...)
; compiling (DEFINE-SOURCE-TRANSFORM PLUSP ...)
; compiling (DEFINE-SOURCE-TRANSFORM MINUSP ...)
; compiling (DEFINE-SOURCE-TRANSFORM ZEROP ...)
; compiling (DEFINE-SOURCE-TRANSFORM 1+ ...)
; compiling (DEFINE-SOURCE-TRANSFORM 1- ...)
; compiling (DEFINE-SOURCE-TRANSFORM ODDP ...)
; compiling (DEFINE-SOURCE-TRANSFORM EVENP ...)
; compiling (DEFFROB TRUNCATE)
; compiling (DEFFROB ROUND)
; compiling (DEFTRANSFORM LOGTEST ...)
; compiling (DEFTRANSFORM LOGBITP ...)
; compiling (DEFINE-SOURCE-TRANSFORM BYTE ...)
; compiling (DEFINE-SOURCE-TRANSFORM BYTE-SIZE ...)
; compiling (DEFINE-SOURCE-TRANSFORM BYTE-POSITION ...)
; compiling (DEFINE-SOURCE-TRANSFORM LDB-TEST ...)
; compiling (DEFINE-SOURCE-TRANSFORM NUMERATOR ...)
; compiling (DEFINE-SOURCE-TRANSFORM DENOMINATOR ...)
; compiling (DEF SIGNED-ZERO->= ...)
; compiling (DEF SIGNED-ZERO-> ...)
; compiling (DEF SIGNED-ZERO-= ...)
; compiling (DEF SIGNED-ZERO-< ...)
; compiling (DEF SIGNED-ZERO-<= ...)
; compiling (DEFSTRUCT (INTERVAL # ...) ...)
; compiling (DEFUN MAKE-INTERVAL ...)
; compiling (DECLAIM (INLINE SET-BOUND))
; compiling (DEFUN SET-BOUND ...)
; compiling (DEFUN BOUND-FUNC ...)
; compiling (DEFUN SAFE-DOUBLE-COERCION-P ...)
; compiling (DEFUN SAFE-SINGLE-COERCION-P ...)
; compiling (DEFMACRO SAFELY-BINOP ...)
; compiling (DEFMACRO BOUND-BINOP ...)
; compiling (DEFUN COERCE-FOR-BOUND ...)
; compiling (DEFUN COERCE-AND-TRUNCATE-FLOATS ...)
; compiling (DEFUN NUMERIC-TYPE->INTERVAL ...)
; compiling (DEFUN TYPE-APPROXIMATE-INTERVAL ...)
; compiling (DEFUN COPY-INTERVAL-LIMIT ...)
; compiling (DEFUN COPY-INTERVAL ...)
; compiling (DEFUN INTERVAL-SPLIT ...)
; compiling (DEFUN INTERVAL-CLOSURE ...)
; compiling (DEFUN INTERVAL-RANGE-INFO ...)
; compiling (DEFUN INTERVAL-BOUNDED-P ...)
; compiling (DEFUN INTERVAL-CONTAINS-P ...)
; compiling (DEFUN INTERVAL-INTERSECT-P ...)
; compiling (DEFUN INTERVAL-ADJACENT-P ...)
; compiling (DEFUN INTERVAL-INTERSECTION/DIFFERENCE ...)
; compiling (DEFUN INTERVAL-MERGE-PAIR ...)
; compiling (DEFUN INTERVAL-APPROXIMATE-UNION ...)
; compiling (DEFUN INTERVAL-NEG ...)
; compiling (DEFUN INTERVAL-ADD ...)
; compiling (DEFUN INTERVAL-SUB ...)
; compiling (DEFUN INTERVAL-MUL ...)
; compiling (DEFUN INTERVAL-DIV ...)
; compiling (DEFUN INTERVAL-FUNC ...)
; compiling (DEFUN INTERVAL-< ...)
; compiling (DEFUN INTERVAL->= ...)
; compiling (DEFUN INTERVAL-= ...)
; compiling (DEFUN INTERVAL-/= ...)
; compiling (DEFUN INTERVAL-ABS ...)
; compiling (DEFUN INTERVAL-SQR ...)
; compiling (DEFUN DERIVE-INTEGER-TYPE-AUX ...)
; compiling (DEFUN DERIVE-INTEGER-TYPE ...)
; compiling (DEFUN FLATTEN-LIST ...)
; compiling (DEFUN PREPARE-ARG-FOR-DERIVE-TYPE ...)
; compiling (DEFUN CONVERT-NUMERIC-TYPE ...)
; compiling (DEFUN CONVERT-BACK-NUMERIC-TYPE ...)
; compiling (DEFUN CONVERT-BACK-NUMERIC-TYPE-LIST ...)
; compiling (DEFVAR *DERIVED-NUMERIC-UNION-COMPLEXITY-LIMIT* ...)
; compiling (DEFUN MAKE-DERIVED-UNION-TYPE ...)
; compiling (DEFUN CONVERT-MEMBER-TYPE ...)
; compiling (DEFUN ONE-ARG-DERIVE-TYPE ...)
; compiling (DEFUN TWO-ARG-DERIVE-TYPE ...)
; compiling (DEFOPTIMIZER (+ DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (- DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (* DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (/ DERIVE-TYPE) ...)
; compiling (DEFUN ASH-DERIVE-TYPE-AUX ...)
; compiling (DEFOPTIMIZER (ASH DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (%NEGATE DERIVE-TYPE) ...)
; compiling (DEFUN LOGNOT-DERIVE-TYPE-AUX ...)
; compiling (DEFOPTIMIZER (LOGNOT DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (ABS DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (TRUNCATE DERIVE-TYPE) ...)
; compiling (DEFUN NUMERIC-RANGE-INFO ...)
; compiling (DEFUN INTEGER-TRUNCATE-DERIVE-TYPE ...)
; compiling (DEFUN INTEGER-REM-DERIVE-TYPE ...)
; compiling (DEFOPTIMIZER (RANDOM DERIVE-TYPE) ...)
; compiling (DEFUN INTEGER-TYPE-LENGTH ...)
; compiling (DEFUN LOGAND-DERIVE-UNSIGNED-LOW-BOUND ...)
; compiling (DEFUN LOGAND-DERIVE-UNSIGNED-HIGH-BOUND ...)
; compiling (DEFUN LOGAND-DERIVE-TYPE-AUX ...)
; compiling (DEFUN LOGIOR-DERIVE-UNSIGNED-LOW-BOUND ...)
; compiling (DEFUN LOGIOR-DERIVE-UNSIGNED-HIGH-BOUND ...)
; compiling (DEFUN LOGIOR-DERIVE-TYPE-AUX ...)
; compiling (DEFUN LOGXOR-DERIVE-UNSIGNED-LOW-BOUND ...)
; compiling (DEFUN LOGXOR-DERIVE-UNSIGNED-HIGH-BOUND ...)
; compiling (DEFUN LOGXOR-DERIVE-TYPE-AUX ...)
; compiling (DEFFROB LOGAND)
; compiling (DEFFROB LOGIOR)
; compiling (DEFFROB LOGXOR)
; compiling (DEFOPTIMIZER (LOGEQV DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (LOGNAND DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (LOGNOR DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (LOGANDC1 DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (LOGANDC2 DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (LOGORC1 DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (LOGORC2 DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (INTEGER-LENGTH DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (ISQRT DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (CHAR-CODE DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (CODE-CHAR DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (VALUES DERIVE-TYPE) ...)
; compiling (DEFUN SIGNUM-DERIVE-TYPE-AUX ...)
; compiling (DEFOPTIMIZER (SIGNUM DERIVE-TYPE) ...)
; compiling (DEFINE-SOURCE-TRANSFORM LDB ...)
; compiling (DEFINE-SOURCE-TRANSFORM DPB ...)
; compiling (DEFINE-SOURCE-TRANSFORM MASK-FIELD ...)
; compiling (DEFINE-SOURCE-TRANSFORM DEPOSIT-FIELD ...)
; compiling (DEFOPTIMIZER (%LDB DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (%MASK-FIELD DERIVE-TYPE) ...)
; compiling (DEFUN %DEPOSIT-FIELD-DERIVE-TYPE-AUX ...)
; compiling (DEFOPTIMIZER (%DPB DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (%DEPOSIT-FIELD DERIVE-TYPE) ...)
; compiling (DEFTRANSFORM %LDB ...)
; compiling (DEFTRANSFORM %MASK-FIELD ...)
; compiling (DEFTRANSFORM %DPB ...)
; compiling (DEFTRANSFORM %DPB ...)
; compiling (DEFTRANSFORM %DEPOSIT-FIELD ...)
; compiling (DEFTRANSFORM %DEPOSIT-FIELD ...)
; compiling (DEFOPTIMIZER (MASK-SIGNED-FIELD DERIVE-TYPE) ...)
; compiling (DEFUN MAKE-MODULAR-FUN-TYPE-DERIVER ...)
; compiling (DEFUN CUT-TO-WIDTH ...)
; compiling (DEFUN BEST-MODULAR-VERSION ...)
; compiling (DEFOPTIMIZER (LOGAND OPTIMIZER) ...)
; compiling (DEFOPTIMIZER (MASK-SIGNED-FIELD OPTIMIZER) ...)
; compiling (DEFTRANSFORM COMMUTATIVE-ARG-SWAP ...)
; compiling (DOLIST (X #) ...)
; compiling (DEFTRANSFORM BOOLE ...)
; compiling (DEFTRANSFORM * ...)
; compiling (DEFTRANSFORM FLOOR ...)
; compiling (DEFTRANSFORM CEILING ...)
; compiling (FLET (#) ...)
; compiling (DEFTRANSFORM MOD ...)
; compiling (DEFTRANSFORM TRUNCATE ...)
; compiling (DEFTRANSFORM REM ...)
; compiling (DEFUN GEN-UNSIGNED-DIV-BY-CONSTANT-EXPR ...)
; compiling (DEFTRANSFORM TRUNCATE ...)
; compiling (DEF ASH ...)
; compiling (DEF LOGAND ...)
; compiling (DEF LOGAND ...)
; compiling (DEF LOGIOR ...)
; compiling (DEF LOGIOR ...)
; compiling (DEF LOGXOR ...)
; compiling (DEF LOGXOR ...)
; compiling (DEFTRANSFORM LOGAND ...)
; compiling (DEFTRANSFORM MASK-SIGNED-FIELD ...)
; compiling (DEFTRANSFORM - ...)
; compiling (DEFTRANSFORM * ...)
; compiling (DEFUN NOT-MORE-CONTAGIOUS ...)
; compiling (DEF!TYPE EXACT-NUMBER ...)
; compiling (DEFTRANSFORM + ...)
; compiling (DEFTRANSFORM - ...)
; compiling (DEF * ...)
; compiling (DEF / ...)
; compiling (DEF EXPT ...)
; compiling (DEFTRANSFORM EXPT ...)
; compiling (DEFTRANSFORM EXPT ...)
; compiling (DEF ASH)
; compiling (DEF /)
; compiling (DEF TRUNCATE)
; compiling (DEF ROUND)
; compiling (DEF FLOOR)
; compiling (DEF CEILING)
; compiling (DEFTRANSFORM CHAR-EQUAL ...)
; compiling (DEFTRANSFORM CHAR-UPCASE ...)
; compiling (DEFTRANSFORM CHAR-DOWNCASE ...)
; compiling (DEFUN SAME-LEAF-REF-P ...)
; compiling (DEFTRANSFORM SIMPLE-EQUALITY-TRANSFORM ...)
; compiling (DEF EQ)
; compiling (DEF CHAR=)
; compiling (DEFTRANSFORM EQL ...)
; compiling (DEFTRANSFORM EQUAL ...)
; compiling (DEFTRANSFORM = ...)
; compiling (DEFUN MAYBE-FLOAT-LVAR-P ...)
; compiling (FLET (#) ...)
; compiling (DEF = ...)
; compiling (DEF /= ...)
; compiling (DEF < ...)
; compiling (DEF > ...)
; compiling (DEF <= ...)
; compiling (DEF >= ...)
; compiling (DEFUN IR1-TRANSFORM-CHAR< ...)
; compiling (DEFTRANSFORM CHAR< ...)
; compiling (DEFTRANSFORM CHAR> ...)
; compiling (DEFUN MULTI-COMPARE ...)
; compiling (DEFINE-SOURCE-TRANSFORM = ...)
; compiling (DEFINE-SOURCE-TRANSFORM < ...)
; compiling (DEFINE-SOURCE-TRANSFORM > ...)
; compiling (DEFINE-SOURCE-TRANSFORM <= ...)
; compiling (DEFINE-SOURCE-TRANSFORM >= ...)
; compiling (DEFINE-SOURCE-TRANSFORM CHAR= ...)
; compiling (DEFINE-SOURCE-TRANSFORM CHAR< ...)
; compiling (DEFINE-SOURCE-TRANSFORM CHAR> ...)
; compiling (DEFINE-SOURCE-TRANSFORM CHAR<= ...)
; compiling (DEFINE-SOURCE-TRANSFORM CHAR>= ...)
; compiling (DEFINE-SOURCE-TRANSFORM CHAR-EQUAL ...)
; compiling (DEFINE-SOURCE-TRANSFORM CHAR-LESSP ...)
; compiling (DEFINE-SOURCE-TRANSFORM CHAR-GREATERP ...)
; compiling (DEFINE-SOURCE-TRANSFORM CHAR-NOT-GREATERP ...)
; compiling (DEFINE-SOURCE-TRANSFORM CHAR-NOT-LESSP ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN MULTI-NOT-EQUAL ...)
; compiling (DEFINE-SOURCE-TRANSFORM /= ...)
; compiling (DEFINE-SOURCE-TRANSFORM CHAR/= ...)
; compiling (DEFINE-SOURCE-TRANSFORM CHAR-NOT-EQUAL ...)
; compiling (DEFINE-SOURCE-TRANSFORM MAX ...)
; compiling (DEFINE-SOURCE-TRANSFORM MIN ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN ASSOCIATE-ARGS ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN REDUCE-CONSTANTS ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SOURCE-TRANSFORM-TRANSITIVE ...)
; compiling (DEFINE-SOURCE-TRANSFORM + ...)
; compiling (DEFINE-SOURCE-TRANSFORM * ...)
; compiling (DEFINE-SOURCE-TRANSFORM LOGIOR ...)
; compiling (DEFINE-SOURCE-TRANSFORM LOGXOR ...)
; compiling (DEFINE-SOURCE-TRANSFORM LOGAND ...)
; compiling (DEFINE-SOURCE-TRANSFORM LOGEQV ...)
; compiling (DEFINE-SOURCE-TRANSFORM GCD ...)
; compiling (DEFINE-SOURCE-TRANSFORM LCM ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SOURCE-TRANSFORM-INTRANSITIVE ...)
; compiling (DEFINE-SOURCE-TRANSFORM - ...)
; compiling (DEFINE-SOURCE-TRANSFORM / ...)
; compiling (DEFINE-SOURCE-TRANSFORM APPLY ...)
; compiling (DEFINE-SOURCE-TRANSFORM VALUES-LIST ...)
; compiling (DEFTRANSFORM %VALUES-LIST-OR-CONTEXT ...)
; compiling (DEFUN CHECK-FORMAT-ARGS ...)
; compiling (DEFOPTIMIZER (FORMAT OPTIMIZER) ...)
; compiling (DEFTRANSFORM FORMAT ...)
; compiling (DEFTRANSFORM FORMAT ...)
; compiling (DEFTRANSFORM PATHNAME ...)
; compiling (DEFTRANSFORM PATHNAME ...)
; compiling (DEF ERROR)
; compiling (DEF WARN)
; compiling (DEF STYLE-WARN)
; compiling (DEF COMPILER-ERROR)
; compiling (DEF COMPILER-WARN)
; compiling (DEF COMPILER-STYLE-WARN)
; compiling (DEF COMPILER-NOTIFY)
; compiling (DEF MAYBE-COMPILER-NOTIFY)
; compiling (DEF BUG)
; compiling (DEFOPTIMIZER (CERROR OPTIMIZER) ...)
; compiling (DEFOPTIMIZER (COERCE DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (COMPILE DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (ARRAY-ELEMENT-TYPE DERIVE-TYPE) ...)
; compiling (DEFINE-SOURCE-TRANSFORM SB!IMPL::SORT-VECTOR ...)
; compiling (DEFTRANSFORM POLICY-QUALITY ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/srctran.fasl-tmp written
; compilation finished in 0:00:01.317
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/vm-tran.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFINE-SOURCE-TRANSFORM SHORT-FLOAT-P ...)
; compiling (DEFINE-SOURCE-TRANSFORM LONG-FLOAT-P ...)
; compiling (DEFINE-SOURCE-TRANSFORM COMPILED-FUNCTION-P ...)
; compiling (DEFINE-SOURCE-TRANSFORM CHAR-INT ...)
; compiling (DEFTRANSFORM ABS ...)
; compiling (DEFINE-SOURCE-TRANSFORM %BIGNUM-REF ...)
; compiling (DEFUN FOLD-INDEX-ADDRESSING ...)
; compiling (DEFTRANSFORM %BIGNUM-REF-WITH-OFFSET ...)
; compiling (DEFINE-SOURCE-TRANSFORM %INSTANCE-LAYOUT ...)
; compiling (DEFINE-SOURCE-TRANSFORM %SET-INSTANCE-LAYOUT ...)
; compiling (DEFINE-SOURCE-TRANSFORM %FUNCALLABLE-INSTANCE-LAYOUT ...)
; compiling (DEFINE-SOURCE-TRANSFORM %SET-FUNCALLABLE-INSTANCE-LAYOUT ...)
; compiling (DEFTRANSFORM HAIRY-DATA-VECTOR-REF ...)
; compiling (DEFTRANSFORM HAIRY-DATA-VECTOR-REF ...)
; compiling (DEFTRANSFORM DATA-VECTOR-REF ...)
; compiling (DEFINE-SOURCE-TRANSFORM DATA-VECTOR-REF ...)
; compiling (DEFTRANSFORM DATA-VECTOR-REF-WITH-OFFSET ...)
; compiling (DEFTRANSFORM HAIRY-DATA-VECTOR-SET ...)
; compiling (DEFTRANSFORM HAIRY-DATA-VECTOR-SET ...)
; compiling (DEFTRANSFORM DATA-VECTOR-SET ...)
; compiling (DEFINE-SOURCE-TRANSFORM DATA-VECTOR-SET ...)
; compiling (DEFTRANSFORM DATA-VECTOR-SET-WITH-OFFSET ...)
; compiling (DEFUN MAYBE-ARRAY-DATA-VECTOR-TYPE-SPECIFIER ...)
; compiling (DEF %ARRAY-DATA-VECTOR)
; compiling (DEF ARRAY-STORAGE-VECTOR)
; compiling (DEFOPTIMIZER (%DATA-VECTOR-AND-INDEX DERIVE-TYPE) ...)
; compiling (DEFTRANSFORM %DATA-VECTOR-AND-INDEX ...)
; compiling (DEF BIT-AND ...)
; compiling (DEF BIT-IOR ...)
; compiling (DEF BIT-XOR ...)
; compiling (DEF BIT-EQV ...)
; compiling (DEF BIT-NAND ...)
; compiling (DEF BIT-NOR ...)
; compiling (DEF BIT-ANDC1 ...)
; compiling (DEF BIT-ANDC2 ...)
; compiling (DEF BIT-ORC1 ...)
; compiling (DEF BIT-ORC2 ...)
; compiling (DEFTRANSFORM BIT-NOT ...)
; compiling (DEFTRANSFORM BIT-VECTOR-= ...)
; compiling (DEFTRANSFORM COUNT ...)
; compiling (DEFTRANSFORM FILL ...)
; compiling (DEFTRANSFORM FILL ...)
; compiling (DEFTRANSFORM %BYTE-BLT ...)
; compiling (DEFINE-GOOD-MODULAR-FUN LOGAND ...)
; compiling (DEFINE-GOOD-MODULAR-FUN LOGIOR ...)
; compiling (DEFINE-GOOD-MODULAR-FUN LOGXOR ...)
; compiling (DEFINE-GOOD-SIGNED-MODULAR-FUNS LOGAND ...)
; compiling (DEF SB!VM::ASH-LEFT-MODFX ...)
; compiling (DEF SB!VM::ASH-LEFT-MOD64 ...)
; compiling (DEFINE-SOURCE-TRANSFORM WORD-LOGICAL-NOT ...)
; compiling (DEFTRANSFORM WORD-LOGICAL-AND ...)
; compiling (DEFTRANSFORM WORD-LOGICAL-NAND ...)
; compiling (DEFTRANSFORM WORD-LOGICAL-OR ...)
; compiling (DEFTRANSFORM WORD-LOGICAL-NOR ...)
; compiling (DEFTRANSFORM WORD-LOGICAL-XOR ...)
; compiling (DEFTRANSFORM WORD-LOGICAL-EQV ...)
; compiling (DEFTRANSFORM WORD-LOGICAL-ORC1 ...)
; compiling (DEFTRANSFORM WORD-LOGICAL-ORC2 ...)
; compiling (DEFTRANSFORM WORD-LOGICAL-ANDC1 ...)
; compiling (DEFTRANSFORM WORD-LOGICAL-ANDC2 ...)
; compiling (DEFUN UB32-STRENGTH-REDUCE-CONSTANT-MULTIPLY ...)
; compiling (DEFTRANSFORM GET-LISP-OBJ-ADDRESS ...)
; compiling (DEFTRANSFORM GET-LISP-OBJ-ADDRESS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/vm-tran.fasl-tmp written
; compilation finished in 0:00:00.205
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/locall.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN PROPAGATE-TO-ARGS ...)
; compiling (DEFUN RECOGNIZE-DYNAMIC-EXTENT-LVARS ...)
; compiling (DEFUN MERGE-TAIL-SETS ...)
; compiling (DEFUN CONVERT-CALL ...)
; compiling (DEFUN MAKE-XEP-LAMBDA-EXPRESSION ...)
; compiling (DEFUN MAKE-XEP ...)
; compiling (DEFUN LOCALL-ANALYZE-XEP-ENTRY-POINT ...)
; compiling (DEFUN REFERENCE-ENTRY-POINT ...)
; compiling (DEFUN LOCALL-ANALYZE-FUN-1 ...)
; compiling (DEFUN LOCALL-ANALYZE-COMPONENT ...)
; compiling (DEFUN LOCALL-ANALYZE-CLAMBDAS-UNTIL-DONE ...)
; compiling (DEFUN MAYBE-EXPAND-LOCAL-INLINE ...)
; compiling (DEFUN CONVERT-CALL-IF-POSSIBLE ...)
; compiling (DEFUN CONVERT-MV-CALL ...)
; compiling (DEFUN CONVERT-LAMBDA-CALL ...)
; compiling (DEFUN CONVERT-HAIRY-CALL ...)
; compiling (DEFUN CONVERT-HAIRY-FUN-ENTRY ...)
; compiling (DEFUN CONVERT-MORE-CALL ...)
; compiling (DEFUN INSERT-LET-BODY ...)
; compiling (DEFUN DEPART-FROM-TAIL-SET ...)
; compiling (DEFUN MERGE-LETS ...)
; compiling (DEFUN MOVE-RETURN-USES ...)
; compiling (DEFUN UNCONVERT-TAIL-CALLS ...)
; compiling (DEFUN MOVE-RETURN-STUFF ...)
; compiling (DEFUN LET-CONVERT ...)
; compiling (DEFUN REOPTIMIZE-CALL ...)
; compiling (DEFUN DECLARATIONS-SUPPRESS-LET-CONVERSION-P ...)
; compiling (DEFUN OK-INITIAL-CONVERT-P ...)
; compiling (DEFUN MAYBE-LET-CONVERT ...)
; compiling (DEFUN ONLY-HARMLESS-CLEANUPS ...)
; compiling (DEFUN MAYBE-CONVERT-TAIL-LOCAL-CALL ...)
; compiling (DEFUN MAYBE-CONVERT-TO-ASSIGNMENT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/locall.fasl-tmp written
; compilation finished in 0:00:00.237
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/dfo.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FIND-DFO ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN JOIN-COMPONENTS ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FIND-DFO-AUX ...)
; compiling (DEFUN SCAVENGE-HOME-DEPENDENCY-GRAPH ...)
; compiling (DEFUN FIND-INITIAL-DFO-AUX ...)
; compiling (DEFUN FIND-REFERENCE-FUNS ...)
; compiling (DEFUN DFO-SCAVENGE-DEPENDENCY-GRAPH ...)
; compiling (DEFUN HAS-XEP-OR-NLX ...)
; compiling (DEFUN SEPARATE-TOPLEVELISH-COMPONENTS ...)
; compiling (DEFUN FIND-INITIAL-DFO ...)
; compiling (DEFUN MERGE-1-TOPLEVEL-LAMBDA ...)
; compiling (DEFUN MERGE-TOPLEVEL-LAMBDAS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/dfo.fasl-tmp written
; compilation finished in 0:00:00.086
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/checkgen.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN FUN-GUESSED-COST ...)
; compiling (DEFUN TYPE-TEST-COST ...)
; compiling (DEFUN WEAKEN-INTEGER-TYPE ...)
; compiling (DEFUN-CACHED (WEAKEN-TYPE :HASH-BITS ...) ...)
; compiling (DEFUN WEAKEN-VALUES-TYPE ...)
; compiling (DEFUN MAYBE-WEAKEN-CHECK ...)
; compiling (DEFUN NO-FUN-VALUES-TYPES ...)
; compiling (DEFVAR *COMPLEMENT-TYPE-CHECKS* ...)
; compiling (DEFUN MAYBE-NEGATE-CHECK ...)
; compiling (DEFUN CAST-CHECK-TYPES ...)
; compiling (DEFUN CAST-EXTERNALLY-CHECKABLE-P ...)
; compiling (DEFUN PROBABLE-TYPE-CHECK-P ...)
; compiling (DEFUN MAKE-TYPE-CHECK-FORM ...)
; compiling (DEFUN CONVERT-TYPE-CHECK ...)
; compiling (DEFUN CAST-CHECK-USES ...)
; compiling (DEFUN GENERATE-TYPE-CHECKS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/checkgen.fasl-tmp written
; compilation finished in 0:00:00.137
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/constraint.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *CONSTRAINT-UNIVERSE*)
; compiling (DEFTYPE CONSTRAINT-Y ...)
; compiling (DEFSTRUCT (CONSTRAINT # ...) ...)
; compiling (DECLAIM (INLINE %CONSTRAINT-NUMBER))
; compiling (DEFUN %CONSTRAINT-NUMBER ...)
; compiling (DEFSTRUCT (CONSET # ...) ...)
; compiling (DEFUN CONSET-EMPTY ...)
; compiling (DEFUN COPY-CONSET ...)
; compiling (DEFUN %CONSET-GROW ...)
; compiling (DECLAIM (INLINE CONSET-GROW))
; compiling (DEFUN CONSET-GROW ...)
; compiling (DEFUN CONSET-MEMBER ...)
; compiling (DEFUN CONSET-ADJOIN ...)
; compiling (DEFUN CONSET= ...)
; compiling (DEFCONSETOP CONSET-UNION ...)
; compiling (DEFCONSETOP CONSET-INTERSECTION ...)
; compiling (DEFCONSETOP CONSET-DIFFERENCE ...)
; compiling (DEFUN FIND-CONSTRAINT ...)
; compiling (DEFUN REGISTER-CONSTRAINT ...)
; compiling (DEFUN FIND-OR-CREATE-CONSTRAINT ...)
; compiling (DEFMACRO DO-CONSET-CONSTRAINTS-INTERSECTION ...)
; compiling (DEFMACRO DO-EQL-VARS ...)
; compiling (DEFMACRO DO-INHERITABLE-CONSTRAINTS ...)
; compiling (DEFMACRO DO-PROPAGATABLE-CONSTRAINTS ...)
; compiling (DECLAIM (INLINE CONSET-LVAR-LAMBDA-VAR-EQL-P ...))
; compiling (DEFUN CONSET-LVAR-LAMBDA-VAR-EQL-P ...)
; compiling (DEFUN CONSET-ADD-LVAR-LAMBDA-VAR-EQL ...)
; compiling (DECLAIM (INLINE CONSET-ADD-CONSTRAINT ...))
; compiling (DEFUN CONSET-ADD-CONSTRAINT ...)
; compiling (DEFUN CONSET-ADD-CONSTRAINT-TO-EQL ...)
; compiling (DECLAIM (INLINE CONSET-CLEAR-LAMBDA-VAR))
; compiling (DEFUN CONSET-CLEAR-LAMBDA-VAR ...)
; compiling (DEFUN INHERIT-CONSTRAINTS ...)
; compiling (DEFUN ADD-EQL-VAR-VAR-CONSTRAINT ...)
; compiling (DECLAIM (INLINE OK-REF-LAMBDA-VAR))
; compiling (DEFUN OK-REF-LAMBDA-VAR ...)
; compiling (DEFUN OK-LVAR-LAMBDA-VAR ...)
; compiling (DEFUN PRECISE-ADD-TEST-CONSTRAINT ...)
; compiling (DEFUN ADD-TEST-CONSTRAINT ...)
; compiling (DECLAIM (INLINE PRECISE-ADD-TEST-CONSTRAINT ...))
; compiling (DEFUN PRECISE-ADD-COMPLEMENT-CONSTRAINTS ...)
; compiling (DEFUN QUICK-ADD-COMPLEMENT-CONSTRAINTS ...)
; compiling (DEFUN ADD-COMPLEMENT-CONSTRAINTS ...)
; compiling (DEFUN ADD-TEST-CONSTRAINTS ...)
; compiling (DEFUN INTEGER-TYPE-P ...)
; compiling (DEFUN CONSTRAIN-INTEGER-TYPE ...)
; compiling (DEFUN FLOAT-TYPE-P ...)
; compiling (DEFUN CONSTRAIN-FLOAT-TYPE ...)
; compiling (DEFUN LEAF-VISIBLE-FROM-NODE-P ...)
; compiling (DEFUN CONSTRAIN-REF-TYPE ...)
; compiling (DEFUN MAYBE-ADD-EQL-VAR-LVAR-CONSTRAINT ...)
; compiling (DEFUN MAYBE-ADD-EQL-VAR-VAR-CONSTRAINT ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CONSTRAINT-PROPAGATE-IN-BLOCK ...)
; compiling (DEFUN CONSTRAINT-PROPAGATE-IF ...)
; compiling (DEFUN FIND-BLOCK-TYPE-CONSTRAINTS ...)
; compiling (DEFUN USE-RESULT-CONSTRAINTS ...)
; compiling (DEFUN INIT-VAR-CONSTRAINTS ...)
; compiling (DEFUN BLOCK-OUT-FOR-SUCCESSOR ...)
; compiling (DEFUN COMPUTE-BLOCK-IN ...)
; compiling (DEFUN UPDATE-BLOCK-IN ...)
; compiling (DEFUN LEADING-COMPONENT-BLOCKS ...)
; compiling (DEFUN NCONC-NEW ...)
; compiling (DEFUN FIND-AND-PROPAGATE-CONSTRAINTS ...)
; compiling (DEFUN CONSTRAINT-PROPAGATE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/constraint.fasl-tmp written
; compilation finished in 0:00:01.348
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/physenvanal.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN PHYSENV-ANALYZE ...)
; compiling (DEFUN PRE-PHYSENV-ANALYZE-TOPLEVEL ...)
; compiling (DEFUN GET-LAMBDA-PHYSENV ...)
; compiling (DEFUN REINIT-LAMBDA-PHYSENV ...)
; compiling (DEFUN GET-NODE-PHYSENV ...)
; compiling (DEFUN %ADD-LAMBDA-VARS-TO-CLOSURES ...)
; compiling (DEFUN ADD-LAMBDA-VARS-AND-LET-VARS-TO-CLOSURES ...)
; compiling (DEFUN XEP-ALLOCATOR ...)
; compiling (DEFUN CLOSE-OVER ...)
; compiling (DEFUN ANALYZE-INDIRECT-LAMBDA-VARS ...)
; compiling (DECLAIM (INLINE SHOULD-EXIT-CHECK-TAG-P))
; compiling (DEFUN EXIT-SHOULD-CHECK-TAG-P ...)
; compiling (DEFUN INSERT-NLX-ENTRY-STUB ...)
; compiling (DEFUN NOTE-NON-LOCAL-EXIT ...)
; compiling (DEFUN FIND-NON-LOCAL-EXITS ...)
; compiling (DEFUN RECHECK-DYNAMIC-EXTENT-LVARS ...)
; compiling (DEFUN EMIT-CLEANUPS ...)
; compiling (DEFUN FIND-CLEANUP-POINTS ...)
; compiling (DEFUN TAIL-ANNOTATE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/physenvanal.fasl-tmp written
; compilation finished in 0:00:00.104
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/tn.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFVAR *COMPONENT-BEING-COMPILED*)
; compiling (DEFMACRO DO-PACKED-TNS ...)
; compiling (DEFUN SET-IR2-PHYSENV-LIVE-TNS ...)
; compiling (DEFUN SET-IR2-PHYSENV-DEBUG-LIVE-TNS ...)
; compiling (DEFUN SET-IR2-COMPONENT-ALIAS-TNS ...)
; compiling (DEFUN SET-IR2-COMPONENT-NORMAL-TNS ...)
; compiling (DEFUN SET-IR2-COMPONENT-RESTRICTED-TNS ...)
; compiling (DEFUN SET-IR2-COMPONENT-WIRED-TNS ...)
; compiling (DEFUN DELETE-UNREFERENCED-TNS ...)
; compiling (DEFUN MAKE-NORMAL-TN ...)
; compiling (DEFUN MAKE-REPRESENTATION-TN ...)
; compiling (DEFUN MAKE-WIRED-TN ...)
; compiling (DEFUN MAKE-RESTRICTED-TN ...)
; compiling (DEFUN PHYSENV-LIVE-TN ...)
; compiling (DEFUN PHYSENV-DEBUG-LIVE-TN ...)
; compiling (DEFUN COMPONENT-LIVE-TN ...)
; compiling (DEFUN SPECIFY-SAVE-TN ...)
; compiling (DEFUN MAKE-CONSTANT-TN ...)
; compiling (DEFUN MAKE-LOAD-TIME-VALUE-TN ...)
; compiling (DEFUN MAKE-ALIAS-TN ...)
; compiling (DEFUN MAKE-LOAD-TIME-CONSTANT-TN ...)
; compiling (DEFUN REFERENCE-TN ...)
; compiling (DEFUN REFERENCE-TN-LIST ...)
; compiling (DEFUN DELETE-TN-REF ...)
; compiling (DEFUN CHANGE-TN-REF-TN ...)
; compiling (DEFUN EMIT-MOVE-TEMPLATE ...)
; compiling (DEFUN EMIT-LOAD-TEMPLATE ...)
; compiling (DEFUN EMIT-MOVE-ARG-TEMPLATE ...)
; compiling (DEFUN EMIT-CONTEXT-TEMPLATE ...)
; compiling (DEFUN BLOCK-LABEL ...)
; compiling (DEFUN BLOCK-TRAMPOLINE ...)
; compiling (DEFUN DROP-THRU-P ...)
; compiling (DEFUN REGISTER-DROP-THRU ...)
; compiling (DEFUN INSERT-VOP-SEQUENCE ...)
; compiling (DEFUN DELETE-VOP ...)
; compiling (DEFUN MAKE-N-TNS ...)
; compiling (DEFUN LOCATION= ...)
; compiling (DEFUN TN-VALUE ...)
; compiling (DEFUN IMMEDIATE-TN-P ...)
; compiling (DEFUN FORCE-TN-TO-STACK ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/tn.fasl-tmp written
; compilation finished in 0:00:00.337
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/life.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN ADD-GLOBAL-CONFLICT ...)
; compiling (DEFUN INSERT-BLOCK-GLOBAL-CONFLICT ...)
; compiling (DEFUN RESET-CURRENT-CONFLICT ...)
; compiling (DEFUN CACHED-BLOCK-PHYSENV ...)
; compiling (DEFUN CONVERT-TO-GLOBAL ...)
; compiling (DEFUN FIND-LOCAL-REFERENCES ...)
; compiling (DEFUN INIT-GLOBAL-CONFLICT-KIND ...)
; compiling (DEFEVENT SPLIT-IR2-BLOCK ...)
; compiling (DEFUN SPLIT-IR2-BLOCKS ...)
; compiling (DEFUN CLEAR-LIFETIME-INFO ...)
; compiling (DEFUN COALESCE-MORE-LTN-NUMBERS ...)
; compiling (DEFEVENT COALESCE-MORE-LTN-NUMBERS ...)
; compiling (DEFUN LIFETIME-PRE-PASS ...)
; compiling (DEFUN SETUP-ENVIRONMENT-TN-CONFLICT ...)
; compiling (DEFUN IMPLICIT-VALUE-CELL-TN-P ...)
; compiling (DEFUN BLOCK-TAIL-LOCAL-CALL-FUN ...)
; compiling (DEFUN SETUP-ENVIRONMENT-TN-CONFLICTS ...)
; compiling (DEFUN SETUP-ENVIRONMENT-LIVE-CONFLICTS ...)
; compiling (DEFUN CONVERT-TO-ENVIRONMENT-TN ...)
; compiling (DEFUN PROPAGATE-LIVE-TNS ...)
; compiling (DEFUN LIFETIME-FLOW-ANALYSIS ...)
; compiling (DEFUN NOTE-CONFLICTS ...)
; compiling (DEFUN COMPUTE-SAVE-SET ...)
; compiling (DEFUN SAVED-AFTER-READ ...)
; compiling (DEFUN MAKE-DEBUG-ENVIRONMENT-TNS-LIVE ...)
; compiling (DEFUN COMPUTE-INITIAL-CONFLICTS ...)
; compiling (DEFUN CONFLICTIZE-SAVE-P-VOP ...)
; compiling (DEFMACRO FROB-MORE-TNS ...)
; compiling (DEFMACRO SCAN-VOP-REFS ...)
; compiling (DEFMACRO ENSURE-RESULTS-LIVE ...)
; compiling (DEFUN CONFLICT-ANALYZE-1-BLOCK ...)
; compiling (DEFUN LIFETIME-POST-PASS ...)
; compiling (DEFUN MERGE-ALIAS-BLOCK-CONFLICTS ...)
; compiling (DEFUN CHANGE-GLOBAL-CONFLICTS-TN ...)
; compiling (DEFUN ENSURE-GLOBAL-TN ...)
; compiling (DEFUN MERGE-ALIAS-CONFLICTS ...)
; compiling (DEFUN MAYBE-ENVIRONMENTALIZE-CLOSURE-TNS ...)
; compiling (DEFUN LIFETIME-ANALYZE ...)
; compiling (DEFUN TNS-CONFLICT-LOCAL-GLOBAL ...)
; compiling (DEFUN TNS-CONFLICT-GLOBAL-GLOBAL ...)
; compiling (DEFUN TNS-CONFLICT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/life.fasl-tmp written
; compilation finished in 0:00:00.285
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/debug-dump.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFTYPE BYTE-BUFFER ...)
; compiling (DEFVAR *BYTE-BUFFER*)
; compiling (DECLAIM (TYPE BYTE-BUFFER ...))
; compiling (DEFTYPE LOCATION-KIND ...)
; compiling (DEFSTRUCT (LOCATION-INFO # ...) ...)
; compiling (DEFUN NOTE-DEBUG-LOCATION ...)
; compiling (DECLAIM (INLINE IR2-BLOCK-PHYSENV))
; compiling (DEFUN IR2-BLOCK-PHYSENV ...)
; compiling (DEFUN COMPUTE-LIVE-VARS ...)
; compiling (DEFVAR *PREVIOUS-LOCATION*)
; compiling (DECLAIM (TYPE INDEX ...))
; compiling (DEFUN DUMP-1-LOCATION ...)
; compiling (DEFUN DUMP-LOCATION-FROM-INFO ...)
; compiling (DEFUN FIND-TLF-NUMBER ...)
; compiling (DEFUN DUMP-BLOCK-LOCATIONS ...)
; compiling (DEFUN DUMP-BLOCK-SUCCESSORS ...)
; compiling (DEFUN COMPUTE-DEBUG-BLOCKS ...)
; compiling (DEFUN DEBUG-SOURCE-FOR-INFO ...)
; compiling (DEFUN COERCE-TO-SMALLEST-ELTYPE ...)
; compiling (DEFUN TN-SC-OFFSET ...)
; compiling (DEFUN LAMBDA-ANCESTOR-P ...)
; compiling (DEFUN DUMP-1-VAR ...)
; compiling (DEFUN COMPUTE-VARS ...)
; compiling (DEFUN COMPUTE-MINIMAL-VARS ...)
; compiling (DEFUN DEBUG-LOCATION-FOR ...)
; compiling (DEFUN COMPUTE-ARGS ...)
; compiling (DEFUN COMPUTE-DEBUG-RETURNS ...)
; compiling (DEFUN DFUN-FROM-FUN ...)
; compiling (DEFUN COMPUTE-1-DEBUG-FUN ...)
; compiling (DEFUN COMPUTE-DEBUG-FUN-MAP ...)
; compiling (DEFUN DEBUG-INFO-FOR-COMPONENT ...)
; compiling (DEFUN WRITE-PACKED-BIT-VECTOR ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/debug-dump.fasl-tmp written
; compilation finished in 0:00:00.206
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/utils.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFUN FIXNUMIZE ...)
; compiling (DEFUN FOLDABLE-CONSTANT-OFFSET-P ...)
; compiling (DEFUN STATIC-SYMBOL-P ...)
; compiling (DEFUN STATIC-SYMBOL-OFFSET ...)
; compiling (DEFUN OFFSET-STATIC-SYMBOL ...)
; compiling (DEFUN STATIC-FDEFN-OFFSET ...)
; compiling (DEFUN STATIC-FUN-OFFSET ...)
; compiling (DEFVAR *ADJUSTABLE-VECTORS* ...)
; compiling (DEFMACRO WITH-ADJUSTABLE-VECTOR ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/utils.fasl-tmp written
; compilation finished in 0:00:00.020
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/fopcompile.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN FOPCOMPILABLE-P ...)
; compiling (DEFUN LET-FOPCOMPILABLE-P ...)
; compiling (DEFUN LAMBDA-FORM-P ...)
; compiling (DEFUN CONSTANT-FOPCOMPILABLE-P ...)
; compiling (DEFUN FOPCOMPILE ...)
; compiling (DEFUN FOPCOMPILE-FUNCTION ...)
; compiling (DEFUN FOPCOMPILE-IF ...)
; compiling (DEFUN FOPCOMPILE-CONSTANT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/fopcompile.fasl-tmp written
; compilation finished in 0:00:00.072
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/assembly/
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/assembly/assemfile.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFVAR *EMIT-ASSEMBLY-CODE-NOT-VOPS-P* ...)
; compiling (DEFVAR *ENTRY-POINTS* ...)
; compiling (DEFVAR *ASSEMBLY-OPTIMIZE* ...)
; compiling (DEFUN ASSEMBLE-FILE ...)
; compiling (DEFSTRUCT (REG-SPEC #) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFUN REG-SPEC-SC ...)
; compiling (DEFUN PARSE-REG-SPEC ...)
; compiling (DEFUN EMIT-ASSEMBLE ...)
; compiling (DEFUN ARG-OR-RES-SPEC ...)
; compiling (DEFUN EMIT-VOP ...)
; compiling (DEF!MACRO DEFINE-ASSEMBLY-ROUTINE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/assembly/assemfile.fasl-tmp written
; compilation finished in 0:00:00.058
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/late-vmdef.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN NOTE-THIS-LOCATION ...)
; compiling (DEFUN NOTE-NEXT-INSTRUCTION ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/late-vmdef.fasl-tmp written
; compilation finished in 0:00:00.007
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/fixup.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFSTRUCT (FIXUP # ...) ...)
; compiling (DEFSTRUCT (FIXUP-NOTE # ...) ...)
; compiling (DEFVAR *FIXUP-NOTES*)
; compiling (DEFUN NOTE-FIXUP ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/fixup.fasl-tmp written
; compilation finished in 0:00:00.008
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/insts.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (SETF SB!DISASSEM:*DISASSEM-INST-ALIGNMENT-BYTES* ...)
; compiling (DEFTYPE REG ...)
; compiling (DEFTYPE FULL-REG ...)
; compiling (DEFTYPE XMMREG ...)
; compiling (DEF!CONSTANT +DEFAULT-OPERAND-SIZE+ ...)
; compiling (DEF!CONSTANT +DEFAULT-ADDRESS-SIZE+ ...)
; compiling (DEFUN OFFSET-NEXT ...)
; compiling (DEFPARAMETER *BYTE-REG-NAMES* ...)
; compiling (DEFPARAMETER *HIGH-BYTE-REG-NAMES* ...)
; compiling (DEFPARAMETER *WORD-REG-NAMES* ...)
; compiling (DEFPARAMETER *DWORD-REG-NAMES* ...)
; compiling (DEFPARAMETER *QWORD-REG-NAMES* ...)
; compiling (DEFUN INST-OPERAND-SIZE ...)
; compiling (DEFUN INST-OPERAND-SIZE-DEFAULT-QWORD ...)
; compiling (DEFUN PRINT-REG-WITH-WIDTH ...)
; compiling (DEFUN PRINT-REG ...)
; compiling (DEFUN PRINT-REG-DEFAULT-QWORD ...)
; compiling (DEFUN PRINT-BYTE-REG ...)
; compiling (DEFUN PRINT-ADDR-REG ...)
; compiling (DEFUN PRINT-REG/MEM-WITH-WIDTH ...)
; compiling (DEFUN PRINT-REG/MEM ...)
; compiling (DEFUN PRINT-SIZED-REG/MEM ...)
; compiling (DEFUN PRINT-SIZED-REG/MEM-DEFAULT-QWORD ...)
; compiling (DEFUN PRINT-SIZED-BYTE-REG/MEM ...)
; compiling (DEFUN PRINT-SIZED-WORD-REG/MEM ...)
; compiling (DEFUN PRINT-SIZED-DWORD-REG/MEM ...)
; compiling (DEFUN PRINT-LABEL ...)
; compiling (DEFUN PRINT-XMMREG ...)
; compiling (DEFUN PRINT-XMMREG/MEM ...)
; compiling (DEFUN PRINT-SIZED-XMMREG/MEM ...)
; compiling (DEFUN PREFILTER-WRXB ...)
; compiling (DEFUN PREFILTER-WIDTH ...)
; compiling (DEFUN PREFILTER-X66 ...)
; compiling (DEFUN PREFILTER-REG-R ...)
; compiling (DEFUN PREFILTER-REG-B ...)
; compiling (DEFUN PREFILTER-REG/MEM ...)
; compiling (DEFUN READ-ADDRESS ...)
; compiling (DEFUN WIDTH-BITS ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE WRXB ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE WIDTH ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE X66 ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE DISPLACEMENT ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE ACCUM ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE REG ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE REG-B ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE REG-B-DEFAULT-QWORD ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE IMM-ADDR ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE SIGNED-IMM-DATA ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE SIGNED-IMM-DATA-UPTO-QWORD ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE SIGNED-IMM-DATA-DEFAULT-QWORD ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE SIGNED-IMM-BYTE ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE IMM-BYTE ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE IMM-WORD-16 ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE REG/MEM ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE SIZED-REG/MEM ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE SIZED-BYTE-REG/MEM ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE SIZED-WORD-REG/MEM ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE SIZED-DWORD-REG/MEM ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE SIZED-REG/MEM-DEFAULT-QWORD ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE XMMREG ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE XMMREG-B ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE XMMREG/MEM ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE SIZED-XMMREG/MEM ...)
; compiling (DEFPARAMETER *CONDITIONS* ...)
; compiling (DEFPARAMETER *CONDITION-NAME-VEC* ...)
; compiling (DEFINE-SSE-SHUFFLE-ARG-TYPE SSE-SHUFFLE-PATTERN-2-2 ...)
; compiling (DEFINE-SSE-SHUFFLE-ARG-TYPE SSE-SHUFFLE-PATTERN-8-4 ...)
; compiling (SETF *ASSEM-SCHEDULER-P* ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE CONDITION-CODE ...)
; compiling (DEFUN CONDITIONAL-OPCODE ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (BYTE 8 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (TWO-BYTES 16 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (THREE-BYTES 24 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (REX 8) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (X66 8) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (X66-BYTE 16 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (REX-BYTE 16 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (SIMPLE 8) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (SIMPLE-DIR 8 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (ACCUM-IMM 8 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (REG-NO-WIDTH 8 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (REG-NO-WIDTH-DEFAULT-QWORD 8 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (REG 8 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (REX-REG 16 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (TWO-BYTES 16 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (REG-REG/MEM 16 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (REG-REG/MEM-DIR 16 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (REG/MEM 16 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (REG/MEM-DEFAULT-QWORD 16 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (REG/MEM-IMM 16 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (ACCUM-REG/MEM 16 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-REG-REG/MEM 24 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-REG-REG/MEM-NO-WIDTH 24 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-REG/MEM-NO-WIDTH 24 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-REG-NO-WIDTH 16 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-REG/MEM 24 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-REG/MEM-IMM 24 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (XMM-XMM/MEM 24 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-XMM-XMM/MEM 32 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-REX-XMM-XMM/MEM 40 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-XMM-XMM/MEM-DIR 32 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-REX-XMM-XMM/MEM-DIR 40 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-XMM-IMM 32 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-REX-XMM-IMM 40 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (XMM-REG/MEM 24 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-XMM-REG/MEM 32 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-REX-XMM-REG/MEM 40 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (REG-XMM/MEM 24 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-REG-XMM/MEM 32 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (EXT-REX-REG-XMM/MEM 40 ...) ...)
; compiling (DEFPARAMETER *SSE-CONDITIONS* ...)
; compiling (SB!DISASSEM:DEFINE-ARG-TYPE SSE-CONDITION-CODE ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (STRING-OP 8 ...))
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (SHORT-COND-JUMP 16) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (SHORT-JUMP 16 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (NEAR-COND-JUMP 16) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (NEAR-JUMP 8 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (COND-SET 24 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (COND-MOVE 24 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (ENTER-FORMAT 32 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (BYTE-IMM 16 ...) ...)
; compiling (SB!DISASSEM:DEFINE-INSTRUCTION-FORMAT (WORD-IMM 24 ...) ...)
; compiling (DEFINE-BITFIELD-EMITTER EMIT-WORD ...)
; compiling (DEFINE-BITFIELD-EMITTER EMIT-DWORD ...)
; compiling (DEFUN EMIT-SIGNED-DWORD ...)
; compiling (DEFINE-BITFIELD-EMITTER EMIT-QWORD ...)
; compiling (DEFINE-BITFIELD-EMITTER EMIT-BYTE-WITH-REG ...)
; compiling (DEFINE-BITFIELD-EMITTER EMIT-MOD-REG-R/M-BYTE ...)
; compiling (DEFINE-BITFIELD-EMITTER EMIT-SIB-BYTE ...)
; compiling (DEFINE-BITFIELD-EMITTER EMIT-REX-BYTE ...)
; compiling (DEFUN EMIT-ABSOLUTE-FIXUP ...)
; compiling (DEFUN EMIT-RELATIVE-FIXUP ...)
; compiling (DEFUN REG-TN-ENCODING ...)
; compiling (DEFSTRUCT (EA # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFUN EMIT-CONSTANT-TN-RIP ...)
; compiling (DEFUN EMIT-LABEL-RIP ...)
; compiling (DEFUN EMIT-EA ...)
; compiling (DEFUN BYTE-REG-P ...)
; compiling (DEFUN BYTE-EA-P ...)
; compiling (DEFUN WORD-REG-P ...)
; compiling (DEFUN WORD-EA-P ...)
; compiling (DEFUN DWORD-REG-P ...)
; compiling (DEFUN DWORD-EA-P ...)
; compiling (DEFUN QWORD-REG-P ...)
; compiling (DEFUN QWORD-EA-P ...)
; compiling (DEFUN REGISTER-P ...)
; compiling (DEFUN ACCUMULATOR-P ...)
; compiling (DEFUN XMM-REGISTER-P ...)
; compiling (DEF!CONSTANT +OPERAND-SIZE-PREFIX-BYTE+ ...)
; compiling (DEFUN MAYBE-EMIT-OPERAND-SIZE-PREFIX ...)
; compiling (DEFUN MAYBE-EMIT-REX-PREFIX ...)
; compiling (DEFUN MAYBE-EMIT-REX-FOR-EA ...)
; compiling (DEFUN OPERAND-SIZE ...)
; compiling (DEFUN MATCHING-OPERAND-SIZE ...)
; compiling (DEFUN EMIT-SIZED-IMMEDIATE ...)
; compiling (DEFINE-INSTRUCTION REX ...)
; compiling (DEFINE-INSTRUCTION X66 ...)
; compiling (DEFUN EMIT-PREFIX ...)
; compiling (DEFINE-INSTRUCTION LOCK ...)
; compiling (DEFINE-INSTRUCTION REP ...)
; compiling (DEFINE-INSTRUCTION REPE ...)
; compiling (DEFINE-INSTRUCTION REPNE ...)
; compiling (DEFUN EMIT-IMMEDIATE-MOVE-TO-QWORD-REGISTER ...)
; compiling (DEFINE-INSTRUCTION MOV ...)
; compiling (DEFUN EMIT-MOVE-WITH-EXTENSION ...)
; compiling (DEFINE-INSTRUCTION MOVSX ...)
; compiling (DEFINE-INSTRUCTION MOVZX ...)
; compiling (DEFINE-INSTRUCTION MOVSXD ...)
; compiling (DEFINE-INSTRUCTION MOVZXD ...)
; compiling (DEFINE-INSTRUCTION PUSH ...)
; compiling (DEFINE-INSTRUCTION POP ...)
; compiling (DEFINE-INSTRUCTION XCHG ...)
; compiling (DEFINE-INSTRUCTION LEA ...)
; compiling (DEFINE-INSTRUCTION CMPXCHG ...)
; compiling (DEFINE-INSTRUCTION CLC ...)
; compiling (DEFINE-INSTRUCTION CLD ...)
; compiling (DEFINE-INSTRUCTION CLI ...)
; compiling (DEFINE-INSTRUCTION CMC ...)
; compiling (DEFINE-INSTRUCTION LAHF ...)
; compiling (DEFINE-INSTRUCTION POPF ...)
; compiling (DEFINE-INSTRUCTION PUSHF ...)
; compiling (DEFINE-INSTRUCTION SAHF ...)
; compiling (DEFINE-INSTRUCTION STC ...)
; compiling (DEFINE-INSTRUCTION STD ...)
; compiling (DEFINE-INSTRUCTION STI ...)
; compiling (DEFUN EMIT-RANDOM-ARITH-INST ...)
; compiling (DEFINE-INSTRUCTION ADD ...)
; compiling (DEFINE-INSTRUCTION ADC ...)
; compiling (DEFINE-INSTRUCTION SUB ...)
; compiling (DEFINE-INSTRUCTION SBB ...)
; compiling (DEFINE-INSTRUCTION CMP ...)
; compiling (DEFINE-INSTRUCTION INC ...)
; compiling (DEFINE-INSTRUCTION DEC ...)
; compiling (DEFINE-INSTRUCTION NEG ...)
; compiling (DEFINE-INSTRUCTION MUL ...)
; compiling (DEFINE-INSTRUCTION IMUL ...)
; compiling (DEFINE-INSTRUCTION DIV ...)
; compiling (DEFINE-INSTRUCTION IDIV ...)
; compiling (DEFINE-INSTRUCTION BSWAP ...)
; compiling (DEFINE-INSTRUCTION CBW ...)
; compiling (DEFINE-INSTRUCTION CWDE ...)
; compiling (DEFINE-INSTRUCTION CDQE ...)
; compiling (DEFINE-INSTRUCTION CWD ...)
; compiling (DEFINE-INSTRUCTION CDQ ...)
; compiling (DEFINE-INSTRUCTION CQO ...)
; compiling (DEFINE-INSTRUCTION XADD ...)
; compiling (DEFUN EMIT-SHIFT-INST ...)
; compiling (DEFINE-INSTRUCTION ROL ...)
; compiling (DEFINE-INSTRUCTION ROR ...)
; compiling (DEFINE-INSTRUCTION RCL ...)
; compiling (DEFINE-INSTRUCTION RCR ...)
; compiling (DEFINE-INSTRUCTION SHL ...)
; compiling (DEFINE-INSTRUCTION SHR ...)
; compiling (DEFINE-INSTRUCTION SAR ...)
; compiling (DEFUN EMIT-DOUBLE-SHIFT ...)
; compiling (DEFINE-INSTRUCTION SHLD ...)
; compiling (DEFINE-INSTRUCTION SHRD ...)
; compiling (DEFINE-INSTRUCTION AND ...)
; compiling (DEFINE-INSTRUCTION TEST ...)
; compiling (DEFINE-INSTRUCTION OR ...)
; compiling (DEFINE-INSTRUCTION XOR ...)
; compiling (DEFINE-INSTRUCTION NOT ...)
; compiling (DEFINE-INSTRUCTION CMPS ...)
; compiling (DEFINE-INSTRUCTION INS ...)
; compiling (DEFINE-INSTRUCTION LODS ...)
; compiling (DEFINE-INSTRUCTION MOVS ...)
; compiling (DEFINE-INSTRUCTION OUTS ...)
; compiling (DEFINE-INSTRUCTION SCAS ...)
; compiling (DEFINE-INSTRUCTION STOS ...)
; compiling (DEFINE-INSTRUCTION XLAT ...)
; compiling (DEFINE-INSTRUCTION BSF ...)
; compiling (DEFINE-INSTRUCTION BSR ...)
; compiling (DEFUN EMIT-BIT-TEST-AND-MUMBLE ...)
; compiling (DEFINE-INSTRUCTION BT ...)
; compiling (DEFINE-INSTRUCTION BTC ...)
; compiling (DEFINE-INSTRUCTION BTR ...)
; compiling (DEFINE-INSTRUCTION BTS ...)
; compiling (DEFINE-INSTRUCTION CALL ...)
; compiling (DEFUN EMIT-BYTE-DISPLACEMENT-BACKPATCH ...)
; compiling (DEFINE-INSTRUCTION JMP ...)
; compiling (DEFINE-INSTRUCTION RET ...)
; compiling (DEFINE-INSTRUCTION JRCXZ ...)
; compiling (DEFINE-INSTRUCTION LOOP ...)
; compiling (DEFINE-INSTRUCTION LOOPZ ...)
; compiling (DEFINE-INSTRUCTION LOOPNZ ...)
; compiling (DEFINE-INSTRUCTION CMOV ...)
; compiling (DEFINE-INSTRUCTION SET ...)
; compiling (DEFINE-INSTRUCTION ENTER ...)
; compiling (DEFINE-INSTRUCTION LEAVE ...)
; compiling (DEFUN SNARF-ERROR-JUNK ...)
; compiling (DEFUN BREAK-CONTROL ...)
; compiling (DEFINE-INSTRUCTION BREAK ...)
; compiling (DEFINE-INSTRUCTION INT ...)
; compiling (DEFINE-INSTRUCTION IRET ...)
; compiling (DEFINE-INSTRUCTION HLT ...)
; compiling (DEFINE-INSTRUCTION NOP ...)
; compiling (DEFINE-INSTRUCTION WAIT ...)
; compiling (DEFINE-INSTRUCTION BYTE ...)
; compiling (DEFINE-INSTRUCTION WORD ...)
; compiling (DEFINE-INSTRUCTION DWORD ...)
; compiling (DEFUN EMIT-HEADER-DATA ...)
; compiling (DEFINE-INSTRUCTION SIMPLE-FUN-HEADER-WORD ...)
; compiling (DEFINE-INSTRUCTION LRA-HEADER-WORD ...)
; compiling (DEFUN EMIT-SSE-INST ...)
; compiling (DEFUN EMIT-SSE-INST-WITH-IMM ...)
; compiling (DEFINE-IMM-SSE-INSTRUCTION PSLLDQ ...)
; compiling (DEFINE-IMM-SSE-INSTRUCTION PSLLW-IMM ...)
; compiling (DEFINE-IMM-SSE-INSTRUCTION PSLLD-IMM ...)
; compiling (DEFINE-IMM-SSE-INSTRUCTION PSLLQ-IMM ...)
; compiling (DEFINE-IMM-SSE-INSTRUCTION PSRAW-IMM ...)
; compiling (DEFINE-IMM-SSE-INSTRUCTION PSRAD-IMM ...)
; compiling (DEFINE-IMM-SSE-INSTRUCTION PSRLDQ ...)
; compiling (DEFINE-IMM-SSE-INSTRUCTION PSRLW-IMM ...)
; compiling (DEFINE-IMM-SSE-INSTRUCTION PSRLD-IMM ...)
; compiling (DEFINE-IMM-SSE-INSTRUCTION PSRLQ-IMM ...)
; compiling (DEFUN EMIT-REGULAR-SSE-INST ...)
; compiling (DEFINE-REGULAR-SSE-INST ANDPD ...)
; compiling (DEFINE-REGULAR-SSE-INST ANDPS ...)
; compiling (DEFINE-REGULAR-SSE-INST ANDNPD ...)
; compiling (DEFINE-REGULAR-SSE-INST ANDNPS ...)
; compiling (DEFINE-REGULAR-SSE-INST ORPD ...)
; compiling (DEFINE-REGULAR-SSE-INST ORPS ...)
; compiling (DEFINE-REGULAR-SSE-INST PAND ...)
; compiling (DEFINE-REGULAR-SSE-INST PANDN ...)
; compiling (DEFINE-REGULAR-SSE-INST POR ...)
; compiling (DEFINE-REGULAR-SSE-INST PXOR ...)
; compiling (DEFINE-REGULAR-SSE-INST XORPD ...)
; compiling (DEFINE-REGULAR-SSE-INST XORPS ...)
; compiling (DEFINE-REGULAR-SSE-INST COMISD ...)
; compiling (DEFINE-REGULAR-SSE-INST COMISS ...)
; compiling (DEFINE-REGULAR-SSE-INST UCOMISD ...)
; compiling (DEFINE-REGULAR-SSE-INST UCOMISS ...)
; compiling (DEFINE-REGULAR-SSE-INST PCMPEQB ...)
; compiling (DEFINE-REGULAR-SSE-INST PCMPEQW ...)
; compiling (DEFINE-REGULAR-SSE-INST PCMPEQD ...)
; compiling (DEFINE-REGULAR-SSE-INST PCMPGTB ...)
; compiling (DEFINE-REGULAR-SSE-INST PCMPGTW ...)
; compiling (DEFINE-REGULAR-SSE-INST PCMPGTD ...)
; compiling (DEFINE-REGULAR-SSE-INST MAXPD ...)
; compiling (DEFINE-REGULAR-SSE-INST MAXPS ...)
; compiling (DEFINE-REGULAR-SSE-INST MAXSD ...)
; compiling (DEFINE-REGULAR-SSE-INST MAXSS ...)
; compiling (DEFINE-REGULAR-SSE-INST MINPD ...)
; compiling (DEFINE-REGULAR-SSE-INST MINPS ...)
; compiling (DEFINE-REGULAR-SSE-INST MINSD ...)
; compiling (DEFINE-REGULAR-SSE-INST MINSS ...)
; compiling (DEFINE-REGULAR-SSE-INST PMAXSW ...)
; compiling (DEFINE-REGULAR-SSE-INST PMAXUB ...)
; compiling (DEFINE-REGULAR-SSE-INST PMINSW ...)
; compiling (DEFINE-REGULAR-SSE-INST PMINUB ...)
; compiling (DEFINE-REGULAR-SSE-INST ADDPD ...)
; compiling (DEFINE-REGULAR-SSE-INST ADDPS ...)
; compiling (DEFINE-REGULAR-SSE-INST ADDSD ...)
; compiling (DEFINE-REGULAR-SSE-INST ADDSS ...)
; compiling (DEFINE-REGULAR-SSE-INST DIVPD ...)
; compiling (DEFINE-REGULAR-SSE-INST DIVPS ...)
; compiling (DEFINE-REGULAR-SSE-INST DIVSD ...)
; compiling (DEFINE-REGULAR-SSE-INST DIVSS ...)
; compiling (DEFINE-REGULAR-SSE-INST MULPD ...)
; compiling (DEFINE-REGULAR-SSE-INST MULPS ...)
; compiling (DEFINE-REGULAR-SSE-INST MULSD ...)
; compiling (DEFINE-REGULAR-SSE-INST MULSS ...)
; compiling (DEFINE-REGULAR-SSE-INST RCPPS ...)
; compiling (DEFINE-REGULAR-SSE-INST RCPSS ...)
; compiling (DEFINE-REGULAR-SSE-INST RSQRTPS ...)
; compiling (DEFINE-REGULAR-SSE-INST RSQRTSS ...)
; compiling (DEFINE-REGULAR-SSE-INST SQRTPD ...)
; compiling (DEFINE-REGULAR-SSE-INST SQRTPS ...)
; compiling (DEFINE-REGULAR-SSE-INST SQRTSD ...)
; compiling (DEFINE-REGULAR-SSE-INST SQRTSS ...)
; compiling (DEFINE-REGULAR-SSE-INST SUBPD ...)
; compiling (DEFINE-REGULAR-SSE-INST SUBPS ...)
; compiling (DEFINE-REGULAR-SSE-INST SUBSD ...)
; compiling (DEFINE-REGULAR-SSE-INST SUBSS ...)
; compiling (DEFINE-REGULAR-SSE-INST UNPCKHPD ...)
; compiling (DEFINE-REGULAR-SSE-INST UNPCKHPS ...)
; compiling (DEFINE-REGULAR-SSE-INST UNPCKLPD ...)
; compiling (DEFINE-REGULAR-SSE-INST UNPCKLPS ...)
; compiling (DEFINE-REGULAR-SSE-INST PADDB ...)
; compiling (DEFINE-REGULAR-SSE-INST PADDW ...)
; compiling (DEFINE-REGULAR-SSE-INST PADDD ...)
; compiling (DEFINE-REGULAR-SSE-INST PADDQ ...)
; compiling (DEFINE-REGULAR-SSE-INST PADDSB ...)
; compiling (DEFINE-REGULAR-SSE-INST PADDSW ...)
; compiling (DEFINE-REGULAR-SSE-INST PADDUSB ...)
; compiling (DEFINE-REGULAR-SSE-INST PADDUSW ...)
; compiling (DEFINE-REGULAR-SSE-INST PAVGB ...)
; compiling (DEFINE-REGULAR-SSE-INST PAVGW ...)
; compiling (DEFINE-REGULAR-SSE-INST PMADDWD ...)
; compiling (DEFINE-REGULAR-SSE-INST PMULHUW ...)
; compiling (DEFINE-REGULAR-SSE-INST PMULHW ...)
; compiling (DEFINE-REGULAR-SSE-INST PMULLW ...)
; compiling (DEFINE-REGULAR-SSE-INST PMULUDQ ...)
; compiling (DEFINE-REGULAR-SSE-INST PSADBW ...)
; compiling (DEFINE-REGULAR-SSE-INST PSLLW ...)
; compiling (DEFINE-REGULAR-SSE-INST PSLLD ...)
; compiling (DEFINE-REGULAR-SSE-INST PSLLQ ...)
; compiling (DEFINE-REGULAR-SSE-INST PSRAW ...)
; compiling (DEFINE-REGULAR-SSE-INST PSRAD ...)
; compiling (DEFINE-REGULAR-SSE-INST PSRLW ...)
; compiling (DEFINE-REGULAR-SSE-INST PSRLD ...)
; compiling (DEFINE-REGULAR-SSE-INST PSRLQ ...)
; compiling (DEFINE-REGULAR-SSE-INST PSUBB ...)
; compiling (DEFINE-REGULAR-SSE-INST PSUBW ...)
; compiling (DEFINE-REGULAR-SSE-INST PSUBD ...)
; compiling (DEFINE-REGULAR-SSE-INST PSUBQ ...)
; compiling (DEFINE-REGULAR-SSE-INST PSUBSB ...)
; compiling (DEFINE-REGULAR-SSE-INST PSUBSW ...)
; compiling (DEFINE-REGULAR-SSE-INST PSUBUSB ...)
; compiling (DEFINE-REGULAR-SSE-INST PSUBUSW ...)
; compiling (DEFINE-REGULAR-SSE-INST CVTDQ2PD ...)
; compiling (DEFINE-REGULAR-SSE-INST CVTDQ2PS ...)
; compiling (DEFINE-REGULAR-SSE-INST CVTPD2DQ ...)
; compiling (DEFINE-REGULAR-SSE-INST CVTPD2PS ...)
; compiling (DEFINE-REGULAR-SSE-INST CVTPS2DQ ...)
; compiling (DEFINE-REGULAR-SSE-INST CVTPS2PD ...)
; compiling (DEFINE-REGULAR-SSE-INST CVTSD2SS ...)
; compiling (DEFINE-REGULAR-SSE-INST CVTSS2SD ...)
; compiling (DEFINE-REGULAR-SSE-INST CVTTPD2DQ ...)
; compiling (DEFINE-REGULAR-SSE-INST CVTTPS2DQ ...)
; compiling (DEFINE-REGULAR-SSE-INST PACKSSWB ...)
; compiling (DEFINE-REGULAR-SSE-INST PACKSSDW ...)
; compiling (DEFINE-REGULAR-SSE-INST PACKUSWB ...)
; compiling (DEFINE-REGULAR-SSE-INST PUNPCKHBW ...)
; compiling (DEFINE-REGULAR-SSE-INST PUNPCKHWD ...)
; compiling (DEFINE-REGULAR-SSE-INST PUNPCKHDQ ...)
; compiling (DEFINE-REGULAR-SSE-INST PUNPCKHQDQ ...)
; compiling (DEFINE-REGULAR-SSE-INST PUNPCKLBW ...)
; compiling (DEFINE-REGULAR-SSE-INST PUNPCKLWD ...)
; compiling (DEFINE-REGULAR-SSE-INST PUNPCKLDQ ...)
; compiling (DEFINE-REGULAR-SSE-INST PUNPCKLQDQ ...)
; compiling (DEFINE-XMM-SHUFFLE-SSE-INST PSHUFD ...)
; compiling (DEFINE-XMM-SHUFFLE-SSE-INST PSHUFHW ...)
; compiling (DEFINE-XMM-SHUFFLE-SSE-INST PSHUFLW ...)
; compiling (DEFINE-XMM-SHUFFLE-SSE-INST SHUFPD ...)
; compiling (DEFINE-XMM-SHUFFLE-SSE-INST SHUFPS ...)
; compiling (DEFINE-INSTRUCTION MASKMOVDQU ...)
; compiling (DEFINE-COMPARISON-SSE-INST CMPPD ...)
; compiling (DEFINE-COMPARISON-SSE-INST CMPPS ...)
; compiling (DEFINE-COMPARISON-SSE-INST CMPSD ...)
; compiling (DEFINE-COMPARISON-SSE-INST CMPSS ...)
; compiling (DEFINE-MOVSD/SS-SSE-INST MOVSD ...)
; compiling (DEFINE-MOVSD/SS-SSE-INST MOVSS ...)
; compiling (DEFINE-MOV-SSE-INST MOVAPD ...)
; compiling (DEFINE-MOV-SSE-INST MOVAPS ...)
; compiling (DEFINE-MOV-SSE-INST MOVDQA ...)
; compiling (DEFINE-MOV-SSE-INST MOVDQU ...)
; compiling (DEFINE-MOV-SSE-INST MOVNTDQ ...)
; compiling (DEFINE-MOV-SSE-INST MOVNTPD ...)
; compiling (DEFINE-MOV-SSE-INST MOVNTPS ...)
; compiling (DEFINE-MOV-SSE-INST MOVHPD ...)
; compiling (DEFINE-MOV-SSE-INST MOVHPS ...)
; compiling (DEFINE-MOV-SSE-INST MOVLPD ...)
; compiling (DEFINE-MOV-SSE-INST MOVLPS ...)
; compiling (DEFINE-MOV-SSE-INST MOVUPD ...)
; compiling (DEFINE-MOV-SSE-INST MOVUPS ...)
; compiling (DEFINE-INSTRUCTION MOVQ ...)
; compiling (DEFINE-INSTRUCTION MOVD ...)
; compiling (DEFINE-INSTRUCTION PINSRW ...)
; compiling (DEFINE-INSTRUCTION PEXTRW ...)
; compiling (DEFINE-INTEGER-SOURCE-SSE-INST CVTSI2SD ...)
; compiling (DEFINE-INTEGER-SOURCE-SSE-INST CVTSI2SS ...)
; compiling (DEFINE-INTEGER-SOURCE-SSE-INST CVTPI2PD ...)
; compiling (DEFINE-INTEGER-SOURCE-SSE-INST CVTPI2PS ...)
; compiling (DEFINE-GPR-DESTINATION-SSE-INST CVTSD2SI ...)
; compiling (DEFINE-GPR-DESTINATION-SSE-INST CVTSS2SI ...)
; compiling (DEFINE-GPR-DESTINATION-SSE-INST CVTTSD2SI ...)
; compiling (DEFINE-GPR-DESTINATION-SSE-INST CVTTSS2SI ...)
; compiling (DEFINE-GPR-DESTINATION-SSE-INST MOVMSKPD ...)
; compiling (DEFINE-GPR-DESTINATION-SSE-INST MOVMSKPS ...)
; compiling (DEFINE-GPR-DESTINATION-SSE-INST PMOVMSKB ...)
; compiling (DEFINE-INSTRUCTION MOVNTI ...)
; compiling (DEFINE-INSTRUCTION PREFETCH ...)
; compiling (DEFINE-INSTRUCTION CLFLUSH ...)
; compiling (DEFINE-FENCE-INSTRUCTION LFENCE ...)
; compiling (DEFINE-FENCE-INSTRUCTION MFENCE ...)
; compiling (DEFINE-FENCE-INSTRUCTION SFENCE ...)
; compiling (DEFINE-INSTRUCTION PAUSE ...)
; compiling (DEFINE-INSTRUCTION LDMXCSR ...)
; compiling (DEFINE-INSTRUCTION STMXCSR ...)
; compiling (DEFINE-INSTRUCTION CPUID ...)
; compiling (DEFINE-INSTRUCTION RDTSC ...)
; compiling (DEFUN CANONICALIZE-INLINE-CONSTANT ...)
; compiling (DEFUN INLINE-CONSTANT-VALUE ...)
; compiling (DEFUN EMIT-CONSTANT-SEGMENT-HEADER ...)
; compiling (DEFUN SIZE-NBYTE ...)
; compiling (DEFUN SORT-INLINE-CONSTANTS ...)
; compiling (DEFUN EMIT-INLINE-CONSTANT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/insts.fasl-tmp written
; compilation finished in 0:00:06.074
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/macros.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFMACRO MOVE ...)
; compiling (DEFMACRO MAKE-EA-FOR-OBJECT-SLOT ...)
; compiling (DEFMACRO MAKE-EA-FOR-OBJECT-SLOT-HALF ...)
; compiling (DEFMACRO LOADW ...)
; compiling (DEFMACRO STOREW ...)
; compiling (DEFMACRO PUSHW ...)
; compiling (DEFMACRO POPW ...)
; compiling (DEFMACRO LOAD-SYMBOL ...)
; compiling (DEFMACRO MAKE-EA-FOR-SYMBOL-VALUE ...)
; compiling (DEFMACRO LOAD-SYMBOL-VALUE ...)
; compiling (DEFMACRO STORE-SYMBOL-VALUE ...)
; compiling (DEFMACRO MAKE-EA-FOR-SYMBOL-TLS-INDEX ...)
; compiling (DEFMACRO LOAD-TL-SYMBOL-VALUE ...)
; compiling (DEFMACRO STORE-TL-SYMBOL-VALUE ...)
; compiling (DEFMACRO LOAD-BINDING-STACK-POINTER ...)
; compiling (DEFMACRO STORE-BINDING-STACK-POINTER ...)
; compiling (DEFMACRO LOAD-TYPE ...)
; compiling (DEFUN ALLOCATION-DYNAMIC-EXTENT ...)
; compiling (DEFUN ALLOCATION-TRAMP ...)
; compiling (DEFUN ALLOCATION ...)
; compiling (DEFMACRO WITH-FIXED-ALLOCATION ...)
; compiling (DEFUN EMIT-ERROR-BREAK ...)
; compiling (DEFUN ERROR-CALL ...)
; compiling (DEFUN GENERATE-ERROR-CODE ...)
; compiling (DEFMACRO MAYBE-PSEUDO-ATOMIC ...)
; compiling (DEFMACRO %CLEAR-PSEUDO-ATOMIC ...)
; compiling (DEFMACRO PSEUDO-ATOMIC ...)
; compiling (DEFMACRO DEFINE-FULL-COMPARE-AND-SWAP ...)
; compiling (DEFMACRO DEFINE-FULL-REFFER ...)
; compiling (DEFMACRO DEFINE-FULL-REFFER+OFFSET ...)
; compiling (DEFMACRO DEFINE-FULL-SETTER ...)
; compiling (DEFMACRO DEFINE-FULL-SETTER+OFFSET ...)
; compiling (DEF!MACRO WITH-PINNED-OBJECTS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/macros.fasl-tmp written
; compilation finished in 0:00:00.133
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/early-type-vops.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFPARAMETER *IMMEDIATE-TYPES* ...)
; compiling (DEFPARAMETER *FUN-HEADER-WIDETAGS* ...)
; compiling (DEFUN CANONICALIZE-HEADERS ...)
; compiling (DEFMACRO TEST-TYPE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/early-type-vops.fasl-tmp written
; compilation finished in 0:00:00.021
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/assembly/x86-64/
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/assembly/x86-64/support.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (!DEF-VM-SUPPORT-ROUTINE GENERATE-CALL-SEQUENCE ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE GENERATE-RETURN-SEQUENCE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/assembly/x86-64/support.fasl-tmp written
; compilation finished in 0:00:00.005
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/move.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFUN MAKE-BYTE-TN ...)
; compiling (DEFUN MAKE-DWORD-TN ...)
; compiling (DEFUN ZEROIZE ...)
; compiling (DEFINE-MOVE-FUN (LOAD-IMMEDIATE 1) ...)
; compiling (DEFINE-MOVE-FUN (LOAD-NUMBER 1) ...)
; compiling (DEFINE-MOVE-FUN (LOAD-CHARACTER 1) ...)
; compiling (DEFINE-MOVE-FUN (LOAD-SYSTEM-AREA-POINTER 1) ...)
; compiling (DEFINE-MOVE-FUN (LOAD-CONSTANT 5) ...)
; compiling (DEFINE-MOVE-FUN (LOAD-STACK 5) ...)
; compiling (DEFINE-MOVE-FUN (STORE-STACK 5) ...)
; compiling (DEFINE-VOP (MOVE) ...)
; compiling (DEFINE-MOVE-VOP MOVE ...)
; compiling (PRIMITIVE-TYPE-VOP MOVE ...)
; compiling (DEFUN MOVE-IMMEDIATE ...)
; compiling (DEFINE-VOP (MOVE-ARG) ...)
; compiling (DEFINE-MOVE-VOP MOVE-ARG ...)
; compiling (DEFINE-VOP (ILLEGAL-MOVE) ...)
; compiling (DEFINE-VOP (MOVE-TO-WORD/FIXNUM) ...)
; compiling (DEFINE-MOVE-VOP MOVE-TO-WORD/FIXNUM ...)
; compiling (DEFINE-VOP (MOVE-TO-WORD-C) ...)
; compiling (DEFINE-MOVE-VOP MOVE-TO-WORD-C ...)
; compiling (DEFINE-VOP (MOVE-TO-WORD/INTEGER) ...)
; compiling (DEFINE-MOVE-VOP MOVE-TO-WORD/INTEGER ...)
; compiling (DEFINE-VOP (MOVE-FROM-WORD/FIXNUM) ...)
; compiling (DEFINE-MOVE-VOP MOVE-FROM-WORD/FIXNUM ...)
; compiling (DEFINE-VOP (MOVE-FROM-SIGNED) ...)
; compiling (DEFINE-MOVE-VOP MOVE-FROM-SIGNED ...)
; compiling (DEFINE-VOP (MOVE-FROM-UNSIGNED) ...)
; compiling (DEFINE-MOVE-VOP MOVE-FROM-UNSIGNED ...)
; compiling (DEFINE-VOP (WORD-MOVE) ...)
; compiling (DEFINE-MOVE-VOP WORD-MOVE ...)
; compiling (DEFINE-VOP (MOVE-WORD-ARG) ...)
; compiling (DEFINE-MOVE-VOP MOVE-WORD-ARG ...)
; compiling (DEFINE-MOVE-VOP MOVE-ARG ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/move.fasl-tmp written
; compilation finished in 0:00:00.563
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/float.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFUN EA-FOR-DF-DESC ...)
; compiling (DEFUN EA-FOR-CSF-DATA-DESC ...)
; compiling (DEFUN EA-FOR-CSF-REAL-DESC ...)
; compiling (DEFUN EA-FOR-CSF-IMAG-DESC ...)
; compiling (DEFUN EA-FOR-CDF-DATA-DESC ...)
; compiling (DEFUN EA-FOR-CDF-REAL-DESC ...)
; compiling (DEFUN EA-FOR-CDF-IMAG-DESC ...)
; compiling (DEFUN EA-FOR-SF-STACK ...)
; compiling (DEFUN EA-FOR-DF-STACK ...)
; compiling (DEFUN EA-FOR-CSF-DATA-STACK ...)
; compiling (DEFUN EA-FOR-CSF-REAL-STACK ...)
; compiling (DEFUN EA-FOR-CSF-IMAG-STACK ...)
; compiling (DEFUN EA-FOR-CDF-DATA-STACK ...)
; compiling (DEFUN EA-FOR-CDF-REAL-STACK ...)
; compiling (DEFUN EA-FOR-CDF-IMAG-STACK ...)
; compiling (DEFINE-MOVE-FUN (LOAD-FP-ZERO 1) ...)
; compiling (DEFINE-MOVE-FUN (LOAD-FP-IMMEDIATE 1) ...)
; compiling (DEFINE-MOVE-FUN (LOAD-SINGLE 2) ...)
; compiling (DEFINE-MOVE-FUN (STORE-SINGLE 2) ...)
; compiling (DEFINE-MOVE-FUN (LOAD-DOUBLE 2) ...)
; compiling (DEFINE-MOVE-FUN (STORE-DOUBLE 2) ...)
; compiling (DEFINE-MOVE-FUN (LOAD-COMPLEX-SINGLE 2) ...)
; compiling (DEFINE-MOVE-FUN (STORE-COMPLEX-SINGLE 2) ...)
; compiling (DEFINE-MOVE-FUN (LOAD-COMPLEX-DOUBLE 2) ...)
; compiling (DEFINE-MOVE-FUN (STORE-COMPLEX-DOUBLE 2) ...)
; compiling (FROB SINGLE-MOVE ...)
; compiling (FROB DOUBLE-MOVE ...)
; compiling (FROB COMPLEX-SINGLE-MOVE ...)
; compiling (FROB COMPLEX-DOUBLE-MOVE ...)
; compiling (DEFINE-VOP (MOVE-FROM-SINGLE) ...)
; compiling (DEFINE-MOVE-VOP MOVE-FROM-SINGLE ...)
; compiling (DEFINE-VOP (MOVE-FROM-DOUBLE) ...)
; compiling (DEFINE-MOVE-VOP MOVE-FROM-DOUBLE ...)
; compiling (DEFINE-VOP (MOVE-TO-SINGLE-REG) ...)
; compiling (DEFINE-MOVE-VOP MOVE-TO-SINGLE-REG ...)
; compiling (DEFINE-VOP (MOVE-TO-SINGLE-STACK) ...)
; compiling (DEFINE-MOVE-VOP MOVE-TO-SINGLE-STACK ...)
; compiling (DEFINE-VOP (MOVE-TO-DOUBLE) ...)
; compiling (DEFINE-MOVE-VOP MOVE-TO-DOUBLE ...)
; compiling (DEFINE-VOP (MOVE-FROM-COMPLEX-SINGLE) ...)
; compiling (DEFINE-MOVE-VOP MOVE-FROM-COMPLEX-SINGLE ...)
; compiling (DEFINE-VOP (MOVE-FROM-COMPLEX-DOUBLE) ...)
; compiling (DEFINE-MOVE-VOP MOVE-FROM-COMPLEX-DOUBLE ...)
; compiling (FROB MOVE-TO-COMPLEX-SINGLE ...)
; compiling (FROB MOVE-TO-COMPLEX-DOUBLE ...)
; compiling (FROB MOVE-SINGLE-FLOAT-ARG ...)
; compiling (FROB MOVE-DOUBLE-FLOAT-ARG ...)
; compiling (FROB MOVE-COMPLEX-SINGLE-FLOAT-ARG ...)
; compiling (FROB MOVE-COMPLEX-DOUBLE-FLOAT-ARG ...)
; compiling (DEFINE-MOVE-VOP MOVE-ARG ...)
; compiling (DEFINE-VOP (FLOAT-OP) ...)
; compiling (FROB SINGLE-FLOAT-OP ...)
; compiling (FROB DOUBLE-FLOAT-OP ...)
; compiling (FROB COMPLEX-SINGLE-FLOAT-OP ...)
; compiling (FROB COMPLEX-DOUBLE-FLOAT-OP ...)
; compiling (FROB + ...)
; compiling (FROB - ...)
; compiling (FROB * ...)
; compiling (FROB / ...)
; compiling (DEF-REAL-COMPLEX-OP + ...)
; compiling (DEF-REAL-COMPLEX-OP - ...)
; compiling (DEF-REAL-COMPLEX-OP * ...)
; compiling (DEF-REAL-COMPLEX-OP / ...)
; compiling (DEFINE-VOP (//COMPLEX-REAL-SINGLE-FLOAT FLOAT-OP) ...)
; compiling (DEFINE-COMPLEX-* */COMPLEX-SINGLE-FLOAT ...)
; compiling (DEFINE-COMPLEX-* */COMPLEX-DOUBLE-FLOAT ...)
; compiling (DEFINE-VOP (FSQRT) ...)
; compiling (FROB (%NEGATE/DOUBLE-FLOAT %NEGATE ...) ...)
; compiling (FROB (%NEGATE/COMPLEX-DOUBLE-FLOAT %NEGATE ...) ...)
; compiling (FROB (CONJUGATE/COMPLEX-DOUBLE-FLOAT CONJUGATE ...) ...)
; compiling (FROB (%NEGATE/SINGLE-FLOAT %NEGATE ...) ...)
; compiling (FROB (%NEGATE/COMPLEX-SINGLE-FLOAT %NEGATE ...) ...)
; compiling (FROB (CONJUGATE/COMPLEX-SINGLE-FLOAT CONJUGATE ...) ...)
; compiling (FROB (ABS/DOUBLE-FLOAT ABS ...) ...)
; compiling (FROB (ABS/SINGLE-FLOAT ABS ...) ...)
; compiling (DEFINE-VOP (FLOAT-COMPARE) ...)
; compiling (DEFINE-FLOAT-EQL EQL/SINGLE-FLOAT ...)
; compiling (DEFINE-FLOAT-EQL EQL/DOUBLE-FLOAT ...)
; compiling (DEFINE-FLOAT-EQL EQL/COMPLEX-SINGLE-FLOAT ...)
; compiling (DEFINE-FLOAT-EQL EQL/COMPLEX-DOUBLE-FLOAT ...)
; compiling (DEFINE-VOP (SINGLE-FLOAT-COMPARE FLOAT-COMPARE) ...)
; compiling (DEFINE-VOP (DOUBLE-FLOAT-COMPARE FLOAT-COMPARE) ...)
; compiling (DEFINE-VOP (=/SINGLE-FLOAT SINGLE-FLOAT-COMPARE) ...)
; compiling (DEFINE-VOP (=/DOUBLE-FLOAT DOUBLE-FLOAT-COMPARE) ...)
; compiling (DEFINE-COMPLEX-FLOAT-= =/COMPLEX-SINGLE-FLOAT ...)
; compiling (DEFINE-COMPLEX-FLOAT-= =/COMPLEX-DOUBLE-FLOAT ...)
; compiling (DEFINE-</> < ...)
; compiling (DEFINE-</> > ...)
; compiling (FROB %SINGLE-FLOAT/SIGNED ...)
; compiling (FROB %DOUBLE-FLOAT/SIGNED ...)
; compiling (FROB %SINGLE-FLOAT/DOUBLE-FLOAT ...)
; compiling (FROB %DOUBLE-FLOAT/SINGLE-FLOAT ...)
; compiling (FROB %UNARY-TRUNCATE/SINGLE-FLOAT ...)
; compiling (FROB %UNARY-TRUNCATE/DOUBLE-FLOAT ...)
; compiling (FROB %UNARY-ROUND ...)
; compiling (FROB %UNARY-ROUND ...)
; compiling (DEFINE-VOP (MAKE-SINGLE-FLOAT) ...)
; compiling (DEFINE-VOP (MAKE-SINGLE-FLOAT-C) ...)
; compiling (DEFINE-VOP (MAKE-DOUBLE-FLOAT) ...)
; compiling (DEFINE-VOP (MAKE-DOUBLE-FLOAT-C) ...)
; compiling (DEFINE-VOP (SINGLE-FLOAT-BITS) ...)
; compiling (DEFINE-VOP (DOUBLE-FLOAT-HIGH-BITS) ...)
; compiling (DEFINE-VOP (DOUBLE-FLOAT-LOW-BITS) ...)
; compiling (DEFINE-VOP (MAKE-COMPLEX-SINGLE-FLOAT) ...)
; compiling (DEFINE-VOP (MAKE-COMPLEX-DOUBLE-FLOAT) ...)
; compiling (DEFINE-VOP (COMPLEX-FLOAT-VALUE) ...)
; compiling (DEFINE-VOP (REALPART/COMPLEX-SINGLE-FLOAT COMPLEX-FLOAT-VALUE) ...)
; compiling (DEFINE-VOP (REALPART/COMPLEX-DOUBLE-FLOAT COMPLEX-FLOAT-VALUE) ...)
; compiling (DEFINE-VOP (IMAGPART/COMPLEX-SINGLE-FLOAT COMPLEX-FLOAT-VALUE) ...)
; compiling (DEFINE-VOP (IMAGPART/COMPLEX-DOUBLE-FLOAT COMPLEX-FLOAT-VALUE) ...)
; compiling (DEFKNOWN DOUBLE-FLOAT-REG-BIAS ...)
; compiling (DEFINE-VOP (DOUBLE-FLOAT-REG-BIAS) ...)
; compiling (DEFKNOWN SINGLE-FLOAT-REG-BIAS ...)
; compiling (DEFINE-VOP (SINGLE-FLOAT-REG-BIAS) ...)
; compiling (DEFKNOWN SWAP-COMPLEX ...)
; compiling (DEFOPTIMIZER (SWAP-COMPLEX DERIVE-TYPE) ...)
; compiling (DEFUN SWAP-COMPLEX ...)
; compiling (DEFINE-VOP (SWAP-COMPLEX-SINGLE-FLOAT) ...)
; compiling (DEFINE-VOP (SWAP-COMPLEX-DOUBLE-FLOAT) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/float.fasl-tmp written
; compilation finished in 0:00:02.948
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/sap.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (MOVE-TO-SAP) ...)
; compiling (DEFINE-MOVE-VOP MOVE-TO-SAP ...)
; compiling (DEFINE-VOP (MOVE-FROM-SAP) ...)
; compiling (DEFINE-MOVE-VOP MOVE-FROM-SAP ...)
; compiling (DEFINE-VOP (SAP-MOVE) ...)
; compiling (DEFINE-MOVE-VOP SAP-MOVE ...)
; compiling (DEFINE-VOP (MOVE-SAP-ARG) ...)
; compiling (DEFINE-MOVE-VOP MOVE-SAP-ARG ...)
; compiling (DEFINE-MOVE-VOP MOVE-ARG ...)
; compiling (DEFINE-VOP (SAP-INT) ...)
; compiling (DEFINE-VOP (INT-SAP) ...)
; compiling (DEFINE-VOP (POINTER+) ...)
; compiling (DEFINE-VOP (POINTER-) ...)
; compiling (DEF-SYSTEM-REF-AND-SET SAP-REF-8 ...)
; compiling (DEF-SYSTEM-REF-AND-SET SIGNED-SAP-REF-8 ...)
; compiling (DEF-SYSTEM-REF-AND-SET SAP-REF-16 ...)
; compiling (DEF-SYSTEM-REF-AND-SET SIGNED-SAP-REF-16 ...)
; compiling (DEF-SYSTEM-REF-AND-SET SAP-REF-32 ...)
; compiling (DEF-SYSTEM-REF-AND-SET SIGNED-SAP-REF-32 ...)
; compiling (DEF-SYSTEM-REF-AND-SET SAP-REF-64 ...)
; compiling (DEF-SYSTEM-REF-AND-SET SIGNED-SAP-REF-64 ...)
; compiling (DEF-SYSTEM-REF-AND-SET SAP-REF-SAP ...)
; compiling (DEF-SYSTEM-REF-AND-SET SAP-REF-LISPOBJ ...)
; compiling (DEFINE-VOP (SAP-REF-DOUBLE) ...)
; compiling (DEFINE-VOP (SAP-REF-DOUBLE-C) ...)
; compiling (DEFINE-VOP (%SET-SAP-REF-DOUBLE) ...)
; compiling (DEFINE-VOP (%SET-SAP-REF-DOUBLE-C) ...)
; compiling (DEFINE-VOP (SAP-REF-SINGLE) ...)
; compiling (DEFINE-VOP (SAP-REF-SINGLE-C) ...)
; compiling (DEFINE-VOP (%SET-SAP-REF-SINGLE) ...)
; compiling (DEFINE-VOP (%SET-SAP-REF-SINGLE-C) ...)
; compiling (DEFINE-VOP (VECTOR-SAP) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/sap.fasl-tmp written
; compilation finished in 0:00:01.549
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/system.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (LOWTAG-OF) ...)
; compiling (DEFINE-VOP (WIDETAG-OF) ...)
; compiling (DEFINE-VOP (FUN-SUBTYPE) ...)
; compiling (DEFINE-VOP (SET-FUN-SUBTYPE) ...)
; compiling (DEFINE-VOP (GET-HEADER-DATA) ...)
; compiling (DEFINE-VOP (GET-CLOSURE-LENGTH) ...)
; compiling (DEFINE-VOP (SET-HEADER-DATA) ...)
; compiling (DEFINE-VOP (POINTER-HASH) ...)
; compiling (DEFINE-VOP (MAKE-OTHER-IMMEDIATE-TYPE) ...)
; compiling (DEFINE-VOP (DYNAMIC-SPACE-FREE-POINTER) ...)
; compiling (DEFINE-VOP (BINDING-STACK-POINTER-SAP) ...)
; compiling (DEFKNOWN (SETF BINDING-STACK-POINTER-SAP) ...)
; compiling (DEFINE-VOP (SET-BINDING-STACK-POINTER-SAP) ...)
; compiling (DEFINE-VOP (CONTROL-STACK-POINTER-SAP) ...)
; compiling (DEFINE-VOP (CODE-INSTRUCTIONS) ...)
; compiling (DEFINE-VOP (COMPUTE-FUN) ...)
; compiling (DEFINE-VOP (%SIMPLE-FUN-SELF) ...)
; compiling (DEFINE-SOURCE-TRANSFORM %CLOSURE-FUN ...)
; compiling (DEFINE-VOP (%SET-FUN-SELF) ...)
; compiling (DEFKNOWN SB!UNIX::RECEIVE-PENDING-INTERRUPT ...)
; compiling (DEFINE-VOP (SB!UNIX::RECEIVE-PENDING-INTERRUPT) ...)
; compiling (DEFKNOWN CURRENT-THREAD-OFFSET-SAP ...)
; compiling (DEFINE-VOP (CURRENT-THREAD-OFFSET-SAP) ...)
; compiling (DEFINE-VOP (HALT) ...)
; compiling (DEFKNOWN FLOAT-WAIT ...)
; compiling (DEFINE-VOP (FLOAT-WAIT) ...)
; compiling (DEFKNOWN %READ-CYCLE-COUNTER ...)
; compiling (DEFINE-VOP (%READ-CYCLE-COUNTER) ...)
; compiling (DEFMACRO WITH-CYCLE-COUNTER ...)
; compiling (DEFINE-VOP (%COMPILER-BARRIER) ...)
; compiling (DEFINE-VOP (%MEMORY-BARRIER) ...)
; compiling (DEFINE-VOP (%READ-BARRIER) ...)
; compiling (DEFINE-VOP (%WRITE-BARRIER) ...)
; compiling (DEFINE-VOP (%DATA-DEPENDENCY-BARRIER) ...)
; compiling (DEFINE-VOP (PAUSE) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/system.fasl-tmp written
; compilation finished in 0:00:00.490
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/char.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (MOVE-TO-CHARACTER) ...)
; compiling (DEFINE-MOVE-VOP MOVE-TO-CHARACTER ...)
; compiling (DEFINE-VOP (MOVE-FROM-CHARACTER) ...)
; compiling (DEFINE-MOVE-VOP MOVE-FROM-CHARACTER ...)
; compiling (DEFINE-VOP (CHARACTER-MOVE) ...)
; compiling (DEFINE-MOVE-VOP CHARACTER-MOVE ...)
; compiling (DEFINE-VOP (MOVE-CHARACTER-ARG) ...)
; compiling (DEFINE-MOVE-VOP MOVE-CHARACTER-ARG ...)
; compiling (DEFINE-MOVE-VOP MOVE-ARG ...)
; compiling (DEFINE-VOP (CHAR-CODE) ...)
; compiling (DEFINE-VOP (CODE-CHAR) ...)
; compiling (DEFINE-VOP (CHARACTER-COMPARE) ...)
; compiling (DEFINE-VOP (FAST-CHAR=/CHARACTER CHARACTER-COMPARE) ...)
; compiling (DEFINE-VOP (FAST-CHAR</CHARACTER CHARACTER-COMPARE) ...)
; compiling (DEFINE-VOP (FAST-CHAR>/CHARACTER CHARACTER-COMPARE) ...)
; compiling (DEFINE-VOP (CHARACTER-COMPARE/C) ...)
; compiling (DEFINE-VOP (FAST-CHAR=/CHARACTER/C CHARACTER-COMPARE/C) ...)
; compiling (DEFINE-VOP (FAST-CHAR</CHARACTER/C CHARACTER-COMPARE/C) ...)
; compiling (DEFINE-VOP (FAST-CHAR>/CHARACTER/C CHARACTER-COMPARE/C) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/char.fasl-tmp written
; compilation finished in 0:00:00.248
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/memory.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (CELL-REF) ...)
; compiling (DEFINE-VOP (CELL-SET) ...)
; compiling (DEFINE-VOP (CELL-SETF) ...)
; compiling (DEFINE-VOP (CELL-SETF-FUN) ...)
; compiling (DEFMACRO DEFINE-CELL-ACCESSORS ...)
; compiling (DEFINE-VOP (CELL-XADD) ...)
; compiling (DEFINE-VOP (SLOT-REF) ...)
; compiling (DEFINE-VOP (SLOT-SET) ...)
; compiling (DEFINE-VOP (SLOT-SET-CONDITIONAL) ...)
; compiling (DEFINE-VOP (SLOT-XADD) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/memory.fasl-tmp written
; compilation finished in 0:00:00.223
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/static-fn.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (STATIC-FUN-TEMPLATE) ...)
; compiling (DEFUN STATIC-FUN-TEMPLATE-NAME ...)
; compiling (DEFUN MOVES ...)
; compiling (DEFUN STATIC-FUN-TEMPLATE-VOP ...)
; compiling (FROB 0 ...)
; compiling (FROB 1 ...)
; compiling (FROB 2 ...)
; compiling (FROB 3 ...)
; compiling (DEFMACRO DEFINE-STATIC-FUN ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/static-fn.fasl-tmp written
; compilation finished in 0:00:00.286
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/arith.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FIXNUM-UNOP FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (SIGNED-UNOP FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-NEGATE/FIXNUM FIXNUM-UNOP) ...)
; compiling (DEFINE-VOP (FAST-NEGATE/SIGNED SIGNED-UNOP) ...)
; compiling (DEFINE-VOP (FAST-LOGNOT/FIXNUM FIXNUM-UNOP) ...)
; compiling (DEFINE-VOP (FAST-LOGNOT/SIGNED SIGNED-UNOP) ...)
; compiling (DEFINE-VOP (FAST-FIXNUM-BINOP FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-UNSIGNED-BINOP FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-SIGNED-BINOP FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-FIXNUM-BINOP-C FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-UNSIGNED-BINOP-C FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-SIGNED-BINOP-C FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-BINOP - ...)
; compiling (DEFINE-BINOP LOGAND ...)
; compiling (DEFINE-BINOP LOGIOR ...)
; compiling (DEFINE-BINOP LOGXOR ...)
; compiling (DEFINE-VOP (FAST-+/FIXNUM=>FIXNUM FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-+-C/FIXNUM=>FIXNUM FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-+/SIGNED=>SIGNED FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-LOGAND/SIGNED-UNSIGNED=>UNSIGNED FAST-LOGAND/UNSIGNED=>UNSIGNED) ...)
; compiling (DEFINE-VOP (FAST-LOGAND-C/SIGNED-UNSIGNED=>UNSIGNED FAST-LOGAND-C/UNSIGNED=>UNSIGNED) ...)
; compiling (DEFINE-VOP (FAST-LOGAND/UNSIGNED-SIGNED=>UNSIGNED FAST-LOGAND/UNSIGNED=>UNSIGNED) ...)
; compiling (DEFINE-VOP (FAST-+-C/SIGNED=>SIGNED FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-+/UNSIGNED=>UNSIGNED FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-+-C/UNSIGNED=>UNSIGNED FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-*/FIXNUM=>FIXNUM FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-*-C/FIXNUM=>FIXNUM FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-*/SIGNED=>SIGNED FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-*-C/SIGNED=>SIGNED FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-*/UNSIGNED=>UNSIGNED FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-*-C/UNSIGNED=>UNSIGNED FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-TRUNCATE/FIXNUM=>FIXNUM FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-TRUNCATE-C/FIXNUM=>FIXNUM FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-TRUNCATE/UNSIGNED=>UNSIGNED FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-TRUNCATE-C/UNSIGNED=>UNSIGNED FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-TRUNCATE/SIGNED=>SIGNED FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-TRUNCATE-C/SIGNED=>SIGNED FAST-SAFE-ARITH-OP) ...)
; compiling (DEFINE-VOP (FAST-ASH-C/FIXNUM=>FIXNUM) ...)
; compiling (DEFINE-VOP (FAST-ASH-LEFT/FIXNUM=>FIXNUM) ...)
; compiling (DEFINE-VOP (FAST-ASH-C/SIGNED=>SIGNED) ...)
; compiling (DEFINE-VOP (FAST-ASH-C/UNSIGNED=>UNSIGNED) ...)
; compiling (DEFINE-VOP (FAST-ASH-LEFT/SIGNED=>SIGNED) ...)
; compiling (DEFINE-VOP (FAST-ASH-LEFT/UNSIGNED=>UNSIGNED) ...)
; compiling (DEFINE-VOP (FAST-ASH/SIGNED=>SIGNED) ...)
; compiling (DEFINE-VOP (FAST-ASH/UNSIGNED=>UNSIGNED) ...)
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFKNOWN %LEA ...)
; compiling (DEFOPTIMIZER (%LEA DERIVE-TYPE) ...)
; compiling (DEFUN %LEA ...)
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (%LEA/UNSIGNED=>UNSIGNED) ...)
; compiling (DEFINE-VOP (%LEA/SIGNED=>SIGNED) ...)
; compiling (DEFINE-VOP (%LEA/FIXNUM=>FIXNUM) ...)
; compiling (DEFINE-VOP (FAST-CMOV-ASH/UNSIGNED=>UNSIGNED) ...)
; compiling (DEFINE-VOP (SIGNED-BYTE-64-LEN) ...)
; compiling (DEFINE-VOP (UNSIGNED-BYTE-64-LEN) ...)
; compiling (DEFINE-VOP (UNSIGNED-BYTE-64-COUNT) ...)
; compiling (DEFINE-VOP (FAST-CONDITIONAL) ...)
; compiling (DEFINE-VOP (FAST-CONDITIONAL/FIXNUM FAST-CONDITIONAL) ...)
; compiling (DEFINE-VOP (FAST-CONDITIONAL-C/FIXNUM FAST-CONDITIONAL/FIXNUM) ...)
; compiling (DEFINE-VOP (FAST-CONDITIONAL/SIGNED FAST-CONDITIONAL) ...)
; compiling (DEFINE-VOP (FAST-CONDITIONAL-C/SIGNED FAST-CONDITIONAL/SIGNED) ...)
; compiling (DEFINE-VOP (FAST-CONDITIONAL/UNSIGNED FAST-CONDITIONAL) ...)
; compiling (DEFINE-VOP (FAST-CONDITIONAL-C/UNSIGNED FAST-CONDITIONAL/UNSIGNED) ...)
; compiling (DEFINE-CONDITIONAL-VOP < ...)
; compiling (DEFINE-CONDITIONAL-VOP > ...)
; compiling (DEFINE-VOP (FAST-IF-EQL/SIGNED FAST-CONDITIONAL/SIGNED) ...)
; compiling (DEFINE-VOP (FAST-IF-EQL-C/SIGNED FAST-CONDITIONAL-C/SIGNED) ...)
; compiling (DEFINE-VOP (FAST-IF-EQL/UNSIGNED FAST-CONDITIONAL/UNSIGNED) ...)
; compiling (DEFINE-VOP (FAST-IF-EQL-C/UNSIGNED FAST-CONDITIONAL-C/UNSIGNED) ...)
; compiling (DEFINE-VOP (FAST-EQL/FIXNUM FAST-CONDITIONAL) ...)
; compiling (DEFINE-VOP (GENERIC-EQL/FIXNUM FAST-EQL/FIXNUM) ...)
; compiling (DEFINE-VOP (FAST-EQL-C/FIXNUM FAST-CONDITIONAL/FIXNUM) ...)
; compiling (DEFINE-VOP (GENERIC-EQL-C/FIXNUM FAST-EQL-C/FIXNUM) ...)
; compiling (DEFINE-VOP (SHIFT-TOWARDS-SOMEPLACE) ...)
; compiling (DEFINE-VOP (SHIFT-TOWARDS-START SHIFT-TOWARDS-SOMEPLACE) ...)
; compiling (DEFINE-VOP (SHIFT-TOWARDS-END SHIFT-TOWARDS-SOMEPLACE) ...)
; compiling (DEFMACRO DEFINE-MOD-BINOP ...)
; compiling (DEFMACRO DEFINE-MOD-BINOP-C ...)
; compiling (DEF + ...)
; compiling (DEF - ...)
; compiling (DEF * ...)
; compiling (DEFINE-VOP (FAST-ASH-LEFT-MOD64-C/UNSIGNED=>UNSIGNED FAST-ASH-C/UNSIGNED=>UNSIGNED) ...)
; compiling (DEFINE-VOP (FAST-ASH-LEFT-MOD64/UNSIGNED=>UNSIGNED FAST-ASH-LEFT/UNSIGNED=>UNSIGNED))
; compiling (DEFTRANSFORM ASH-LEFT-MOD64 ...)
; compiling (DEFINE-VOP (FAST-ASH-LEFT-MODFX-C/FIXNUM=>FIXNUM FAST-ASH-C/FIXNUM=>FIXNUM) ...)
; compiling (DEFINE-VOP (FAST-ASH-LEFT-MODFX/FIXNUM=>FIXNUM FAST-ASH-LEFT/FIXNUM=>FIXNUM))
; compiling (DEFTRANSFORM ASH-LEFT-MODFX ...)
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFKNOWN SB!VM::%LEA-MOD64 ...)
; compiling (DEFKNOWN SB!VM::%LEA-MODFX ...)
; compiling (DEFINE-MODULAR-FUN-OPTIMIZER %LEA ...)
; compiling (DEFINE-MODULAR-FUN-OPTIMIZER %LEA ...)
; compiling (DEFUN SB!VM::%LEA-MOD64 ...)
; compiling (DEFUN SB!VM::%LEA-MODFX ...)
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (%LEA-MOD64/UNSIGNED=>UNSIGNED %LEA/UNSIGNED=>UNSIGNED) ...)
; compiling (DEFINE-VOP (%LEA-MODFX/FIXNUM=>FIXNUM %LEA/FIXNUM=>FIXNUM) ...)
; compiling (DEFINE-MODULAR-FUN LOGNOT-MOD64 ...)
; compiling (DEFINE-VOP (LOGNOT-MOD64/UNSIGNED=>UNSIGNED) ...)
; compiling (DEFINE-SOURCE-TRANSFORM LOGEQV ...)
; compiling (DEFINE-SOURCE-TRANSFORM LOGANDC1 ...)
; compiling (DEFINE-SOURCE-TRANSFORM LOGANDC2 ...)
; compiling (DEFINE-SOURCE-TRANSFORM LOGORC1 ...)
; compiling (DEFINE-SOURCE-TRANSFORM LOGORC2 ...)
; compiling (DEFINE-SOURCE-TRANSFORM LOGNOR ...)
; compiling (DEFINE-SOURCE-TRANSFORM LOGNAND ...)
; compiling (DEFINE-VOP (BIGNUM-LENGTH GET-HEADER-DATA) ...)
; compiling (DEFINE-VOP (BIGNUM-SET-LENGTH SET-HEADER-DATA) ...)
; compiling (DEFINE-FULL-REFFER BIGNUM-REF ...)
; compiling (DEFINE-FULL-REFFER+OFFSET BIGNUM--REF-WITH-OFFSET ...)
; compiling (DEFINE-FULL-SETTER BIGNUM-SET ...)
; compiling (DEFINE-VOP (DIGIT-0-OR-PLUS) ...)
; compiling (DEFINE-VOP (ADD-W/CARRY) ...)
; compiling (DEFINE-VOP (SUB-W/BORROW) ...)
; compiling (DEFINE-VOP (BIGNUM-MULT-AND-ADD-3-ARG) ...)
; compiling (DEFINE-VOP (BIGNUM-MULT-AND-ADD-4-ARG) ...)
; compiling (DEFINE-VOP (BIGNUM-MULT) ...)
; compiling (DEFINE-VOP (MULHI) ...)
; compiling (DEFINE-VOP (MULHI/FX) ...)
; compiling (DEFINE-VOP (BIGNUM-LOGNOT LOGNOT-MOD64/UNSIGNED=>UNSIGNED) ...)
; compiling (DEFINE-VOP (FIXNUM-TO-DIGIT) ...)
; compiling (DEFINE-VOP (BIGNUM-FLOOR) ...)
; compiling (DEFINE-VOP (SIGNIFY-DIGIT) ...)
; compiling (DEFINE-VOP (DIGIT-ASHR) ...)
; compiling (DEFINE-VOP (DIGIT-ASHR/C) ...)
; compiling (DEFINE-VOP (DIGIT-LSHR DIGIT-ASHR) ...)
; compiling (DEFINE-VOP (DIGIT-ASHL DIGIT-ASHR) ...)
; compiling (DEFINE-STATIC-FUN TWO-ARG-/ ...)
; compiling (DEFINE-STATIC-FUN TWO-ARG-GCD ...)
; compiling (DEFINE-STATIC-FUN TWO-ARG-LCM ...)
; compiling (DEFINE-STATIC-FUN TWO-ARG-AND ...)
; compiling (DEFINE-STATIC-FUN TWO-ARG-IOR ...)
; compiling (DEFINE-STATIC-FUN TWO-ARG-XOR ...)
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN *-TRANSFORMER ...)
; compiling (DEFTRANSFORM * ...)
; compiling (DEFTRANSFORM SB!VM::*-MOD64 ...)
; compiling (DEFTRANSFORM * ...)
; compiling (DEFTRANSFORM SB!VM::*-MODFX ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/arith.fasl-tmp written
; compilation finished in 0:00:03.261
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cross-modular.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN MASK-SIGNED-FIELD ...)
; compiling (DEFUN SB!VM::+-MOD64 ...)
; compiling (DEFUN SB!VM::--MOD64 ...)
; compiling (DEFUN SB!VM::*-MOD64 ...)
; compiling (DEFUN SB!VM::LOGNOT-MOD64 ...)
; compiling (DEFUN SB!VM::+-MODFX ...)
; compiling (DEFUN SB!VM::--MODFX ...)
; compiling (DEFUN SB!VM::*-MODFX ...)
; compiling (DEFUN SB!VM::ASH-LEFT-MOD64 ...)
; compiling (DEFUN SB!VM::ASH-LEFT-MODFX ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cross-modular.fasl-tmp written
; compilation finished in 0:00:00.020
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/subprim.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (LENGTH/LIST) ...)
; compiling (DEFINE-VOP (FAST-LENGTH/LIST) ...)
; compiling (DEFINE-STATIC-FUN LENGTH ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/subprim.fasl-tmp written
; compilation finished in 0:00:00.067
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/debug.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (DEBUG-CUR-SP) ...)
; compiling (DEFINE-VOP (DEBUG-CUR-FP) ...)
; compiling (DEFINE-VOP (READ-CONTROL-STACK) ...)
; compiling (DEFINE-VOP (READ-CONTROL-STACK-C) ...)
; compiling (DEFINE-VOP (WRITE-CONTROL-STACK) ...)
; compiling (DEFINE-VOP (WRITE-CONTROL-STACK-C) ...)
; compiling (DEFINE-VOP (CODE-FROM-MUMBLE) ...)
; compiling (DEFINE-VOP (CODE-FROM-LRA CODE-FROM-MUMBLE) ...)
; compiling (DEFINE-VOP (CODE-FROM-FUNCTION CODE-FROM-MUMBLE) ...)
; compiling (DEFINE-VOP (%MAKE-LISP-OBJ) ...)
; compiling (DEFINE-VOP (GET-LISP-OBJ-ADDRESS) ...)
; compiling (DEFINE-VOP (FUN-WORD-OFFSET) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/debug.fasl-tmp written
; compilation finished in 0:00:00.225
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/early-aliencomp.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFKNOWN %ALIEN-FUNCALL ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/early-aliencomp.fasl-tmp written
; compilation finished in 0:00:00.002
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/c-call.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFUN MY-MAKE-WIRED-TN ...)
; compiling (DEFSTRUCT (ARG-STATE #) ...)
; compiling (DEFUN INT-ARG ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (INTEGER :ARG-TN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (SYSTEM-AREA-POINTER :ARG-TN) ...)
; compiling (DEFUN FLOAT-ARG ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (DOUBLE-FLOAT :ARG-TN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (SINGLE-FLOAT :ARG-TN) ...)
; compiling (DEFSTRUCT (RESULT-STATE #) ...)
; compiling (DEFUN RESULT-REG-OFFSET ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (INTEGER :RESULT-TN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (INTEGER :NATURALIZE-GEN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (SYSTEM-AREA-POINTER :RESULT-TN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (DOUBLE-FLOAT :RESULT-TN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (SINGLE-FLOAT :RESULT-TN) ...)
; compiling (DEFINE-ALIEN-TYPE-METHOD (VALUES :RESULT-TN) ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE MAKE-CALL-OUT-TNS ...)
; compiling (DEFTRANSFORM %ALIEN-FUNCALL ...)
; compiling (DEFKNOWN SIGN-EXTEND ...)
; compiling (DEFINE-VOP (SIGN-EXTEND) ...)
; compiling (DEFUN SIGN-EXTEND ...)
; compiling (DEFINE-VOP (FOREIGN-SYMBOL-SAP) ...)
; compiling (DEFINE-VOP (FOREIGN-SYMBOL-DATAREF-SAP) ...)
; compiling (DEFINE-VOP (CALL-OUT) ...)
; compiling (DEFINE-VOP (ALLOC-NUMBER-STACK-SPACE) ...)
; compiling (DEFINE-VOP (DEALLOC-NUMBER-STACK-SPACE) ...)
; compiling (DEFINE-VOP (ALLOC-ALIEN-STACK-SPACE) ...)
; compiling (DEFINE-VOP (DEALLOC-ALIEN-STACK-SPACE) ...)
; compiling (DEFINE-VOP (TOUCH-OBJECT) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/c-call.fasl-tmp written
; compilation finished in 0:00:00.188
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/cell.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (SLOT) ...)
; compiling (DEFINE-VOP (SET-SLOT) ...)
; compiling (DEFINE-VOP (INIT-SLOT SET-SLOT))
; compiling (DEFINE-VOP (COMPARE-AND-SWAP-SLOT) ...)
; compiling (DEFINE-VOP (%COMPARE-AND-SWAP-SYMBOL-VALUE) ...)
; compiling (DEFINE-VOP (%SET-SYMBOL-GLOBAL-VALUE CELL-SET) ...)
; compiling (DEFINE-VOP (FAST-SYMBOL-GLOBAL-VALUE CELL-REF) ...)
; compiling (DEFINE-VOP (SYMBOL-GLOBAL-VALUE) ...)
; compiling (DEFINE-VOP (SET) ...)
; compiling (DEFINE-VOP (SYMBOL-VALUE) ...)
; compiling (DEFINE-VOP (FAST-SYMBOL-VALUE SYMBOL-VALUE) ...)
; compiling (DEFINE-VOP (BOUNDP) ...)
; compiling (DEFINE-VOP (SYMBOL-HASH) ...)
; compiling (DEFINE-VOP (FDEFN-FUN CELL-REF) ...)
; compiling (DEFINE-VOP (SAFE-FDEFN-FUN) ...)
; compiling (DEFINE-VOP (SET-FDEFN-FUN) ...)
; compiling (DEFINE-VOP (FDEFN-MAKUNBOUND) ...)
; compiling (DEFINE-VOP (BIND) ...)
; compiling (DEFINE-VOP (UNBIND) ...)
; compiling (DEFINE-VOP (UNBIND-TO-HERE) ...)
; compiling (DEFINE-VOP (BIND-SENTINEL) ...)
; compiling (DEFINE-VOP (UNBIND-SENTINEL) ...)
; compiling (DEFINE-FULL-REFFER CLOSURE-INDEX-REF ...)
; compiling (DEFINE-FULL-SETTER SET-FUNCALLABLE-INSTANCE-INFO ...)
; compiling (DEFINE-FULL-REFFER FUNCALLABLE-INSTANCE-INFO ...)
; compiling (DEFINE-VOP (CLOSURE-REF SLOT-REF) ...)
; compiling (DEFINE-VOP (CLOSURE-INIT SLOT-SET) ...)
; compiling (DEFINE-VOP (CLOSURE-INIT-FROM-FP) ...)
; compiling (DEFINE-VOP (VALUE-CELL-REF CELL-REF) ...)
; compiling (DEFINE-VOP (VALUE-CELL-SET CELL-SET) ...)
; compiling (DEFINE-VOP (INSTANCE-LENGTH) ...)
; compiling (DEFINE-FULL-REFFER INSTANCE-INDEX-REF ...)
; compiling (DEFINE-FULL-SETTER INSTANCE-INDEX-SET ...)
; compiling (DEFINE-FULL-COMPARE-AND-SWAP %COMPARE-AND-SWAP-INSTANCE-REF ...)
; compiling (DEFINE-FULL-REFFER CODE-HEADER-REF ...)
; compiling (DEFINE-FULL-SETTER CODE-HEADER-SET ...)
; compiling (DEFUN MAKE-EA-FOR-RAW-SLOT ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-REF/WORD) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-REF-C/WORD) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-SET/WORD) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-SET-C/WORD) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-INIT/WORD) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-ATOMIC-INCF-C/WORD) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-REF/SINGLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-REF-C/SINGLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-SET/SINGLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-SET-C/SINGLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-INIT/SINGLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-REF/DOUBLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-REF-C/DOUBLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-SET/DOUBLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-SET-C/DOUBLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-INIT/DOUBLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-REF/COMPLEX-SINGLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-REF-C/COMPLEX-SINGLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-SET/COMPLEX-SINGLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-SET-C/COMPLEX-SINGLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-INIT/COMPLEX-SINGLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-REF/COMPLEX-DOUBLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-REF-C/COMPLEX-DOUBLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-SET/COMPLEX-DOUBLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-SET-C/COMPLEX-DOUBLE) ...)
; compiling (DEFINE-VOP (RAW-INSTANCE-INIT/COMPLEX-DOUBLE) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/cell.fasl-tmp written
; compilation finished in 0:00:01.807
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/values.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (RESET-STACK-POINTER) ...)
; compiling (DEFINE-VOP (%%NIP-VALUES) ...)
; compiling (DEFINE-VOP (PUSH-VALUES) ...)
; compiling (DEFINE-VOP (VALUES-LIST) ...)
; compiling (DEFINE-VOP (%MORE-ARG-VALUES) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/values.fasl-tmp written
; compilation finished in 0:00:00.174
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/alloc.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (LIST-OR-LIST*) ...)
; compiling (DEFINE-VOP (LIST LIST-OR-LIST*) ...)
; compiling (DEFINE-VOP (LIST* LIST-OR-LIST*) ...)
; compiling (DEFINE-VOP (ALLOCATE-VECTOR-ON-HEAP) ...)
; compiling (DEFINE-VOP (ALLOCATE-VECTOR-ON-STACK) ...)
; compiling (DEFINE-VOP (MAKE-FDEFN) ...)
; compiling (DEFINE-VOP (MAKE-CLOSURE) ...)
; compiling (DEFINE-VOP (MAKE-VALUE-CELL) ...)
; compiling (DEFINE-VOP (MAKE-UNBOUND-MARKER) ...)
; compiling (DEFINE-VOP (MAKE-FUNCALLABLE-INSTANCE-TRAMP) ...)
; compiling (DEFINE-VOP (FIXED-ALLOC) ...)
; compiling (DEFINE-VOP (VAR-ALLOC) ...)
; compiling (DEFINE-VOP (%MAKE-SYMBOL) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/alloc.fasl-tmp written
; compilation finished in 0:00:02.555
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/call.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (!DEF-VM-SUPPORT-ROUTINE STANDARD-ARG-LOCATION ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE MAKE-RETURN-PC-PASSING-LOCATION ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE MAKE-OLD-FP-PASSING-LOCATION ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE MAKE-OLD-FP-SAVE-LOCATION ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE MAKE-RETURN-PC-SAVE-LOCATION ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE MAKE-ARG-COUNT-LOCATION ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE MAKE-NFP-TN ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE MAKE-STACK-POINTER-TN ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE MAKE-NUMBER-STACK-POINTER-TN ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE MAKE-UNKNOWN-VALUES-LOCATIONS ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE SELECT-COMPONENT-FORMAT ...)
; compiling (DEFINE-VOP (CURRENT-FP) ...)
; compiling (DEFINE-VOP (COMPUTE-OLD-NFP) ...)
; compiling (DEFINE-VOP (ANCESTOR-FRAME-REF) ...)
; compiling (DEFINE-VOP (ANCESTOR-FRAME-SET) ...)
; compiling (DEFINE-FRAME-OP DOUBLE-FLOAT ...)
; compiling (DEFINE-FRAME-OP SINGLE-FLOAT ...)
; compiling (DEFINE-FRAME-OP COMPLEX-DOUBLE-FLOAT ...)
; compiling (DEFINE-FRAME-OP COMPLEX-SINGLE-FLOAT ...)
; compiling (DEFINE-FRAME-OP SIGNED-BYTE-64 ...)
; compiling (DEFINE-FRAME-OP UNSIGNED-BYTE-64 ...)
; compiling (DEFINE-FRAME-OP SYSTEM-AREA-POINTER ...)
; compiling (DEFUN PRIMITIVE-TYPE-INDIRECT-CELL-TYPE ...)
; compiling (DEFINE-VOP (XEP-ALLOCATE-FRAME) ...)
; compiling (DEFINE-VOP (ALLOCATE-FRAME) ...)
; compiling (DEFINE-VOP (ALLOCATE-FULL-CALL-FRAME) ...)
; compiling (DEFUN DEFAULT-UNKNOWN-VALUES ...)
; compiling (DEFUN RECEIVE-UNKNOWN-VALUES ...)
; compiling (DEFINE-VOP (UNKNOWN-VALUES-RECEIVER) ...)
; compiling (DEFUN CHECK-OCFP-AND-RETURN-PC ...)
; compiling (DEFUN EMIT-BLOCK-HEADER ...)
; compiling (DEFINE-VOP (CALL-LOCAL) ...)
; compiling (DEFINE-VOP (MULTIPLE-CALL-LOCAL UNKNOWN-VALUES-RECEIVER) ...)
; compiling (DEFINE-VOP (KNOWN-CALL-LOCAL) ...)
; compiling (DEFINE-VOP (KNOWN-RETURN) ...)
; compiling (DEFINE-FULL-CALL CALL ...)
; compiling (DEFINE-FULL-CALL CALL-NAMED ...)
; compiling (DEFINE-FULL-CALL MULTIPLE-CALL ...)
; compiling (DEFINE-FULL-CALL MULTIPLE-CALL-NAMED ...)
; compiling (DEFINE-FULL-CALL TAIL-CALL ...)
; compiling (DEFINE-FULL-CALL TAIL-CALL-NAMED ...)
; compiling (DEFINE-FULL-CALL CALL-VARIABLE ...)
; compiling (DEFINE-FULL-CALL MULTIPLE-CALL-VARIABLE ...)
; compiling (DEFINE-VOP (TAIL-CALL-VARIABLE) ...)
; compiling (DEFINE-VOP (RETURN-SINGLE) ...)
; compiling (DEFINE-VOP (RETURN) ...)
; compiling (DEFINE-VOP (RETURN-MULTIPLE) ...)
; compiling (DEFINE-VOP (SETUP-ENVIRONMENT) ...)
; compiling (DEFINE-VOP (SETUP-CLOSURE-ENVIRONMENT) ...)
; compiling (DEFINE-VOP (COPY-MORE-ARG) ...)
; compiling (DEFINE-VOP (MORE-KW-ARG) ...)
; compiling (DEFINE-VOP (MORE-ARG) ...)
; compiling (DEFINE-VOP (LISTIFY-REST-ARGS) ...)
; compiling (DEFINE-VOP (MORE-ARG-CONTEXT) ...)
; compiling (DEFINE-VOP (VERIFY-ARG-COUNT) ...)
; compiling (DEF ARG-COUNT-ERROR ...)
; compiling (DEF TYPE-CHECK-ERROR ...)
; compiling (DEF LAYOUT-INVALID-ERROR ...)
; compiling (DEF ODD-KEY-ARGS-ERROR ...)
; compiling (DEF UNKNOWN-KEY-ARG-ERROR ...)
; compiling (DEF NIL-FUN-RETURNED-ERROR ...)
; compiling (DEFUN EMIT-SINGLE-STEP-TEST ...)
; compiling (DEFINE-VOP (STEP-INSTRUMENT-BEFORE-VOP) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/call.fasl-tmp written
; compilation finished in 0:00:01.415
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/nlx.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (!DEF-VM-SUPPORT-ROUTINE MAKE-NLX-SP-TN ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE MAKE-NLX-ENTRY-ARG-START-LOCATION ...)
; compiling (DEFUN CATCH-BLOCK-EA ...)
; compiling (DEFINE-VOP (SAVE-DYNAMIC-STATE) ...)
; compiling (DEFINE-VOP (RESTORE-DYNAMIC-STATE) ...)
; compiling (DEFINE-VOP (CURRENT-STACK-POINTER) ...)
; compiling (DEFINE-VOP (CURRENT-BINDING-POINTER) ...)
; compiling (DEFINE-VOP (MAKE-UNWIND-BLOCK) ...)
; compiling (DEFINE-VOP (MAKE-CATCH-BLOCK) ...)
; compiling (DEFINE-VOP (SET-UNWIND-PROTECT) ...)
; compiling (DEFINE-VOP (UNLINK-CATCH-BLOCK) ...)
; compiling (DEFINE-VOP (UNLINK-UNWIND-PROTECT) ...)
; compiling (DEFINE-VOP (NLX-ENTRY) ...)
; compiling (DEFINE-VOP (NLX-ENTRY-MULTIPLE) ...)
; compiling (DEFINE-VOP (UWP-ENTRY) ...)
; compiling (DEFINE-VOP (UNWIND-TO-FRAME-AND-CALL) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/nlx.fasl-tmp written
; compilation finished in 0:00:00.363
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/late-nlx.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (!DEF-VM-SUPPORT-ROUTINE MAKE-DYNAMIC-STATE-TNS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/late-nlx.fasl-tmp written
; compilation finished in 0:00:00.004
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/show.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (PRINT) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/show.fasl-tmp written
; compilation finished in 0:00:00.027
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/array.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFTYPE LOW-INDEX ...)
; compiling (DEFINE-VOP (MAKE-ARRAY-HEADER) ...)
; compiling (DEFINE-FULL-REFFER %ARRAY-DIMENSION ...)
; compiling (DEFINE-FULL-SETTER %SET-ARRAY-DIMENSION ...)
; compiling (DEFINE-VOP (ARRAY-RANK-VOP) ...)
; compiling (DEFINE-VOP (CHECK-BOUND) ...)
; compiling (DEF-FULL-DATA-VECTOR-FROBS SIMPLE-VECTOR ...)
; compiling (DEF-FULL-DATA-VECTOR-FROBS SIMPLE-ARRAY-UNSIGNED-BYTE-64 ...)
; compiling (DEF-FULL-DATA-VECTOR-FROBS SIMPLE-ARRAY-FIXNUM ...)
; compiling (DEF-FULL-DATA-VECTOR-FROBS SIMPLE-ARRAY-UNSIGNED-FIXNUM ...)
; compiling (DEF-FULL-DATA-VECTOR-FROBS SIMPLE-ARRAY-SIGNED-BYTE-64 ...)
; compiling (DEF-FULL-DATA-VECTOR-FROBS SIMPLE-ARRAY-UNSIGNED-BYTE-63 ...)
; compiling (DEFINE-FULL-COMPARE-AND-SWAP %COMPARE-AND-SWAP-SVREF ...)
; compiling (DEF-SMALL-DATA-VECTOR-FROBS SIMPLE-BIT-VECTOR ...)
; compiling (DEF-SMALL-DATA-VECTOR-FROBS SIMPLE-ARRAY-UNSIGNED-BYTE-2 ...)
; compiling (DEF-SMALL-DATA-VECTOR-FROBS SIMPLE-ARRAY-UNSIGNED-BYTE-4 ...)
; compiling (DEFUN MAKE-EA-FOR-FLOAT-REF ...)
; compiling (DEFINE-VOP (DATA-VECTOR-REF-WITH-OFFSET/SIMPLE-ARRAY-SINGLE-FLOAT) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-REF-C-WITH-OFFSET/SIMPLE-ARRAY-SINGLE-FLOAT) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-SET-WITH-OFFSET/SIMPLE-ARRAY-SINGLE-FLOAT) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-SET-C-WITH-OFFSET/SIMPLE-ARRAY-SINGLE-FLOAT) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-REF-WITH-OFFSET/SIMPLE-ARRAY-DOUBLE-FLOAT) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-REF-C/SIMPLE-ARRAY-DOUBLE-FLOAT) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-SET-WITH-OFFSET/SIMPLE-ARRAY-DOUBLE-FLOAT) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-SET-C-WITH-OFFSET/SIMPLE-ARRAY-DOUBLE-FLOAT) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-REF-WITH-OFFSET/SIMPLE-ARRAY-COMPLEX-SINGLE-FLOAT) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-REF-C-WITH-OFFSET/SIMPLE-ARRAY-COMPLEX-SINGLE-FLOAT) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-SET-WITH-OFFSET/SIMPLE-ARRAY-COMPLEX-SINGLE-FLOAT) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-SET-C-WITH-OFFSET/SIMPLE-ARRAY-COMPLEX-SINGLE-FLOAT) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-REF-WITH-OFFSET/SIMPLE-ARRAY-COMPLEX-DOUBLE-FLOAT) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-REF-C-WITH-OFFSET/SIMPLE-ARRAY-COMPLEX-DOUBLE-FLOAT) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-SET-WITH-OFFSET/SIMPLE-ARRAY-COMPLEX-DOUBLE-FLOAT) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-SET-C-WITH-OFFSET/SIMPLE-ARRAY-COMPLEX-DOUBLE-FLOAT) ...)
; compiling (DEFINE-DATA-VECTOR-FROBS SIMPLE-ARRAY-UNSIGNED-BYTE-7 ...)
; compiling (DEFINE-DATA-VECTOR-FROBS SIMPLE-ARRAY-UNSIGNED-BYTE-8 ...)
; compiling (DEFINE-DATA-VECTOR-FROBS SIMPLE-ARRAY-SIGNED-BYTE-8 ...)
; compiling (DEFINE-DATA-VECTOR-FROBS SIMPLE-BASE-STRING ...)
; compiling (DEFINE-DATA-VECTOR-FROBS SIMPLE-ARRAY-UNSIGNED-BYTE-15 ...)
; compiling (DEFINE-DATA-VECTOR-FROBS SIMPLE-ARRAY-UNSIGNED-BYTE-16 ...)
; compiling (DEFINE-DATA-VECTOR-FROBS SIMPLE-ARRAY-SIGNED-BYTE-16 ...)
; compiling (DEFINE-DATA-VECTOR-FROBS SIMPLE-ARRAY-UNSIGNED-BYTE-32 ...)
; compiling (DEFINE-DATA-VECTOR-FROBS SIMPLE-ARRAY-UNSIGNED-BYTE-31 ...)
; compiling (DEFINE-DATA-VECTOR-FROBS SIMPLE-ARRAY-SIGNED-BYTE-32 ...)
; compiling (DEFINE-DATA-VECTOR-FROBS SIMPLE-CHARACTER-STRING ...)
; compiling (DEFINE-FULL-REFFER VECTOR-RAW-BITS ...)
; compiling (DEFINE-FULL-SETTER SET-VECTOR-RAW-BITS ...)
; compiling (DEFINE-VOP (GET-VECTOR-SUBTYPE GET-HEADER-DATA))
; compiling (DEFINE-VOP (SET-VECTOR-SUBTYPE SET-HEADER-DATA))
; compiling (DEFINE-VOP (ARRAY-ATOMIC-INCF/WORD) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/array.fasl-tmp written
; compilation finished in 0:00:02.795
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/array.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (DATA-VECTOR-REF/SIMPLE-ARRAY-NIL) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-SET/SIMPLE-ARRAY-NIL) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-REF-WITH-OFFSET/SIMPLE-ARRAY-NIL) ...)
; compiling (DEFINE-VOP (DATA-VECTOR-SET/SIMPLE-ARRAY-NIL) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/array.fasl-tmp written
; compilation finished in 0:00:00.107
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/pred.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-VOP (BRANCH) ...)
; compiling (DEFINE-VOP (BRANCH-IF) ...)
; compiling (DEFVAR *CMOV-PTYPE-REPRESENTATION-VOP* ...)
; compiling (!DEF-VM-SUPPORT-ROUTINE CONVERT-CONDITIONAL-MOVE-P ...)
; compiling (DEFINE-VOP (MOVE-IF) ...)
; compiling (DEF-MOVE-IF MOVE-IF/T ...)
; compiling (DEF-MOVE-IF MOVE-IF/FX ...)
; compiling (DEF-MOVE-IF MOVE-IF/UNSIGNED ...)
; compiling (DEF-MOVE-IF MOVE-IF/SIGNED ...)
; compiling (DEF-MOVE-IF MOVE-IF/CHAR ...)
; compiling (DEF-MOVE-IF MOVE-IF/SAP ...)
; compiling (DEFINE-VOP (IF-EQ) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/pred.fasl-tmp written
; compilation finished in 0:00:00.301
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/type-vops.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFUN GENERATE-FIXNUM-TEST ...)
; compiling (DEFUN %TEST-FIXNUM ...)
; compiling (DEFUN %TEST-FIXNUM-AND-HEADERS ...)
; compiling (DEFUN %TEST-FIXNUM-AND-IMMEDIATE ...)
; compiling (DEFUN %TEST-FIXNUM-IMMEDIATE-AND-HEADERS ...)
; compiling (DEFUN %TEST-IMMEDIATE ...)
; compiling (DEFUN %TEST-IMMEDIATE-AND-HEADERS ...)
; compiling (DEFUN %TEST-LOWTAG ...)
; compiling (DEFUN %TEST-HEADERS ...)
; compiling (DEFINE-VOP (CHECK-TYPE) ...)
; compiling (DEFINE-VOP (TYPE-PREDICATE) ...)
; compiling (DEFINE-VOP (SIMPLE-CHECK-TYPE) ...)
; compiling (DEFINE-VOP (SIMPLE-TYPE-PREDICATE) ...)
; compiling (DEFUN COST-TO-TEST-TYPES ...)
; compiling (DEFMACRO !DEFINE-TYPE-VOPS ...)
; compiling (DEFINE-VOP (FIXNUMP/UNSIGNED-BYTE-64 SIMPLE-TYPE-PREDICATE) ...)
; compiling (DEFINE-VOP (FIXNUMP/SIGNED-BYTE-64 TYPE-PREDICATE) ...)
; compiling (DEFINE-VOP (SIGNED-BYTE-64-P TYPE-PREDICATE) ...)
; compiling (DEFINE-VOP (CHECK-SIGNED-BYTE-64 CHECK-TYPE) ...)
; compiling (DEFINE-VOP (UNSIGNED-BYTE-64-P TYPE-PREDICATE) ...)
; compiling (DEFINE-VOP (CHECK-UNSIGNED-BYTE-64 CHECK-TYPE) ...)
; compiling (DEFINE-VOP (SYMBOLP TYPE-PREDICATE) ...)
; compiling (DEFINE-VOP (CHECK-SYMBOL CHECK-TYPE) ...)
; compiling (DEFINE-VOP (CONSP TYPE-PREDICATE) ...)
; compiling (DEFINE-VOP (CHECK-CONS CHECK-TYPE) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/x86-64/type-vops.fasl-tmp written
; compilation finished in 0:00:00.273
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/late-type-vops.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (!DEFINE-TYPE-VOPS FIXNUMP ...)
; compiling (!DEFINE-TYPE-VOPS FUNCTIONP ...)
; compiling (!DEFINE-TYPE-VOPS LISTP ...)
; compiling (!DEFINE-TYPE-VOPS %INSTANCEP ...)
; compiling (!DEFINE-TYPE-VOPS %OTHER-POINTER-P ...)
; compiling (!DEFINE-TYPE-VOPS BIGNUMP ...)
; compiling (!DEFINE-TYPE-VOPS RATIOP ...)
; compiling (!DEFINE-TYPE-VOPS COMPLEXP ...)
; compiling (!DEFINE-TYPE-VOPS COMPLEX-RATIONAL-P ...)
; compiling (!DEFINE-TYPE-VOPS COMPLEX-FLOAT-P ...)
; compiling (!DEFINE-TYPE-VOPS COMPLEX-SINGLE-FLOAT-P ...)
; compiling (!DEFINE-TYPE-VOPS COMPLEX-DOUBLE-FLOAT-P ...)
; compiling (!DEFINE-TYPE-VOPS SINGLE-FLOAT-P ...)
; compiling (!DEFINE-TYPE-VOPS DOUBLE-FLOAT-P ...)
; compiling (!DEFINE-TYPE-VOPS SIMPLE-STRING-P ...)
; compiling (DEFINE-SIMPLE-ARRAY-TYPE-VOPS)
; compiling (!DEFINE-TYPE-VOPS CHARACTERP ...)
; compiling (!DEFINE-TYPE-VOPS SYSTEM-AREA-POINTER-P ...)
; compiling (!DEFINE-TYPE-VOPS WEAK-POINTER-P ...)
; compiling (!DEFINE-TYPE-VOPS CODE-COMPONENT-P ...)
; compiling (!DEFINE-TYPE-VOPS LRA-P ...)
; compiling (!DEFINE-TYPE-VOPS FDEFN-P ...)
; compiling (!DEFINE-TYPE-VOPS FUNCALLABLE-INSTANCE-P ...)
; compiling (!DEFINE-TYPE-VOPS ARRAY-HEADER-P ...)
; compiling (!DEFINE-TYPE-VOPS STRINGP ...)
; compiling (!DEFINE-TYPE-VOPS BASE-STRING-P ...)
; compiling (!DEFINE-TYPE-VOPS BIT-VECTOR-P ...)
; compiling (!DEFINE-TYPE-VOPS VECTOR-NIL-P ...)
; compiling (!DEFINE-TYPE-VOPS CHARACTER-STRING-P ...)
; compiling (!DEFINE-TYPE-VOPS VECTORP ...)
; compiling (!DEFINE-TYPE-VOPS COMPLEX-VECTOR-P ...)
; compiling (!DEFINE-TYPE-VOPS SIMPLE-ARRAY-P ...)
; compiling (!DEFINE-TYPE-VOPS ARRAYP ...)
; compiling (!DEFINE-TYPE-VOPS NUMBERP ...)
; compiling (!DEFINE-TYPE-VOPS RATIONALP ...)
; compiling (!DEFINE-TYPE-VOPS INTEGERP ...)
; compiling (!DEFINE-TYPE-VOPS FLOATP ...)
; compiling (!DEFINE-TYPE-VOPS REALP ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/late-type-vops.fasl-tmp written
; compilation finished in 0:00:01.678
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/assembly/x86-64/assem-rtns.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-ASSEMBLY-ROUTINE (THROW #) ...)
; compiling (DEFINE-ASSEMBLY-ROUTINE (UNWIND # ...) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/assembly/x86-64/assem-rtns.fasl-tmp written
; compilation finished in 0:00:00.074
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/assembly/x86-64/array.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!VM")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/assembly/x86-64/array.fasl-tmp written
; compilation finished in 0:00:00.002
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/assembly/x86-64/arith.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!VM")
; compiling (DEFINE-GENERIC-ARITH-ROUTINE (+ 10) ...)
; compiling (DEFINE-GENERIC-ARITH-ROUTINE (- 10) ...)
; compiling (DEFINE-GENERIC-ARITH-ROUTINE (* 30) ...)
; compiling (DEFINE-ASSEMBLY-ROUTINE (GENERIC-NEGATE # ...) ...)
; compiling (DEFINE-COND-ASSEM-RTN GENERIC-< ...)
; compiling (DEFINE-COND-ASSEM-RTN GENERIC-> ...)
; compiling (DEFINE-VOP (GENERIC-EQL) ...)
; compiling (DEFINE-VOP (GENERIC-=) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/assembly/x86-64/arith.fasl-tmp written
; compilation finished in 0:00:00.305
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/assembly/x86-64/alloc.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!VM")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/assembly/x86-64/alloc.fasl-tmp written
; compilation finished in 0:00:00.002
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/pseudo-vops.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFINE-VOP (NOTE-ENVIRONMENT-START) ...)
; compiling (DEFINE-VOP (MOVE-OPERAND) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/pseudo-vops.fasl-tmp written
; compilation finished in 0:00:00.024
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/aliencomp.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFKNOWN %SAP-ALIEN ...)
; compiling (DEFKNOWN ALIEN-SAP ...)
; compiling (DEFKNOWN SLOT ...)
; compiling (DEFKNOWN %SET-SLOT ...)
; compiling (DEFKNOWN %SLOT-ADDR ...)
; compiling (DEFKNOWN DEREF ...)
; compiling (DEFKNOWN %SET-DEREF ...)
; compiling (DEFKNOWN %DEREF-ADDR ...)
; compiling (DEFKNOWN %HEAP-ALIEN ...)
; compiling (DEFKNOWN %SET-HEAP-ALIEN ...)
; compiling (DEFKNOWN %HEAP-ALIEN-ADDR ...)
; compiling (DEFKNOWN MAKE-LOCAL-ALIEN ...)
; compiling (DEFKNOWN NOTE-LOCAL-ALIEN-TYPE ...)
; compiling (DEFKNOWN LOCAL-ALIEN ...)
; compiling (DEFKNOWN %LOCAL-ALIEN-FORCED-TO-MEMORY-P ...)
; compiling (DEFKNOWN %SET-LOCAL-ALIEN ...)
; compiling (DEFKNOWN %LOCAL-ALIEN-ADDR ...)
; compiling (DEFKNOWN DISPOSE-LOCAL-ALIEN ...)
; compiling (DEFKNOWN %CAST ...)
; compiling (DEFKNOWN NATURALIZE ...)
; compiling (DEFKNOWN DEPORT ...)
; compiling (DEFKNOWN DEPORT-ALLOC ...)
; compiling (DEFKNOWN EXTRACT-ALIEN-VALUE ...)
; compiling (DEFKNOWN DEPOSIT-ALIEN-VALUE ...)
; compiling (DEFKNOWN ALIEN-FUNCALL ...)
; compiling (DEFTRANSFORM SLOT ...)
; compiling (DEFTRANSFORM %SET-SLOT ...)
; compiling (DEFTRANSFORM %SLOT-ADDR ...)
; compiling (DEFUN FIND-SLOT-OFFSET-AND-TYPE ...)
; compiling (DEFTRANSFORM SLOT ...)
; compiling (DEFTRANSFORM %SET-SLOT ...)
; compiling (DEFOPTIMIZER (%SLOT-ADDR DERIVE-TYPE) ...)
; compiling (DEFTRANSFORM %SLOT-ADDR ...)
; compiling (DEFUN FIND-DEREF-ALIEN-TYPE ...)
; compiling (DEFUN FIND-DEREF-ELEMENT-TYPE ...)
; compiling (DEFUN COMPUTE-DEREF-GUTS ...)
; compiling (DEFTRANSFORM DEREF ...)
; compiling (DEFTRANSFORM %SET-DEREF ...)
; compiling (DEFOPTIMIZER (%DEREF-ADDR DERIVE-TYPE) ...)
; compiling (DEFTRANSFORM %DEREF-ADDR ...)
; compiling (DEFUN HEAP-ALIEN-SAP-AND-TYPE ...)
; compiling (DEFTRANSFORM %HEAP-ALIEN ...)
; compiling (DEFTRANSFORM %SET-HEAP-ALIEN ...)
; compiling (DEFOPTIMIZER (%HEAP-ALIEN-ADDR DERIVE-TYPE) ...)
; compiling (DEFTRANSFORM %HEAP-ALIEN-ADDR ...)
; compiling (DEFUN ALIEN-INFO-CONSTANT-OR-ABORT ...)
; compiling (DEFTRANSFORM MAKE-LOCAL-ALIEN ...)
; compiling (DEFTRANSFORM NOTE-LOCAL-ALIEN-TYPE ...)
; compiling (DEFTRANSFORM LOCAL-ALIEN ...)
; compiling (DEFTRANSFORM %LOCAL-ALIEN-FORCED-TO-MEMORY-P ...)
; compiling (DEFTRANSFORM %SET-LOCAL-ALIEN ...)
; compiling (DEFOPTIMIZER (%LOCAL-ALIEN-ADDR DERIVE-TYPE) ...)
; compiling (DEFTRANSFORM %LOCAL-ALIEN-ADDR ...)
; compiling (DEFTRANSFORM DISPOSE-LOCAL-ALIEN ...)
; compiling (DEFOPTIMIZER (%CAST DERIVE-TYPE) ...)
; compiling (DEFTRANSFORM %CAST ...)
; compiling (DEFTRANSFORM ALIEN-SAP ...)
; compiling (DEFOPTIMIZER (%SAP-ALIEN DERIVE-TYPE) ...)
; compiling (DEFTRANSFORM %SAP-ALIEN ...)
; compiling (FLET (#) ...)
; compiling (DEFUN COUNT-LOW-ORDER-ZEROS ...)
; compiling (DEFTRANSFORM / ...)
; compiling (DEFTRANSFORM ASH ...)
; compiling (DEFTRANSFORM ALIEN-FUNCALL ...)
; compiling (DEFVAR *SAVED-FP-AND-PCS*)
; compiling (DECLAIM (INLINE INVOKE-WITH-SAVED-FP-AND-PC))
; compiling (DEFUN INVOKE-WITH-SAVED-FP-AND-PC ...)
; compiling (DEFUN FIND-SAVED-FP-AND-PC ...)
; compiling (DEFTRANSFORM ALIEN-FUNCALL ...)
; compiling (DEFOPTIMIZER (%ALIEN-FUNCALL DERIVE-TYPE) ...)
; compiling (DEFOPTIMIZER (%ALIEN-FUNCALL LTN-ANNOTATE) ...)
; compiling (DEFOPTIMIZER (%ALIEN-FUNCALL IR2-CONVERT) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/aliencomp.fasl-tmp written
; compilation finished in 0:00:00.269
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ltv.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFKNOWN %LOAD-TIME-VALUE ...)
; compiling (DEF-IR1-TRANSLATOR LOAD-TIME-VALUE ...)
; compiling (DEFOPTIMIZER (%LOAD-TIME-VALUE IR2-CONVERT) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/ltv.fasl-tmp written
; compilation finished in 0:00:00.035
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/gtn.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN GTN-ANALYZE ...)
; compiling (DEFUN ASSIGN-LAMBDA-VAR-TNS ...)
; compiling (DEFUN ASSIGN-IR2-PHYSENV ...)
; compiling (DEFUN HAS-FULL-CALL-USE ...)
; compiling (DEFUN USE-STANDARD-RETURNS ...)
; compiling (DEFUN RETURN-VALUE-EFFICIENCY-NOTE ...)
; compiling (DEFUN RETURN-INFO-FOR-SET ...)
; compiling (DEFUN ASSIGN-RETURN-LOCATIONS ...)
; compiling (DEFUN ASSIGN-IR2-NLX-INFO ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/gtn.fasl-tmp written
; compilation finished in 0:00:00.058
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ltn.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN NODE-LTN-POLICY ...)
; compiling (DEFUN LTN-POLICY-SAFE-P ...)
; compiling (DECLAIM (INLINE LVAR-PTYPE))
; compiling (DEFUN LVAR-PTYPE ...)
; compiling (DEFUN LVAR-DELAYED-LEAF ...)
; compiling (DEFUN ANNOTATE-1-VALUE-LVAR ...)
; compiling (DEFUN ANNOTATE-ORDINARY-LVAR ...)
; compiling (DEFUN ANNOTATE-FUN-LVAR ...)
; compiling (DEFUN FLUSH-FULL-CALL-TAIL-TRANSFER ...)
; compiling (DEFUN LTN-DEFAULT-CALL ...)
; compiling (DEFUN ANNOTATE-UNKNOWN-VALUES-LVAR ...)
; compiling (DEFUN ANNOTATE-FIXED-VALUES-LVAR ...)
; compiling (DEFUN LTN-ANALYZE-RETURN ...)
; compiling (DEFUN LTN-ANALYZE-MV-BIND ...)
; compiling (DEFUN LTN-ANALYZE-MV-CALL ...)
; compiling (DEFUN LTN-ANALYZE-LOCAL-CALL ...)
; compiling (DEFUN SET-TAIL-LOCAL-CALL-SUCCESSOR ...)
; compiling (DEFUN LTN-ANALYZE-SET ...)
; compiling (DEFUN LTN-ANALYZE-IF ...)
; compiling (DEFUN LTN-ANALYZE-EXIT ...)
; compiling (DEFOPTIMIZER (%UNWIND-PROTECT LTN-ANNOTATE) ...)
; compiling (DEFOPTIMIZER (%POP-VALUES LTN-ANNOTATE) ...)
; compiling (DEFOPTIMIZER (%NIP-VALUES LTN-ANNOTATE) ...)
; compiling (DEFUN OPERAND-RESTRICTION-OK ...)
; compiling (DEFUN TEMPLATE-ARGS-OK ...)
; compiling (DEFUN TEMPLATE-RESULTS-OK ...)
; compiling (DEFUN IS-OK-TEMPLATE-USE ...)
; compiling (DEFUN FIND-TEMPLATE ...)
; compiling (DEFUN FIND-TEMPLATE-FOR-LTN-POLICY ...)
; compiling (DEFVAR *EFFICIENCY-NOTE-LIMIT* ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *EFFICIENCY-NOTE-COST-THRESHOLD* ...)
; compiling (DECLAIM (TYPE INDEX ...))
; compiling (DEFUN STRANGE-TEMPLATE-FAILURE ...)
; compiling (DEFUN NOTE-REJECTED-TEMPLATES ...)
; compiling (DEFUN LTN-ANALYZE-KNOWN-CALL ...)
; compiling (DEFUN LTN-ANALYZE-CAST ...)
; compiling (DEFUN LTN-ANNOTATE-CASTS ...)
; compiling (DEFUN LTN-ANNOTATE-CAST ...)
; compiling (DEFUN LTN-ANALYZE-BLOCK ...)
; compiling (DEFUN LTN-ANALYZE ...)
; compiling (DEFUN LTN-ANALYZE-BELATED-BLOCK ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/ltn.fasl-tmp written
; compilation finished in 0:00:00.191
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/stack.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN FIND-PUSHED-LVARS ...)
; compiling (DEFUN NLE-BLOCK-NLX-INFO ...)
; compiling (DEFUN NLE-BLOCK-ENTRY-BLOCK ...)
; compiling (DEFUN MERGE-UVL-LIVE-SETS ...)
; compiling (DEFUN UPDATE-UVL-LIVE-SETS ...)
; compiling (DEFUN ORDER-BLOCK-UVL-SETS ...)
; compiling (DEFUN ORDER-UVL-SETS ...)
; compiling (DEFUN DISCARD-UNUSED-VALUES ...)
; compiling (DEFUN FIND-PUSHING-BLOCKS ...)
; compiling (DEFUN STACK-ANALYZE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/stack.fasl-tmp written
; compilation finished in 0:00:00.071
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/control.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN ADD-TO-EMIT-ORDER ...)
; compiling (DEFUN FIND-ROTATED-LOOP-HEAD ...)
; compiling (DEFUN CONTROL-ANALYZE-BLOCK ...)
; compiling (DEFUN CONTROL-ANALYZE-1-FUN ...)
; compiling (DEFEVENT CONTROL-DELETED-BLOCK ...)
; compiling (DEFUN CONTROL-ANALYZE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/control.fasl-tmp written
; compilation finished in 0:00:00.032
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/entry.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN ENTRY-ANALYZE ...)
; compiling (DEFUN COMPUTE-ENTRY-INFO ...)
; compiling (DEFUN REPLACE-TOPLEVEL-XEPS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/entry.fasl-tmp written
; compilation finished in 0:00:00.023
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir2tran.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN EMIT-MOVE ...)
; compiling (DEFUN EMIT-STEP-P ...)
; compiling (DEFUN TYPE-CHECK-TEMPLATE ...)
; compiling (DEFUN EMIT-TYPE-CHECK ...)
; compiling (DEFEVENT MAKE-VALUE-CELL-EVENT ...)
; compiling (DEFUN EMIT-MAKE-VALUE-CELL ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN FIND-IN-PHYSENV ...)
; compiling (DEFUN CONSTANT-TN ...)
; compiling (DEFUN LEAF-TN ...)
; compiling (DEFUN EMIT-CONSTANT ...)
; compiling (DEFUN BOXED-REF-P ...)
; compiling (DEFUN IR2-CONVERT-REF ...)
; compiling (DEFUN ASSERTIONS-ON-IR2-CONVERTED-CLAMBDA ...)
; compiling (DEFUN IR2-CONVERT-CLOSURE ...)
; compiling (DEFUN CLOSURE-INITIAL-VALUE ...)
; compiling (DEFOPTIMIZER (%ALLOCATE-CLOSURES LTN-ANNOTATE) ...)
; compiling (DEFOPTIMIZER (%ALLOCATE-CLOSURES IR2-CONVERT) ...)
; compiling (DEFUN IR2-CONVERT-SET ...)
; compiling (DEFUN LVAR-TN ...)
; compiling (DEFUN LVAR-TNS ...)
; compiling (DEFUN LVAR-RESULT-TNS ...)
; compiling (DEFUN MAKE-STANDARD-VALUE-TNS ...)
; compiling (DEFUN STANDARD-RESULT-TNS ...)
; compiling (DEFUN MOVE-RESULTS-COERCED ...)
; compiling (DEFUN MOVE-RESULTS-CHECKED ...)
; compiling (DEFUN MOVE-LVAR-RESULT ...)
; compiling (DEFUN IR2-CONVERT-CAST ...)
; compiling (DEFUN REFERENCE-ARGS ...)
; compiling (DEFUN IR2-CONVERT-CONDITIONAL ...)
; compiling (DEFUN IR2-CONVERT-IF ...)
; compiling (DEFUN FIND-TEMPLATE-RESULT-TYPES ...)
; compiling (DEFUN MAKE-TEMPLATE-RESULT-TNS ...)
; compiling (DEFUN IR2-CONVERT-TEMPLATE ...)
; compiling (DEFOPTIMIZER (%%PRIMITIVE IR2-CONVERT) ...)
; compiling (DEFOPTIMIZER (%%PRIMITIVE DERIVE-TYPE) ...)
; compiling (DEFUN IR2-CONVERT-LET ...)
; compiling (DEFUN EMIT-PSETQ-MOVES ...)
; compiling (DEFUN IR2-CONVERT-TAIL-LOCAL-CALL ...)
; compiling (DEFUN IR2-CONVERT-ASSIGNMENT ...)
; compiling (DEFUN IR2-CONVERT-LOCAL-CALL-ARGS ...)
; compiling (DEFUN IR2-CONVERT-LOCAL-KNOWN-CALL ...)
; compiling (DEFUN IR2-CONVERT-LOCAL-UNKNOWN-CALL ...)
; compiling (DEFUN IR2-CONVERT-LOCAL-CALL ...)
; compiling (DEFUN FUN-LVAR-TN ...)
; compiling (DEFUN MOVE-TAIL-FULL-CALL-ARGS ...)
; compiling (DEFUN IR2-CONVERT-TAIL-FULL-CALL ...)
; compiling (DEFUN IR2-CONVERT-FULL-CALL-ARGS ...)
; compiling (DEFUN IR2-CONVERT-FIXED-FULL-CALL ...)
; compiling (DEFUN IR2-CONVERT-MULTIPLE-FULL-CALL ...)
; compiling (DEFUN PONDER-FULL-CALL ...)
; compiling (DEFUN IR2-CONVERT-FULL-CALL ...)
; compiling (DEFUN INIT-XEP-ENVIRONMENT ...)
; compiling (DEFUN IR2-CONVERT-BIND ...)
; compiling (DEFUN IR2-CONVERT-RETURN ...)
; compiling (DEFOPTIMIZER (%CALLER-FRAME IR2-CONVERT) ...)
; compiling (DEFOPTIMIZER (%CALLER-PC IR2-CONVERT) ...)
; compiling (DEFUN IR2-CONVERT-MV-BIND ...)
; compiling (DEFUN IR2-CONVERT-MV-CALL ...)
; compiling (DEFOPTIMIZER (%POP-VALUES IR2-CONVERT) ...)
; compiling (DEFOPTIMIZER (%NIP-VALUES IR2-CONVERT) ...)
; compiling (DEFOPTIMIZER (VALUES IR2-CONVERT) ...)
; compiling (DEFOPTIMIZER (VALUES-LIST IR2-CONVERT) ...)
; compiling (DEFOPTIMIZER (%MORE-ARG-VALUES IR2-CONVERT) ...)
; compiling (DEFOPTIMIZER (%SPECIAL-BIND IR2-CONVERT) ...)
; compiling (DEFOPTIMIZER (%SPECIAL-UNBIND IR2-CONVERT) ...)
; compiling (DEF-IR1-TRANSLATOR PROGV ...)
; compiling (DEFUN IR2-CONVERT-EXIT ...)
; compiling (DEFOPTIMIZER (%CLEANUP-POINT IR2-CONVERT) ...)
; compiling (DEFOPTIMIZER (%LEXICAL-EXIT-BREAKUP IR2-CONVERT) ...)
; compiling (DEFUN IR2-CONVERT-THROW ...)
; compiling (DEFUN EMIT-NLX-START ...)
; compiling (DEFUN IR2-CONVERT-ENTRY ...)
; compiling (DEFOPTIMIZER (%CATCH IR2-CONVERT) ...)
; compiling (DEFOPTIMIZER (%UNWIND-PROTECT IR2-CONVERT) ...)
; compiling (DEFOPTIMIZER (%NLX-ENTRY IR2-CONVERT) ...)
; compiling (DEF LIST)
; compiling (DEF LIST*)
; compiling (DEFUN IR2-CONVERT ...)
; compiling (DEFUN FINISH-IR2-BLOCK ...)
; compiling (DEFUN IR2-CONVERT-BLOCK ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/ir2tran.fasl-tmp written
; compilation finished in 0:00:00.691
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/vm-ir2tran.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEF-ALLOC %MAKE-STRUCTURE-INSTANCE ...)
; compiling (DEFOPTIMIZER (%MAKE-STRUCTURE-INSTANCE STACK-ALLOCATE-RESULT) ...)
; compiling (DEFOPTIMIZER IR2-CONVERT-REFFER ...)
; compiling (DEFOPTIMIZER IR2-CONVERT-SETTER ...)
; compiling (DEFOPTIMIZER IR2-CONVERT-SETFER ...)
; compiling (DEFOPTIMIZER IR2-CONVERT-CASSER ...)
; compiling (DEFUN EMIT-INITS ...)
; compiling (DEFUN EMIT-FIXED-ALLOC ...)
; compiling (DEFOPTIMIZER IR2-CONVERT-FIXED-ALLOCATION ...)
; compiling (DEFOPTIMIZER IR2-CONVERT-VARIABLE-ALLOCATION ...)
; compiling (DEFOPTIMIZER IR2-CONVERT-STRUCTURE-ALLOCATION ...)
; compiling (DEFOPTIMIZER (INITIALIZE-VECTOR IR2-CONVERT) ...)
; compiling (LET (#) ...)
; compiling (DEFOPTIMIZER (ALLOCATE-VECTOR STACK-ALLOCATE-RESULT) ...)
; compiling (DEFOPTIMIZER (ALLOCATE-VECTOR LTN-ANNOTATE) ...)
; compiling (DEFOPTIMIZER (LIST STACK-ALLOCATE-RESULT) ...)
; compiling (DEFOPTIMIZER (LIST* STACK-ALLOCATE-RESULT) ...)
; compiling (DEFOPTIMIZER (%LISTIFY-REST-ARGS STACK-ALLOCATE-RESULT) ...)
; compiling (DEFOPTIMIZER (CONS STACK-ALLOCATE-RESULT) ...)
; compiling (DEFOPTIMIZER (%MAKE-COMPLEX STACK-ALLOCATE-RESULT) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/vm-ir2tran.fasl-tmp written
; compilation finished in 0:00:00.304
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/copyprop.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN TN-IS-COPY-OF ...)
; compiling (DEFUN INIT-COPY-SETS ...)
; compiling (DEFUN COPY-FLOW-ANALYSIS ...)
; compiling (DEFEVENT COPY-DELETED-MOVE ...)
; compiling (DEFUN OK-COPY-REF ...)
; compiling (DEFUN PROPAGATE-COPIES ...)
; compiling (DEFUN COPY-PROPAGATE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/copyprop.fasl-tmp written
; compilation finished in 0:00:00.045
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/represent.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN GET-OPERAND-INFO ...)
; compiling (DEFUN LISTIFY-RESTRICTIONS ...)
; compiling (DEFUN BAD-COSTS-ERROR ...)
; compiling (DEFUN BAD-COERCE-ERROR ...)
; compiling (DEFUN BAD-MOVE-ARG-ERROR ...)
; compiling (DEFUN CHECK-MOVE-FUN-CONSISTENCY ...)
; compiling (DEFPARAMETER *IGNORE-COST-VOPS* ...)
; compiling (DEFPARAMETER *SUPPRESS-NOTE-VOPS* ...)
; compiling (DEFUN ADD-REPRESENTATION-COSTS ...)
; compiling (DEFUN SELECT-TN-REPRESENTATION ...)
; compiling (DEFUN NOTE-NUMBER-STACK-TN ...)
; compiling (DEFUN GET-OPERAND-NAME ...)
; compiling (DEFUN MAYBE-EMIT-COERCE-EFFICIENCY-NOTE ...)
; compiling (DEFUN FIND-MOVE-VOP ...)
; compiling (DEFUN EMIT-COERCE-VOP ...)
; compiling (DECLAIM (INLINE COERCE-SOME-OPERANDS))
; compiling (DEFUN COERCE-SOME-OPERANDS ...)
; compiling (DEFUN COERCE-VOP-OPERANDS ...)
; compiling (DEFUN EMIT-ARG-MOVES ...)
; compiling (DEFUN EMIT-MOVES-AND-COERCIONS ...)
; compiling (DECLAIM (INLINE NOTE-IF-NUMBER-STACK))
; compiling (DEFUN NOTE-IF-NUMBER-STACK ...)
; compiling (DEFUN SELECT-REPRESENTATIONS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/represent.fasl-tmp written
; compilation finished in 0:00:00.194
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir2opt.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFVAR *2BLOCK-PRED*)
; compiling (DEFVAR *2BLOCK-SUCC*)
; compiling (DEFVAR *LABEL-2BLOCK*)
; compiling (DEFUN INITIALIZE-IR2-BLOCKS-FLOW-INFO ...)
; compiling (DEFUN UPDATE-BLOCK-SUCC ...)
; compiling (DECLAIM (INLINE VOP-NAME))
; compiling (DEFUN VOP-NAME ...)
; compiling (DEFUN MOVE-VALUE-TARGET ...)
; compiling (DEFUN CMOVP ...)
; compiling (DECLAIM (INLINE CONVERT-ONE-CMOV))
; compiling (DEFUN CONVERT-ONE-CMOV ...)
; compiling (DEFUN MAYBE-CONVERT-ONE-CMOV ...)
; compiling (DEFUN CONVERT-CMOVS ...)
; compiling (DEFUN DELETE-UNUSED-IR2-BLOCKS ...)
; compiling (DEFUN DELETE-FALL-THROUGH-JUMPS ...)
; compiling (DEFUN IR2-OPTIMIZE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/ir2opt.fasl-tmp written
; compilation finished in 0:00:00.053
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/pack.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFVAR *PACK-ASSIGN-COSTS* ...)
; compiling (DEFVAR *PACK-OPTIMIZE-SAVES* ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN OFFSET-CONFLICTS-IN-SB ...)
; compiling (DEFUN CONFLICTS-IN-SC ...)
; compiling (DEFUN ADD-LOCATION-CONFLICTS ...)
; compiling (DEFUN FIND-LOCATION-USAGE ...)
; compiling (DEFUN IR2-BLOCK-COUNT ...)
; compiling (DEFUN INIT-SB-VECTORS ...)
; compiling (DEFUN GROW-SC ...)
; compiling (DEFUN NO-LOAD-FUN-ERROR ...)
; compiling (DEFUN FAILED-TO-PACK-ERROR ...)
; compiling (DEFUN DESCRIBE-TN-USE ...)
; compiling (DEFUN FAILED-TO-PACK-LOAD-TN-ERROR ...)
; compiling (DEFUN NO-LOAD-SCS-ALLOWED-BY-PRIMITIVE-TYPE-ERROR ...)
; compiling (DEFUN NOTE-SPILLED-TN ...)
; compiling (DEFUN PACK-SAVE-TN ...)
; compiling (DEFUN EMIT-OPERAND-LOAD ...)
; compiling (DEFUN REVERSE-FIND-VOP ...)
; compiling (DEFUN SAVE-COMPLEX-WRITER-TN ...)
; compiling (DEFUN FIND-SINGLE-WRITER ...)
; compiling (DEFUN SAVE-SINGLE-WRITER-TN ...)
; compiling (DEFUN RESTORE-SINGLE-WRITER-TN ...)
; compiling (DEFUN BASIC-SAVE-TN ...)
; compiling (DEFUN EMIT-SAVES ...)
; compiling (DEFUN SAVE-IF-NECESSARY ...)
; compiling (DEFUN RESTORE-TN ...)
; compiling (DEFUN OPTIMIZED-EMIT-SAVES-BLOCK ...)
; compiling (DEFUN OPTIMIZED-EMIT-SAVES ...)
; compiling (DEFUN ASSIGN-TN-COSTS ...)
; compiling (DEFUN ASSIGN-TN-DEPTHS ...)
; compiling (DEFVAR *LIVE-BLOCK*)
; compiling (DEFVAR *LIVE-VOP*)
; compiling (DEFVAR *REPACK-BLOCKS*)
; compiling (DECLAIM (TYPE LIST ...))
; compiling (DEFUN INIT-LIVE-TNS ...)
; compiling (DEFUN COMPUTE-LIVE-TNS ...)
; compiling (DEFUN LOAD-TN-OFFSET-CONFLICTS-IN-SB ...)
; compiling (DEFUN LOAD-TN-CONFLICTS-IN-SC ...)
; compiling (DEFUN FIND-LOAD-TN-TARGET ...)
; compiling (DEFUN SELECT-LOAD-TN-LOCATION ...)
; compiling (DEFEVENT UNPACK-TN ...)
; compiling (DEFUN UNPACK-TN ...)
; compiling (DEFEVENT UNPACK-FALLBACK ...)
; compiling (DEFUN UNPACK-FOR-LOAD-TN ...)
; compiling (DEFUN PACK-LOAD-TN ...)
; compiling (DECLAIM (INLINE CHECK-OPERAND-RESTRICTIONS))
; compiling (DEFUN CHECK-OPERAND-RESTRICTIONS ...)
; compiling (DEFUN PACK-LOAD-TNS ...)
; compiling (DEFUN TARGET-IF-DESIRABLE ...)
; compiling (DEFUN CHECK-OK-TARGET ...)
; compiling (DEFUN FIND-OK-TARGET-OFFSET ...)
; compiling (DEFUN SELECT-LOCATION ...)
; compiling (DEFUN ORIGINAL-TN ...)
; compiling (DEFUN PACK-TN ...)
; compiling (DEFUN PACK-WIRED-TN ...)
; compiling (DEFEVENT REPACK-BLOCK ...)
; compiling (DEFUN CLEAN-UP-PACK-STRUCTURES ...)
; compiling (DEFUN PACK ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/pack.fasl-tmp written
; compilation finished in 0:00:00.571
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/codegen.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFUN COMPONENT-HEADER-LENGTH ...)
; compiling (DEFUN SB-ALLOCATED-SIZE ...)
; compiling (DEFUN CURRENT-NFP-TN ...)
; compiling (DEFUN CALLEE-NFP-TN ...)
; compiling (DEFUN CALLEE-RETURN-PC-TN ...)
; compiling (DEFVAR *TRACE-TABLE-INFO*)
; compiling (DEFVAR *CODE-SEGMENT* ...)
; compiling (DEFVAR *ELSEWHERE* ...)
; compiling (DEFVAR *ELSEWHERE-LABEL* ...)
; compiling (DEFVAR *CONSTANT-SEGMENT* ...)
; compiling (DEFVAR *CONSTANT-TABLE* ...)
; compiling (DEFVAR *CONSTANT-VECTOR* ...)
; compiling (DEFVAR *PREV-SEGMENT*)
; compiling (DEFVAR *PREV-VOP*)
; compiling (DEFUN TRACE-INSTRUCTION ...)
; compiling (DEFUN DEFAULT-SEGMENT-RUN-SCHEDULER ...)
; compiling (DEFUN DEFAULT-SEGMENT-INST-HOOK ...)
; compiling (DEFUN INIT-ASSEMBLER ...)
; compiling (DEFUN GENERATE-CODE ...)
; compiling (DEFUN EMIT-LABEL-ELSEWHERE ...)
; compiling (DEFUN LABEL-ELSEWHERE-P ...)
; compiling (DEFUN REGISTER-INLINE-CONSTANT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/codegen.fasl-tmp written
; compilation finished in 0:00:00.062
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/debug.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (DEFVAR *ARGS* ...)
; compiling (DEFVAR *IGNORED-ERRORS* ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN BARF ...)
; compiling (DEFVAR *BURP-ACTION* ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN BURP ...)
; compiling (DEFVAR *SEEN-BLOCKS* ...)
; compiling (DEFVAR *SEEN-FUNS* ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CHECK-NODE-REACHED ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CHECK-IR1-CONSISTENCY ...)
; compiling (DEFUN OBSERVE-FUNCTIONAL ...)
; compiling (DEFUN CHECK-FUN-REACHED ...)
; compiling (DEFUN CHECK-FUN-STUFF ...)
; compiling (DEFUN CHECK-FUN-CONSISTENCY ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CHECK-BLOCK-CONSISTENCY ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CHECK-BLOCK-SUCCESSORS ...)
; compiling (DEFUN CHECK-DEST ...)
; compiling (DEFUN CHECK-NODE-CONSISTENCY ...)
; compiling (DEFUN CHECK-TN-REFS ...)
; compiling (DEFUN CHECK-VOP-REFS ...)
; compiling (DEFUN CHECK-IR2-BLOCK-CONSISTENCY ...)
; compiling (DEFUN CHECK-IR2-CONSISTENCY ...)
; compiling (DEFUN PRE-PACK-TN-STATS ...)
; compiling (DEFUN CHECK-MORE-TN-ENTRY ...)
; compiling (DEFUN CHECK-TN-CONFLICTS ...)
; compiling (DEFUN CHECK-BLOCK-CONFLICTS ...)
; compiling (DEFUN CHECK-ENVIRONMENT-LIFETIMES ...)
; compiling (DEFUN CHECK-LIFE-CONSISTENCY ...)
; compiling (DEFUN CHECK-PACK-CONSISTENCY ...)
; compiling (DEF *CONTINUATION-NUMBER* ...)
; compiling (DEF *TN-ID* ...)
; compiling (DEF *LABEL-ID* ...)
; compiling (DEFUN PRINT-LEAF ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN BLOCK-OR-LOSE ...)
; compiling (DEFUN PRINT-CTRAN ...)
; compiling (DEFUN PRINT-LVAR ...)
; compiling (DEFUN PRINT-LVAR-STACK ...)
; compiling (DEFUN PRINT-NODES ...)
; compiling (DEFUN PRINT-TN-GUTS ...)
; compiling (DEFUN PRINT-OPERANDS ...)
; compiling (DEFUN PRINT-VOP ...)
; compiling (DEFUN PRINT-IR2-BLOCK ...)
; compiling (DEFUN PRINT-VOPS ...)
; compiling (DEFUN PRINT-IR2-BLOCKS ...)
; compiling (DEFUN PRINT-BLOCKS ...)
; compiling (DEFUN PRINT-ALL-BLOCKS ...)
; compiling (DEFVAR *LIST-CONFLICTS-TABLE* ...)
; compiling (DEFUN ADD-ALWAYS-LIVE-TNS ...)
; compiling (DEFUN ADD-ALL-LOCAL-TNS ...)
; compiling (DEFUN LISTIFY-CONFLICTS-TABLE ...)
; compiling (DEFUN LIST-CONFLICTS ...)
; compiling (DEFUN NTH-VOP ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/debug.fasl-tmp written
; compilation finished in 0:00:00.427
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/format-time.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFPARAMETER *ABBREV-WEEKDAY-TABLE* ...)
; compiling (DEFPARAMETER *LONG-WEEKDAY-TABLE* ...)
; compiling (DEFPARAMETER *ABBREV-MONTH-TABLE* ...)
; compiling (DEFPARAMETER *LONG-MONTH-TABLE* ...)
; compiling (DEFPARAMETER *TIMEZONE-TABLE* ...)
; compiling (DEFPARAMETER *DAYLIGHT-TABLE* ...)
; compiling (DEFUN VALID-DESTINATION-P ...)
; compiling (DEFUN FORMAT-UNIVERSAL-TIME ...)
; compiling (DEFUN TIMEZONE-NAME ...)
; compiling (DEFUN FORMAT-DECODED-TIME ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/format-time.fasl-tmp written
; compilation finished in 0:00:00.044
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/error.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEFUN STYLE-WARN ...)
; compiling (DEFUN COERCE-TO-CONDITION ...)
; compiling (DEFINE-CONDITION LAYOUT-INVALID ...)
; compiling (DEFINE-CONDITION CASE-FAILURE ...)
; compiling (DEFINE-CONDITION COMPILED-PROGRAM-ERROR ...)
; compiling (DEFINE-CONDITION INTERPRETED-PROGRAM-ERROR ...)
; compiling (DEFINE-CONDITION SIMPLE-CONTROL-ERROR ...)
; compiling (DEFINE-CONDITION SIMPLE-FILE-ERROR ...)
; compiling (DEFINE-CONDITION SIMPLE-PROGRAM-ERROR ...)
; compiling (DEFINE-CONDITION SIMPLE-STREAM-ERROR ...)
; compiling (DEFINE-CONDITION SIMPLE-PARSE-ERROR ...)
; compiling (DEFINE-CONDITION CHARACTER-CODING-ERROR ...)
; compiling (DEFINE-CONDITION CHARACTER-ENCODING-ERROR ...)
; compiling (DEFINE-CONDITION CHARACTER-DECODING-ERROR ...)
; compiling (DEFINE-CONDITION STREAM-ENCODING-ERROR ...)
; compiling (DEFINE-CONDITION STREAM-DECODING-ERROR ...)
; compiling (DEFINE-CONDITION C-STRING-ENCODING-ERROR ...)
; compiling (DEFINE-CONDITION C-STRING-DECODING-ERROR ...)
; compiling (DEFINE-CONDITION CONTROL-STACK-EXHAUSTED ...)
; compiling (DEFINE-CONDITION BINDING-STACK-EXHAUSTED ...)
; compiling (DEFINE-CONDITION ALIEN-STACK-EXHAUSTED ...)
; compiling (DEFINE-CONDITION HEAP-EXHAUSTED-ERROR ...)
; compiling (DEFINE-CONDITION SYSTEM-CONDITION ...)
; compiling (DEFINE-CONDITION MEMORY-FAULT-ERROR ...)
; compiling (DEFINE-CONDITION BREAKPOINT-ERROR ...)
; compiling (DEFINE-CONDITION INTERACTIVE-INTERRUPT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/error.fasl-tmp written
; compilation finished in 0:00:00.151
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/macroexpand.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFUN SB-XC:SPECIAL-OPERATOR-P ...)
; compiling (DEFVAR SB-XC:*MACROEXPAND-HOOK* ...)
; compiling (DEFUN SB-XC:MACROEXPAND-1 ...)
; compiling (DEFUN SB-XC:MACROEXPAND ...)
; compiling (DEFUN %MACROEXPAND-1 ...)
; compiling (DEFUN %MACROEXPAND ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/macroexpand.fasl-tmp written
; compilation finished in 0:00:00.019
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/late-extensions.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFUN LIST-WITH-LENGTH-P ...)
; compiling (DEFSTRUCT (UNPRINTABLE-OBJECT # ...) ...)
; compiling (DEFMACRO DEFINE-STRUCTURE-SLOT-ADDRESSOR ...)
; compiling (DEFUN EXPAND-ATOMIC-FROB ...)
; compiling (DEFMACRO ATOMIC-INCF ...)
; compiling (DEFMACRO ATOMIC-DECF ...)
; compiling (DEFUN %ARRAY-ATOMIC-INCF/WORD ...)
; compiling (DEFUN SPIN-LOOP-HINT ...)
; compiling (DEFUN CALL-HOOKS ...)
; compiling (DEFMACRO-MUNDANELY DEFGLOBAL ...)
; compiling (DEFUN %COMPILER-DEFGLOBAL ...)
; compiling (DEFUN %DEFGLOBAL ...)
; compiling (DEFUN %%WAIT-FOR ...)
; compiling (DEFUN %WAIT-FOR ...)
; compiling (DEFMACRO WAIT-FOR ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/late-extensions.fasl-tmp written
; compilation finished in 0:00:00.081
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-step.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFVAR *STEP-OUT* ...)
; compiling (DEFUN (SETF STEPPING) ...)
; compiling (DEFUN STEPPING-ENABLED-P ...)
; compiling (DEFUN ENABLE-STEPPING ...)
; compiling (DEFUN DISABLE-STEPPING ...)
; compiling (DEFMACRO WITH-STEPPING-ENABLED ...)
; compiling (DEFMACRO WITH-STEPPING-DISABLED ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/early-step.fasl-tmp written
; compilation finished in 0:00:00.010
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/parse-defmacro-errors.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!KERNEL")
; compiling (DEFINE-CONDITION DEFMACRO-LAMBDA-LIST-BIND-ERROR ...)
; compiling (DEFMACRO !PRINTING-DEFMACRO-LAMBDA-LIST-BIND-ERROR ...)
; compiling (DEFUN %PRINTING-DEFMACRO-LAMBDA-LIST-BIND-ERROR ...)
; compiling (DEFINE-CONDITION DEFMACRO-BOGUS-SUBLIST-ERROR ...)
; compiling (DEFINE-CONDITION ARG-COUNT-ERROR ...)
; compiling (DEFINE-CONDITION DEFMACRO-LAMBDA-LIST-BROKEN-KEY-LIST-ERROR ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/parse-defmacro-errors.fasl-tmp written
; compilation finished in 0:00:00.111
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cl-specials.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "COMMON-LISP")
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (SB-XC:PROCLAIM (QUOTE #))
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cl-specials.fasl-tmp written
; compilation finished in 0:00:00.003
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/late-proclaim.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; compiling (!COLD-INIT-FORMS (AVER *TYPE-SYSTEM-INITIALIZED*))
; compiling (!COLD-INIT-FORMS (MAPCAR # ...))
; compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !LATE-PROCLAIM-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/late-proclaim.fasl-tmp written
; compilation finished in 0:00:00.002
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defboot.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFMACRO-MUNDANELY IN-PACKAGE ...)
; compiling (DEFUN LIST-OF-SYMBOLS-P ...)
; compiling (DEFMACRO-MUNDANELY MULTIPLE-VALUE-BIND ...)
; compiling (DEFMACRO-MUNDANELY MULTIPLE-VALUE-SETQ ...)
; compiling (DEFMACRO-MUNDANELY MULTIPLE-VALUE-LIST ...)
; compiling (DEFMACRO-MUNDANELY COND ...)
; compiling (DEFMACRO-MUNDANELY WHEN ...)
; compiling (DEFMACRO-MUNDANELY UNLESS ...)
; compiling (DEFMACRO-MUNDANELY AND ...)
; compiling (DEFMACRO-MUNDANELY OR ...)
; compiling (FLET (#) ...)
; compiling (DEFMACRO-MUNDANELY PROG1 ...)
; compiling (DEFMACRO-MUNDANELY PROG2 ...)
; compiling (DEFUN INLINE-FUN-NAME-P ...)
; compiling (DEFMACRO-MUNDANELY DEFUN ...)
; compiling (DEFMACRO-MUNDANELY DEFVAR ...)
; compiling (DEFMACRO-MUNDANELY DEFPARAMETER ...)
; compiling (DEFUN %COMPILER-DEFVAR ...)
; compiling (DEFMACRO-MUNDANELY DO ...)
; compiling (DEFMACRO-MUNDANELY DO* ...)
; compiling (DEFMACRO-MUNDANELY DOTIMES ...)
; compiling (DEFMACRO-MUNDANELY DOLIST ...)
; compiling (SB-XC:PROCLAIM (QUOTE #))
; compiling (DEFMACRO-MUNDANELY WITH-CONDITION-RESTARTS ...)
; compiling (DEFMACRO-MUNDANELY RESTART-BIND ...)
; compiling (DEFUN MUNGE-RESTART-CASE-EXPRESSION ...)
; compiling (DEFMACRO-MUNDANELY RESTART-CASE ...)
; compiling (DEFMACRO-MUNDANELY WITH-SIMPLE-RESTART ...)
; compiling (DEFMACRO-MUNDANELY %HANDLER-BIND ...)
; compiling (DEFMACRO-MUNDANELY HANDLER-BIND ...)
; compiling (DEFMACRO-MUNDANELY HANDLER-CASE ...)
; compiling (DEFMACRO-MUNDANELY RETURN ...)
; compiling (DEFMACRO-MUNDANELY PSETQ ...)
; compiling (DEFMACRO-MUNDANELY LAMBDA ...)
; compiling (DEFMACRO-MUNDANELY NAMED-LAMBDA ...)
; compiling (DEFMACRO-MUNDANELY LAMBDA-WITH-LEXENV ...)
; compiling (SB-XC:PROCLAIM (QUOTE #))
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/defboot.fasl-tmp written
; compilation finished in 0:00:00.095
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/destructuring-bind.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFMACRO-MUNDANELY DESTRUCTURING-BIND ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/destructuring-bind.fasl-tmp written
; compilation finished in 0:00:00.003
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-setf.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SB-XC:GET-SETF-EXPANSION ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN EXPAND-OR-GET-SETF-INVERSE ...)
; compiling (DEFUN GET-SETF-METHOD-INVERSE ...)
; compiling (DEFMACRO-MUNDANELY SETF ...)
; compiling (DEFMACRO-MUNDANELY SHIFTF ...)
; compiling (DEFMACRO-MUNDANELY PUSH ...)
; compiling (DEFMACRO-MUNDANELY PUSHNEW ...)
; compiling (DEFMACRO-MUNDANELY POP ...)
; compiling (DEFMACRO-MUNDANELY REMF ...)
; compiling (DEFMACRO-MUNDANELY INCF ...)
; compiling (DEFMACRO-MUNDANELY DECF ...)
; compiling (DEF!MACRO SB-XC:DEFINE-MODIFY-MACRO ...)
; compiling (DEFUN ASSIGN-SETF-MACRO ...)
; compiling (DEF!MACRO SB-XC:DEFSETF ...)
; compiling (DEFUN %DEFSETF ...)
; compiling (DEF!MACRO SB-XC:DEFINE-SETF-EXPANDER ...)
; compiling (SB-XC:DEFINE-SETF-EXPANDER GETF ...)
; compiling (SB-XC:DEFINE-SETF-EXPANDER GET ...)
; compiling (SB-XC:DEFINE-SETF-EXPANDER GETHASH ...)
; compiling (SB-XC:DEFINE-SETF-EXPANDER LOGBITP ...)
; compiling (SB-XC:DEFINE-SETF-EXPANDER APPLY ...)
; compiling (SB-XC:DEFINE-SETF-EXPANDER LDB ...)
; compiling (SB-XC:DEFINE-SETF-EXPANDER MASK-FIELD ...)
; compiling (DEFUN SETF-EXPAND-THE ...)
; compiling (SB-XC:DEFINE-SETF-EXPANDER THE ...)
; compiling (SB-XC:DEFINE-SETF-EXPANDER TRULY-THE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/early-setf.fasl-tmp written
; compilation finished in 0:00:00.106
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/macros.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFMACRO-MUNDANELY ASSERT ...)
; compiling (DEFUN ASSERT-PROMPT ...)
; compiling (DEFMACRO-MUNDANELY CHECK-TYPE ...)
; compiling (DEFMACRO-MUNDANELY DEFINE-SYMBOL-MACRO ...)
; compiling (DEFUN SB!C::%DEFINE-SYMBOL-MACRO ...)
; compiling (DEFMACRO-MUNDANELY DEFINE-COMPILER-MACRO ...)
; compiling (DEF (:LOAD-TOPLEVEL :EXECUTE) ...)
; compiling (DEF (:COMPILE-TOPLEVEL) ...)
; compiling (DEFINE-CONDITION DUPLICATE-CASE-KEY-WARNING ...)
; compiling (DEFUN CASE-BODY ...)
; compiling (DEFUN CASE-BODY-AUX ...)
; compiling (DEFMACRO-MUNDANELY CASE ...)
; compiling (DEFMACRO-MUNDANELY CCASE ...)
; compiling (DEFMACRO-MUNDANELY ECASE ...)
; compiling (DEFMACRO-MUNDANELY TYPECASE ...)
; compiling (DEFMACRO-MUNDANELY CTYPECASE ...)
; compiling (DEFMACRO-MUNDANELY ETYPECASE ...)
; compiling (DEFMACRO-MUNDANELY WITH-OPEN-STREAM ...)
; compiling (DEFMACRO-MUNDANELY WITH-OPEN-FILE ...)
; compiling (DEFMACRO-MUNDANELY WITH-INPUT-FROM-STRING ...)
; compiling (DEFMACRO-MUNDANELY WITH-OUTPUT-TO-STRING ...)
; compiling (DEFMACRO-MUNDANELY NTH-VALUE ...)
; compiling (DEFMACRO-MUNDANELY DECLAIM ...)
; compiling (DEFMACRO-MUNDANELY PRINT-UNREADABLE-OBJECT ...)
; compiling (DEFMACRO-MUNDANELY IGNORE-ERRORS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/macros.fasl-tmp written
; compilation finished in 0:00:00.218
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/loop.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!LOOP")
; compiling (SB!INT:DEFMACRO-MUNDANELY WITH-LOOP-LIST-COLLECTION-HEAD ...)
; compiling (SB!INT:DEFMACRO-MUNDANELY LOOP-COLLECT-RPLACD ...)
; compiling (SB!INT:DEFMACRO-MUNDANELY LOOP-COLLECT-ANSWER ...)
; compiling (DEFSTRUCT (LOOP-MINIMAX # ...) ...)
; compiling (DEFVAR *LOOP-MINIMAX-TYPE-INFINITIES-ALIST* ...)
; compiling (DEFUN MAKE-LOOP-MINIMAX ...)
; compiling (DEFUN LOOP-NOTE-MINIMAX-OPERATION ...)
; compiling (SB!INT:DEFMACRO-MUNDANELY WITH-MINIMAX-VALUE ...)
; compiling (SB!INT:DEFMACRO-MUNDANELY LOOP-ACCUMULATE-MINIMAX-VALUE ...)
; compiling (DEFUN LOOP-TEQUAL ...)
; compiling (DEFUN LOOP-TASSOC ...)
; compiling (DEFUN LOOP-TMEMBER ...)
; compiling (DEFUN LOOP-LOOKUP-KEYWORD ...)
; compiling (SB!INT:DEFMACRO-MUNDANELY LOOP-STORE-TABLE-DATA ...)
; compiling (DEFSTRUCT (LOOP-UNIVERSE # ...) ...)
; compiling (SB!INT:DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFVAR *LOOP-UNIVERSE*)
; compiling (DEFUN MAKE-STANDARD-LOOP-UNIVERSE ...)
; compiling (DEFUN LOOP-MAKE-PSETQ ...)
; compiling (DEFUN LOOP-MAKE-DESETQ ...)
; compiling (DEFVAR *LOOP-DESETQ-TEMPORARY* ...)
; compiling (SB!INT:DEFMACRO-MUNDANELY LOOP-REALLY-DESETQ ...)
; compiling (DEFVAR *LOOP-SOURCE-CODE*)
; compiling (DEFVAR *LOOP-ORIGINAL-SOURCE-CODE*)
; compiling (DEFVAR *LOOP-SOURCE-CONTEXT*)
; compiling (DEFVAR *LOOP-NAMES*)
; compiling (DEFVAR *LOOP-MACRO-ENVIRONMENT*)
; compiling (DEFVAR *LOOP-NAMED-VARS*)
; compiling (DEFVAR *LOOP-VARS*)
; compiling (DEFVAR *LOOP-DECLARATIONS*)
; compiling (DEFVAR *LOOP-DESETQ-CROCKS*)
; compiling (DEFVAR *LOOP-WRAPPERS*)
; compiling (DEFVAR *LOOP-BIND-STACK*)
; compiling (DEFVAR *LOOP-PROLOGUE*)
; compiling (DEFVAR *LOOP-BEFORE-LOOP*)
; compiling (DEFVAR *LOOP-BODY*)
; compiling (DEFVAR *LOOP-AFTER-BODY*)
; compiling (DEFVAR *LOOP-EMITTED-BODY*)
; compiling (DEFVAR *LOOP-EPILOGUE*)
; compiling (DEFVAR *LOOP-AFTER-EPILOGUE*)
; compiling (DEFVAR *LOOP-FINAL-VALUE-CULPRIT*)
; compiling (DEFVAR *LOOP-INSIDE-CONDITIONAL*)
; compiling (DEFVAR *LOOP-WHEN-IT-VAR*)
; compiling (DEFVAR *LOOP-NEVER-STEPPED-VAR*)
; compiling (DEFVAR *LOOP-COLLECTION-CRUFT*)
; compiling (DEFUN LOOP-CONSTANT-FOLD-IF-POSSIBLE ...)
; compiling (DEFVAR *LOOP-DUPLICATE-CODE* ...)
; compiling (DEFVAR *LOOP-ITERATION-FLAG-VAR* ...)
; compiling (DEFUN LOOP-CODE-DUPLICATION-THRESHOLD ...)
; compiling (SB!INT:DEFMACRO-MUNDANELY LOOP-BODY ...)
; compiling (DEFUN DUPLICATABLE-CODE-P ...)
; compiling (DEFVAR *SPECIAL-CODE-SIZES* ...)
; compiling (DEFVAR *ESTIMATE-CODE-SIZE-PUNT* ...)
; compiling (DEFUN DESTRUCTURING-SIZE ...)
; compiling (DEFUN ESTIMATE-CODE-SIZE ...)
; compiling (DEFUN ESTIMATE-CODE-SIZE-1 ...)
; compiling (DEFUN LOOP-CONTEXT ...)
; compiling (DEFUN LOOP-ERROR ...)
; compiling (DEFUN LOOP-WARN ...)
; compiling (DEFUN LOOP-CHECK-DATA-TYPE ...)
; compiling (DEFUN SUBST-GENSYMS-FOR-NIL ...)
; compiling (SB!INT:DEFMACRO-MUNDANELY LOOP-DESTRUCTURING-BIND ...)
; compiling (DEFUN LOOP-BUILD-DESTRUCTURING-BINDINGS ...)
; compiling (DEFUN LOOP-TRANSLATE ...)
; compiling (DEFUN LOOP-ITERATION-DRIVER ...)
; compiling (DEFUN LOOP-POP-SOURCE ...)
; compiling (DEFUN LOOP-GET-FORM ...)
; compiling (DEFUN LOOP-GET-COMPOUND-FORM ...)
; compiling (DEFUN LOOP-GET-PROGN ...)
; compiling (DEFUN LOOP-CONSTRUCT-RETURN ...)
; compiling (DEFUN LOOP-PSEUDO-BODY ...)
; compiling (DEFUN LOOP-EMIT-BODY ...)
; compiling (DEFUN LOOP-EMIT-FINAL-VALUE ...)
; compiling (DEFUN LOOP-DISALLOW-CONDITIONAL ...)
; compiling (DEFUN LOOP-DISALLOW-ANONYMOUS-COLLECTORS ...)
; compiling (DEFUN LOOP-DISALLOW-AGGREGATE-BOOLEANS ...)
; compiling (DEFUN LOOP-TYPED-INIT ...)
; compiling (DEFUN LOOP-OPTIONAL-TYPE ...)
; compiling (DEFUN LOOP-BIND-BLOCK ...)
; compiling (DEFUN LOOP-VAR-P ...)
; compiling (DEFUN LOOP-MAKE-VAR ...)
; compiling (DEFUN LOOP-DECLARE-VAR ...)
; compiling (DEFUN LOOP-MAYBE-BIND-FORM ...)
; compiling (DEFUN LOOP-DO-IF ...)
; compiling (DEFUN LOOP-DO-INITIALLY ...)
; compiling (DEFUN LOOP-DO-FINALLY ...)
; compiling (DEFUN LOOP-DO-DO ...)
; compiling (DEFUN LOOP-DO-NAMED ...)
; compiling (DEFUN LOOP-DO-RETURN ...)
; compiling (DEFSTRUCT (LOOP-COLLECTOR # ...) ...)
; compiling (DEFUN LOOP-GET-COLLECTION-INFO ...)
; compiling (DEFUN LOOP-LIST-COLLECTION ...)
; compiling (DEFUN LOOP-SUM-COLLECTION ...)
; compiling (DEFUN LOOP-MAXMIN-COLLECTION ...)
; compiling (DEFUN LOOP-DO-ALWAYS ...)
; compiling (DEFUN LOOP-DO-THEREIS ...)
; compiling (DEFUN LOOP-DO-WHILE ...)
; compiling (DEFUN LOOP-DO-REPEAT ...)
; compiling (DEFUN LOOP-DO-WITH ...)
; compiling (DEFUN LOOP-HACK-ITERATION ...)
; compiling (DEFUN LOOP-DO-FOR ...)
; compiling (DEFUN LOOP-WHEN-IT-VAR ...)
; compiling (DEFUN LOOP-ANSI-FOR-EQUALS ...)
; compiling (DEFUN LOOP-FOR-ACROSS ...)
; compiling (DEFUN LOOP-LIST-STEP ...)
; compiling (DEFUN LOOP-FOR-ON ...)
; compiling (DEFUN LOOP-FOR-IN ...)
; compiling (DEFSTRUCT (LOOP-PATH # ...) ...)
; compiling (DEFUN ADD-LOOP-PATH ...)
; compiling (DEFUN LOOP-FOR-BEING ...)
; compiling (DEFUN LOOP-NAMED-VAR ...)
; compiling (DEFUN LOOP-COLLECT-PREPOSITIONAL-PHRASES ...)
; compiling (DEFUN LOOP-SEQUENCER ...)
; compiling (DEFUN LOOP-FOR-ARITHMETIC ...)
; compiling (DEFUN LOOP-HASH-TABLE-ITERATION-PATH ...)
; compiling (DEFUN LOOP-PACKAGE-SYMBOLS-ITERATION-PATH ...)
; compiling (DEFUN MAKE-ANSI-LOOP-UNIVERSE ...)
; compiling (DEFPARAMETER *LOOP-ANSI-UNIVERSE* ...)
; compiling (DEFUN LOOP-STANDARD-EXPANSION ...)
; compiling (SB!INT:DEFMACRO-MUNDANELY LOOP ...)
; compiling (SB!INT:DEFMACRO-MUNDANELY LOOP-FINISH ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/loop.fasl-tmp written
; compilation finished in 0:00:00.247
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/late-setf.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFMACRO-MUNDANELY PSETF ...)
; compiling (DEFMACRO-MUNDANELY ROTATEF ...)
; compiling (SB-XC:DEFINE-SETF-EXPANDER VALUES ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/late-setf.fasl-tmp written
; compilation finished in 0:00:00.022
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cas.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFGLOBAL **CAS-EXPANDERS** ...)
; compiling (DEFINE-FUNCTION-NAME-SYNTAX CAS ...)
; compiling (DEF!MACRO CAS ...)
; compiling (DEFUN GET-CAS-EXPANSION ...)
; compiling (DEFUN EXPAND-STRUCTURE-SLOT-CAS ...)
; compiling (DEF!MACRO DEFINE-CAS-EXPANDER ...)
; compiling (DEF!MACRO DEFCAS ...)
; compiling (DEF!MACRO COMPARE-AND-SWAP ...)
; compiling (DEF %COMPARE-AND-SWAP-CAR ...)
; compiling (DEF %COMPARE-AND-SWAP-CDR ...)
; compiling (DEF %COMPARE-AND-SWAP-INSTANCE-REF ...)
; compiling (DEF %COMPARE-AND-SWAP-SYMBOL-PLIST ...)
; compiling (DEF %COMPARE-AND-SWAP-SYMBOL-VALUE ...)
; compiling (DEF %COMPARE-AND-SWAP-SVREF ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/cas.fasl-tmp written
; compilation finished in 0:00:00.051
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/late-cas.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFCAS CAR ...)
; compiling (DEFCAS CDR ...)
; compiling (DEFCAS FIRST ...)
; compiling (DEFCAS REST ...)
; compiling (DEFCAS SYMBOL-PLIST ...)
; compiling (DEFINE-CAS-EXPANDER SYMBOL-VALUE ...)
; compiling (DEFINE-CAS-EXPANDER SVREF ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/late-cas.fasl-tmp written
; compilation finished in 0:00:00.046
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/late-format.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!FORMAT")
; compiling (DEFINE-CONDITION FORMAT-ERROR ...)
; compiling (DEFUN %PRINT-FORMAT-ERROR ...)
; compiling (DEF!STRUCT FORMAT-DIRECTIVE ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFUN TOKENIZE-CONTROL-STRING ...)
; compiling (DEFUN PARSE-DIRECTIVE ...)
; compiling (SB-XC:DEFMACRO FORMATTER ...)
; compiling (DEFUN %FORMATTER ...)
; compiling (DEFUN EXPAND-CONTROL-STRING ...)
; compiling (DEFUN EXPAND-DIRECTIVE-LIST ...)
; compiling (DEFUN EXPAND-DIRECTIVE ...)
; compiling (DEFMACRO-MUNDANELY EXPANDER-NEXT-ARG ...)
; compiling (DEFUN EXPAND-NEXT-ARG ...)
; compiling (DEFMACRO EXPAND-BIND-DEFAULTS ...)
; compiling (DEFUN %SET-FORMAT-DIRECTIVE-EXPANDER ...)
; compiling (DEFUN %SET-FORMAT-DIRECTIVE-INTERPRETER ...)
; compiling (DEFUN FIND-DIRECTIVE ...)
; compiling (DEF-FORMAT-DIRECTIVE #\A ...)
; compiling (DEF-FORMAT-DIRECTIVE #\S ...)
; compiling (DEF-FORMAT-DIRECTIVE #\C ...)
; compiling (DEF-FORMAT-DIRECTIVE #\W ...)
; compiling (DEFUN EXPAND-FORMAT-INTEGER ...)
; compiling (DEF-FORMAT-DIRECTIVE #\D ...)
; compiling (DEF-FORMAT-DIRECTIVE #\B ...)
; compiling (DEF-FORMAT-DIRECTIVE #\O ...)
; compiling (DEF-FORMAT-DIRECTIVE #\X ...)
; compiling (DEF-FORMAT-DIRECTIVE #\R ...)
; compiling (DEF-FORMAT-DIRECTIVE #\P ...)
; compiling (DEF-FORMAT-DIRECTIVE #\F ...)
; compiling (DEF-FORMAT-DIRECTIVE #\E ...)
; compiling (DEF-FORMAT-DIRECTIVE #\G ...)
; compiling (DEF-FORMAT-DIRECTIVE #\$ ...)
; compiling (DEF-FORMAT-DIRECTIVE #\% ...)
; compiling (DEF-FORMAT-DIRECTIVE #\& ...)
; compiling (DEF-FORMAT-DIRECTIVE #\| ...)
; compiling (DEF-FORMAT-DIRECTIVE #\~ ...)
; compiling (DEF-COMPLEX-FORMAT-DIRECTIVE #\Newline ...)
; compiling (DEF-FORMAT-DIRECTIVE #\T ...)
; compiling (DEF-FORMAT-DIRECTIVE #\_ ...)
; compiling (DEF-FORMAT-DIRECTIVE #\I ...)
; compiling (DEF-FORMAT-DIRECTIVE #\* ...)
; compiling (DEF-FORMAT-DIRECTIVE #\? ...)
; compiling (DEF-COMPLEX-FORMAT-DIRECTIVE #\( ...)
; compiling (DEF-COMPLEX-FORMAT-DIRECTIVE #\) ...)
; compiling (DEF-COMPLEX-FORMAT-DIRECTIVE #\[ ...)
; compiling (DEFUN PARSE-CONDITIONAL-DIRECTIVE ...)
; compiling (DEFUN EXPAND-MAYBE-CONDITIONAL ...)
; compiling (DEFUN EXPAND-TRUE-FALSE-CONDITIONAL ...)
; compiling (DEF-COMPLEX-FORMAT-DIRECTIVE #\; ...)
; compiling (DEF-COMPLEX-FORMAT-DIRECTIVE #\] ...)
; compiling (DEF-FORMAT-DIRECTIVE #\^ ...)
; compiling (DEF-COMPLEX-FORMAT-DIRECTIVE #\{ ...)
; compiling (DEF-COMPLEX-FORMAT-DIRECTIVE #\} ...)
; compiling (DEFPARAMETER *ILLEGAL-INSIDE-JUSTIFICATION* ...)
; compiling (DEFUN ILLEGAL-INSIDE-JUSTIFICATION-P ...)
; compiling (DEF-COMPLEX-FORMAT-DIRECTIVE #\< ...)
; compiling (DEF-COMPLEX-FORMAT-DIRECTIVE #\> ...)
; compiling (DEFUN PARSE-FORMAT-LOGICAL-BLOCK ...)
; compiling (DEFUN ADD-FILL-STYLE-NEWLINES ...)
; compiling (DEFUN ADD-FILL-STYLE-NEWLINES-AUX ...)
; compiling (DEFUN PARSE-FORMAT-JUSTIFICATION ...)
; compiling (SB-XC:DEFMACRO EXPANDER-PPRINT-NEXT-ARG ...)
; compiling (DEFUN EXPAND-FORMAT-LOGICAL-BLOCK ...)
; compiling (DEFUN EXPAND-FORMAT-JUSTIFICATION ...)
; compiling (DEF-FORMAT-DIRECTIVE #\/ ...)
; compiling (DEFUN EXTRACT-USER-FUN-NAME ...)
; compiling (DEFUN %COMPILER-WALK-FORMAT-STRING ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/late-format.fasl-tmp written
; compilation finished in 0:00:00.324
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/sxhash.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!C")
; compiling (SB-XC:DEFINE-MODIFY-MACRO MIXF ...)
; compiling (DEFTRANSFORM SXHASH ...)
; compiling (DEFTRANSFORM SXHASH ...)
; compiling (DEFTRANSFORM SXHASH ...)
; compiling (DEFTRANSFORM SXHASH ...)
; compiling (DEFTRANSFORM SXHASH ...)
; compiling (DEFTRANSFORM SXHASH ...)
; compiling (DEFTRANSFORM PSXHASH ...)
; compiling (DEFTRANSFORM PSXHASH ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/sxhash.fasl-tmp written
; compilation finished in 0:00:00.024
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/signal.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!UNIX")
; compiling (DEFVAR *INTERRUPTS-ENABLED* ...)
; compiling (DEFVAR *INTERRUPT-PENDING* ...)
; compiling (DEFVAR *ALLOW-WITH-INTERRUPTS* ...)
; compiling (DEFVAR *UNBLOCK-DEFERRABLES-ON-ENABLING-INTERRUPTS-P* ...)
; compiling (SB-XC:DEFMACRO WITHOUT-INTERRUPTS ...)
; compiling (SB-XC:DEFMACRO WITH-INTERRUPTS ...)
; compiling (DEFMACRO ALLOW-WITH-INTERRUPTS ...)
; compiling (DEFMACRO WITH-LOCAL-INTERRUPTS ...)
; compiling (DEFUN %CHECK-INTERRUPTS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/signal.fasl-tmp written
; compilation finished in 0:00:00.011
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/late-defbangmethod.lisp" (written 08 JAN 2012 08:08:09 PM):
; compiling (IN-PACKAGE "SB!IMPL")
; compiling (DEFMACRO-MUNDANELY DEF!METHOD ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/code/late-defbangmethod.fasl-tmp written
; compilation finished in 0:00:00.002
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/pcl/
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/pcl/walk.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!WALKER")
; compiling (DEFVAR *KEY-TO-WALKER-ENVIRONMENT*)
; compiling (/SHOW "walk.lisp 108")
; compiling (DEFMACRO WITH-AUGMENTED-ENVIRONMENT ...)
; compiling (DEFVAR *BOGO-FUN-MAGIC-TAG* ...)
; compiling (DEFUN WALKER-INFO-TO-BOGO-FUN ...)
; compiling (DEFUN BOGO-FUN-TO-WALKER-INFO ...)
; compiling (DEFUN WITH-AUGMENTED-ENVIRONMENT-INTERNAL ...)
; compiling (DEFUN ENVIRONMENT-FUNCTION ...)
; compiling (DEFUN ENVIRONMENT-MACRO ...)
; compiling (DEFMACRO WITH-NEW-DEFINITION-IN-ENVIRONMENT ...)
; compiling (DEFUN CONVERT-MACRO-TO-LAMBDA ...)
; compiling (DEFMACRO WALKER-ENVIRONMENT-BIND ...)
; compiling (DEFVAR *KEY-TO-WALKER-ENVIRONMENT* ...)
; compiling (DEFUN ENV-LOCK ...)
; compiling (DEFUN WALKER-ENVIRONMENT-BIND-1 ...)
; compiling (DEFUN ENV-WALK-FUNCTION ...)
; compiling (DEFUN ENV-WALK-FORM ...)
; compiling (DEFUN ENV-DECLARATIONS ...)
; compiling (DEFUN ENV-VAR-TYPE ...)
; compiling (DEFUN ENV-LEXICAL-VARIABLES ...)
; compiling (DEFUN NOTE-DECLARATION ...)
; compiling (DEFUN NOTE-LEXICAL-BINDING ...)
; compiling (DEFUN VAR-LEXICAL-P ...)
; compiling (DEFUN VARIABLE-SYMBOL-MACRO-P ...)
; compiling (DEFUN WALKED-VAR-DECLARATION-P ...)
; compiling (DEFUN %VAR-DECLARATION ...)
; compiling (DEFUN VAR-DECLARATION ...)
; compiling (DEFUN VAR-SPECIAL-P ...)
; compiling (DEFUN VAR-GLOBALLY-SPECIAL-P ...)
; compiling (DEFMACRO GET-WALKER-TEMPLATE-INTERNAL ...)
; compiling (DEFMACRO DEFINE-WALKER-TEMPLATE ...)
; compiling (DEFUN GET-WALKER-TEMPLATE ...)
; compiling (DEFINE-WALKER-TEMPLATE BLOCK ...)
; compiling (DEFINE-WALKER-TEMPLATE CATCH ...)
; compiling (DEFINE-WALKER-TEMPLATE DECLARE ...)
; compiling (DEFINE-WALKER-TEMPLATE EVAL-WHEN ...)
; compiling (DEFINE-WALKER-TEMPLATE FLET ...)
; compiling (DEFINE-WALKER-TEMPLATE FUNCTION ...)
; compiling (DEFINE-WALKER-TEMPLATE GO ...)
; compiling (DEFINE-WALKER-TEMPLATE IF ...)
; compiling (DEFINE-WALKER-TEMPLATE LABELS ...)
; compiling (DEFINE-WALKER-TEMPLATE LAMBDA ...)
; compiling (DEFINE-WALKER-TEMPLATE LET ...)
; compiling (DEFINE-WALKER-TEMPLATE LET* ...)
; compiling (DEFINE-WALKER-TEMPLATE LOCALLY ...)
; compiling (DEFINE-WALKER-TEMPLATE MACROLET ...)
; compiling (DEFINE-WALKER-TEMPLATE MULTIPLE-VALUE-CALL ...)
; compiling (DEFINE-WALKER-TEMPLATE MULTIPLE-VALUE-PROG1 ...)
; compiling (DEFINE-WALKER-TEMPLATE MULTIPLE-VALUE-SETQ ...)
; compiling (DEFINE-WALKER-TEMPLATE MULTIPLE-VALUE-BIND ...)
; compiling (DEFINE-WALKER-TEMPLATE PROGN ...)
; compiling (DEFINE-WALKER-TEMPLATE PROGV ...)
; compiling (DEFINE-WALKER-TEMPLATE QUOTE ...)
; compiling (DEFINE-WALKER-TEMPLATE RETURN-FROM ...)
; compiling (DEFINE-WALKER-TEMPLATE SETQ ...)
; compiling (DEFINE-WALKER-TEMPLATE SYMBOL-MACROLET ...)
; compiling (DEFINE-WALKER-TEMPLATE TAGBODY ...)
; compiling (DEFINE-WALKER-TEMPLATE THE ...)
; compiling (DEFINE-WALKER-TEMPLATE THROW ...)
; compiling (DEFINE-WALKER-TEMPLATE UNWIND-PROTECT ...)
; compiling (DEFINE-WALKER-TEMPLATE TRULY-THE ...)
; compiling (DEFINE-WALKER-TEMPLATE NAMED-LAMBDA ...)
; compiling (DEFVAR *WALK-FORM-EXPAND-MACROS-P* ...)
; compiling (DEFUN WALK-FORM ...)
; compiling (DEFUN WALK-FORM-INTERNAL ...)
; compiling (DEFUN WALK-TEMPLATE ...)
; compiling (DEFUN WALK-TEMPLATE-HANDLE-REPEAT ...)
; compiling (DEFUN WALK-TEMPLATE-HANDLE-REPEAT-1 ...)
; compiling (DEFUN WALK-REPEAT-EVAL ...)
; compiling (DEFUN RECONS ...)
; compiling (DEFUN RELIST ...)
; compiling (DEFUN RELIST* ...)
; compiling (DEFUN RELIST-INTERNAL ...)
; compiling (DEFUN WALK-DECLARATIONS ...)
; compiling (DEFUN WALK-UNEXPECTED-DECLARE ...)
; compiling (DEFUN WALK-ARGLIST ...)
; compiling (DEFUN WALK-LET ...)
; compiling (DEFUN WALK-LET* ...)
; compiling (DEFUN WALK-LET/LET* ...)
; compiling (DEFUN WALK-LOCALLY ...)
; compiling (DEFUN WALK-MULTIPLE-VALUE-SETQ ...)
; compiling (DEFUN WALK-MULTIPLE-VALUE-BIND ...)
; compiling (DEFUN WALK-BINDINGS-1 ...)
; compiling (DEFUN WALK-BINDINGS-2 ...)
; compiling (DEFUN WALK-LAMBDA ...)
; compiling (DEFUN WALK-NAMED-LAMBDA ...)
; compiling (DEFUN WALK-SETQ ...)
; compiling (DEFUN WALK-SYMBOL-MACROLET ...)
; compiling (DEFUN WALK-TAGBODY ...)
; compiling (DEFUN WALK-TAGBODY-1 ...)
; compiling (DEFUN WALK-MACROLET ...)
; compiling (DEFUN WALK-FLET ...)
; compiling (DEFUN WALK-LABELS ...)
; compiling (DEFUN WALK-IF ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/pcl/walk.fasl-tmp written
; compilation finished in 0:00:00.123
*
T
*
T
* FEMININE ORDINAL INDICATOR
MASCULINE ORDINAL INDICATOR
LATIN SMALL LETTER SHARP S
LATIN SMALL LETTER KRA
LATIN SMALL LETTER N PRECEDED BY APOSTROPHE
LATIN SMALL LETTER TURNED DELTA
LATIN SMALL LETTER LAMBDA WITH STROKE
LATIN LETTER REVERSED ESH LOOP
LATIN SMALL LETTER T WITH PALATAL HOOK
LATIN SMALL LETTER EZH WITH TAIL
LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE
LATIN SMALL LETTER J WITH CARON
LATIN SMALL LETTER D WITH CURL
LATIN SMALL LETTER L WITH CURL
LATIN SMALL LETTER N WITH CURL
LATIN SMALL LETTER T WITH CURL
LATIN SMALL LETTER DOTLESS J
LATIN SMALL LETTER DB DIGRAPH
LATIN SMALL LETTER QP DIGRAPH
LATIN SMALL LETTER C WITH CURL
LATIN SMALL LETTER REVERSED E
LATIN SMALL LETTER SCHWA WITH HOOK
LATIN SMALL LETTER REVERSED OPEN E
LATIN SMALL LETTER REVERSED OPEN E WITH HOOK
LATIN SMALL LETTER CLOSED REVERSED OPEN E
LATIN SMALL LETTER DOTLESS J WITH STROKE
LATIN SMALL LETTER SCRIPT G
LATIN LETTER SMALL CAPITAL G
LATIN SMALL LETTER RAMS HORN
LATIN SMALL LETTER TURNED H
LATIN SMALL LETTER H WITH HOOK
LATIN SMALL LETTER HENG WITH HOOK
LATIN LETTER SMALL CAPITAL I
LATIN SMALL LETTER L WITH BELT
LATIN SMALL LETTER L WITH RETROFLEX HOOK
LATIN SMALL LETTER LEZH
LATIN SMALL LETTER TURNED M WITH LONG LEG
LATIN SMALL LETTER N WITH RETROFLEX HOOK
LATIN LETTER SMALL CAPITAL N
LATIN LETTER SMALL CAPITAL OE
LATIN SMALL LETTER CLOSED OMEGA
LATIN SMALL LETTER PHI
LATIN SMALL LETTER TURNED R
LATIN SMALL LETTER TURNED R WITH LONG LEG
LATIN SMALL LETTER TURNED R WITH HOOK
LATIN SMALL LETTER R WITH LONG LEG
LATIN SMALL LETTER R WITH FISHHOOK
LATIN SMALL LETTER REVERSED R WITH FISHHOOK
LATIN LETTER SMALL CAPITAL INVERTED R
LATIN SMALL LETTER S WITH HOOK
LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK
LATIN SMALL LETTER SQUAT REVERSED ESH
LATIN SMALL LETTER ESH WITH CURL
LATIN SMALL LETTER TURNED T
LATIN SMALL LETTER TURNED W
LATIN SMALL LETTER TURNED Y
LATIN LETTER SMALL CAPITAL Y
LATIN SMALL LETTER Z WITH RETROFLEX HOOK
LATIN SMALL LETTER Z WITH CURL
LATIN SMALL LETTER EZH WITH CURL
LATIN LETTER PHARYNGEAL VOICED FRICATIVE
LATIN LETTER INVERTED GLOTTAL STOP
LATIN LETTER STRETCHED C
LATIN LETTER BILABIAL CLICK
LATIN LETTER SMALL CAPITAL B
LATIN SMALL LETTER CLOSED OPEN E
LATIN LETTER SMALL CAPITAL G WITH HOOK
LATIN LETTER SMALL CAPITAL H
LATIN SMALL LETTER J WITH CROSSED-TAIL
LATIN SMALL LETTER TURNED K
LATIN LETTER SMALL CAPITAL L
LATIN SMALL LETTER Q WITH HOOK
LATIN LETTER GLOTTAL STOP WITH STROKE
LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE
LATIN SMALL LETTER DZ DIGRAPH
LATIN SMALL LETTER DEZH DIGRAPH
LATIN SMALL LETTER DZ DIGRAPH WITH CURL
LATIN SMALL LETTER TS DIGRAPH
LATIN SMALL LETTER TESH DIGRAPH
LATIN SMALL LETTER TC DIGRAPH WITH CURL
LATIN SMALL LETTER FENG DIGRAPH
LATIN SMALL LETTER LS DIGRAPH
LATIN SMALL LETTER LZ DIGRAPH
LATIN LETTER BILABIAL PERCUSSIVE
LATIN LETTER BIDENTAL PERCUSSIVE
LATIN SMALL LETTER TURNED H WITH FISHHOOK
LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL
GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
GREEK UPSILON WITH HOOK SYMBOL
GREEK UPSILON WITH ACUTE AND HOOK SYMBOL
GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL
GREEK LETTER YOT
GREEK RHO WITH STROKE SYMBOL
ARMENIAN SMALL LIGATURE ECH YIWN
LATIN LETTER SMALL CAPITAL A
LATIN LETTER SMALL CAPITAL AE
LATIN SMALL LETTER TURNED AE
LATIN LETTER SMALL CAPITAL BARRED B
LATIN LETTER SMALL CAPITAL C
LATIN LETTER SMALL CAPITAL D
LATIN LETTER SMALL CAPITAL ETH
LATIN LETTER SMALL CAPITAL E
LATIN SMALL LETTER TURNED OPEN E
LATIN SMALL LETTER TURNED I
LATIN LETTER SMALL CAPITAL J
LATIN LETTER SMALL CAPITAL K
LATIN LETTER SMALL CAPITAL L WITH STROKE
LATIN LETTER SMALL CAPITAL M
LATIN LETTER SMALL CAPITAL REVERSED N
LATIN LETTER SMALL CAPITAL O
LATIN LETTER SMALL CAPITAL OPEN O
LATIN SMALL LETTER SIDEWAYS O
LATIN SMALL LETTER SIDEWAYS OPEN O
LATIN SMALL LETTER SIDEWAYS O WITH STROKE
LATIN SMALL LETTER TURNED OE
LATIN LETTER SMALL CAPITAL OU
LATIN SMALL LETTER TOP HALF O
LATIN SMALL LETTER BOTTOM HALF O
LATIN LETTER SMALL CAPITAL P
LATIN LETTER SMALL CAPITAL REVERSED R
LATIN LETTER SMALL CAPITAL TURNED R
LATIN LETTER SMALL CAPITAL T
LATIN LETTER SMALL CAPITAL U
LATIN SMALL LETTER SIDEWAYS U
LATIN SMALL LETTER SIDEWAYS DIAERESIZED U
LATIN SMALL LETTER SIDEWAYS TURNED M
LATIN LETTER SMALL CAPITAL V
LATIN LETTER SMALL CAPITAL W
LATIN LETTER SMALL CAPITAL Z
LATIN LETTER SMALL CAPITAL EZH
LATIN LETTER VOICED LARYNGEAL SPIRANT
LATIN LETTER AIN
GREEK LETTER SMALL CAPITAL GAMMA
GREEK LETTER SMALL CAPITAL LAMDA
GREEK LETTER SMALL CAPITAL PI
GREEK LETTER SMALL CAPITAL RHO
GREEK LETTER SMALL CAPITAL PSI
CYRILLIC LETTER SMALL CAPITAL EL
LATIN SUBSCRIPT SMALL LETTER I
LATIN SUBSCRIPT SMALL LETTER R
LATIN SUBSCRIPT SMALL LETTER U
LATIN SUBSCRIPT SMALL LETTER V
GREEK SUBSCRIPT SMALL LETTER BETA
GREEK SUBSCRIPT SMALL LETTER GAMMA
GREEK SUBSCRIPT SMALL LETTER RHO
GREEK SUBSCRIPT SMALL LETTER PHI
GREEK SUBSCRIPT SMALL LETTER CHI
LATIN SMALL LETTER UE
LATIN SMALL LETTER B WITH MIDDLE TILDE
LATIN SMALL LETTER D WITH MIDDLE TILDE
LATIN SMALL LETTER F WITH MIDDLE TILDE
LATIN SMALL LETTER M WITH MIDDLE TILDE
LATIN SMALL LETTER N WITH MIDDLE TILDE
LATIN SMALL LETTER P WITH MIDDLE TILDE
LATIN SMALL LETTER R WITH MIDDLE TILDE
LATIN SMALL LETTER R WITH FISHHOOK AND MIDDLE TILDE
LATIN SMALL LETTER S WITH MIDDLE TILDE
LATIN SMALL LETTER T WITH MIDDLE TILDE
LATIN SMALL LETTER Z WITH MIDDLE TILDE
LATIN SMALL LETTER TURNED G
LATIN SMALL LETTER TH WITH STRIKETHROUGH
LATIN SMALL CAPITAL LETTER I WITH STROKE
LATIN SMALL LETTER IOTA WITH STROKE
LATIN SMALL CAPITAL LETTER U WITH STROKE
LATIN SMALL LETTER UPSILON WITH STROKE
LATIN SMALL LETTER B WITH PALATAL HOOK
LATIN SMALL LETTER D WITH PALATAL HOOK
LATIN SMALL LETTER F WITH PALATAL HOOK
LATIN SMALL LETTER G WITH PALATAL HOOK
LATIN SMALL LETTER K WITH PALATAL HOOK
LATIN SMALL LETTER L WITH PALATAL HOOK
LATIN SMALL LETTER M WITH PALATAL HOOK
LATIN SMALL LETTER N WITH PALATAL HOOK
LATIN SMALL LETTER P WITH PALATAL HOOK
LATIN SMALL LETTER R WITH PALATAL HOOK
LATIN SMALL LETTER S WITH PALATAL HOOK
LATIN SMALL LETTER ESH WITH PALATAL HOOK
LATIN SMALL LETTER V WITH PALATAL HOOK
LATIN SMALL LETTER X WITH PALATAL HOOK
LATIN SMALL LETTER Z WITH PALATAL HOOK
LATIN SMALL LETTER A WITH RETROFLEX HOOK
LATIN SMALL LETTER ALPHA WITH RETROFLEX HOOK
LATIN SMALL LETTER D WITH HOOK AND TAIL
LATIN SMALL LETTER E WITH RETROFLEX HOOK
LATIN SMALL LETTER OPEN E WITH RETROFLEX HOOK
LATIN SMALL LETTER REVERSED OPEN E WITH RETROFLEX HOOK
LATIN SMALL LETTER SCHWA WITH RETROFLEX HOOK
LATIN SMALL LETTER I WITH RETROFLEX HOOK
LATIN SMALL LETTER OPEN O WITH RETROFLEX HOOK
LATIN SMALL LETTER ESH WITH RETROFLEX HOOK
LATIN SMALL LETTER U WITH RETROFLEX HOOK
LATIN SMALL LETTER EZH WITH RETROFLEX HOOK
LATIN SMALL LETTER H WITH LINE BELOW
LATIN SMALL LETTER T WITH DIAERESIS
LATIN SMALL LETTER W WITH RING ABOVE
LATIN SMALL LETTER Y WITH RING ABOVE
LATIN SMALL LETTER A WITH RIGHT HALF RING
LATIN SMALL LETTER LONG S WITH DIAGONAL STROKE
LATIN SMALL LETTER LONG S WITH HIGH STROKE
LATIN SMALL LETTER DELTA
GREEK SMALL LETTER UPSILON WITH PSILI
GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA
GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA
GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI
GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI
GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI
GREEK SMALL LETTER ALPHA WITH PERISPOMENI
GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI
GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI
GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI
GREEK SMALL LETTER ETA WITH PERISPOMENI
GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI
GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA
GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA
GREEK SMALL LETTER IOTA WITH PERISPOMENI
GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI
GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA
GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA
GREEK SMALL LETTER RHO WITH PSILI
GREEK SMALL LETTER UPSILON WITH PERISPOMENI
GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI
GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI
GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI
GREEK SMALL LETTER OMEGA WITH PERISPOMENI
GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI
DOUBLE-STRUCK CAPITAL C
EULER CONSTANT
SCRIPT SMALL G
SCRIPT CAPITAL H
BLACK-LETTER CAPITAL H
DOUBLE-STRUCK CAPITAL H
PLANCK CONSTANT
PLANCK CONSTANT OVER TWO PI
SCRIPT CAPITAL I
BLACK-LETTER CAPITAL I
SCRIPT CAPITAL L
SCRIPT SMALL L
DOUBLE-STRUCK CAPITAL N
DOUBLE-STRUCK CAPITAL P
DOUBLE-STRUCK CAPITAL Q
SCRIPT CAPITAL R
BLACK-LETTER CAPITAL R
DOUBLE-STRUCK CAPITAL R
DOUBLE-STRUCK CAPITAL Z
BLACK-LETTER CAPITAL Z
SCRIPT CAPITAL B
BLACK-LETTER CAPITAL C
SCRIPT SMALL E
SCRIPT CAPITAL E
SCRIPT CAPITAL F
SCRIPT CAPITAL M
SCRIPT SMALL O
INFORMATION SOURCE
DOUBLE-STRUCK SMALL PI
DOUBLE-STRUCK SMALL GAMMA
DOUBLE-STRUCK CAPITAL GAMMA
DOUBLE-STRUCK CAPITAL PI
DOUBLE-STRUCK ITALIC CAPITAL D
DOUBLE-STRUCK ITALIC SMALL D
DOUBLE-STRUCK ITALIC SMALL E
DOUBLE-STRUCK ITALIC SMALL I
DOUBLE-STRUCK ITALIC SMALL J
LATIN SMALL LETTER V WITH RIGHT HOOK
LATIN SMALL LETTER V WITH CURL
LATIN SMALL LETTER TAILLESS PHI
LATIN SMALL LETTER E WITH NOTCH
LATIN SMALL LETTER TURNED R WITH TAIL
LATIN SMALL LETTER O WITH LOW RING INSIDE
LATIN LETTER SMALL CAPITAL TURNED E
LATIN SUBSCRIPT SMALL LETTER J
COPTIC SYMBOL KAI
LATIN LETTER SMALL CAPITAL F
LATIN LETTER SMALL CAPITAL S
LATIN SMALL LETTER DUM
LATIN SMALL LETTER LUM
LATIN SMALL LETTER MUM
LATIN SMALL LETTER NUM
LATIN SMALL LETTER RUM
LATIN LETTER SMALL CAPITAL RUM
LATIN SMALL LETTER TUM
LATIN SMALL LETTER UM
LATIN SMALL LIGATURE FF
LATIN SMALL LIGATURE FI
LATIN SMALL LIGATURE FL
LATIN SMALL LIGATURE FFI
LATIN SMALL LIGATURE FFL
LATIN SMALL LIGATURE LONG S T
LATIN SMALL LIGATURE ST
ARMENIAN SMALL LIGATURE MEN NOW
ARMENIAN SMALL LIGATURE MEN ECH
ARMENIAN SMALL LIGATURE MEN INI
ARMENIAN SMALL LIGATURE VEW NOW
ARMENIAN SMALL LIGATURE MEN XEH
MATHEMATICAL BOLD CAPITAL A
MATHEMATICAL BOLD CAPITAL B
MATHEMATICAL BOLD CAPITAL C
MATHEMATICAL BOLD CAPITAL D
MATHEMATICAL BOLD CAPITAL E
MATHEMATICAL BOLD CAPITAL F
MATHEMATICAL BOLD CAPITAL G
MATHEMATICAL BOLD CAPITAL H
MATHEMATICAL BOLD CAPITAL I
MATHEMATICAL BOLD CAPITAL J
MATHEMATICAL BOLD CAPITAL K
MATHEMATICAL BOLD CAPITAL L
MATHEMATICAL BOLD CAPITAL M
MATHEMATICAL BOLD CAPITAL N
MATHEMATICAL BOLD CAPITAL O
MATHEMATICAL BOLD CAPITAL P
MATHEMATICAL BOLD CAPITAL Q
MATHEMATICAL BOLD CAPITAL R
MATHEMATICAL BOLD CAPITAL S
MATHEMATICAL BOLD CAPITAL T
MATHEMATICAL BOLD CAPITAL U
MATHEMATICAL BOLD CAPITAL V
MATHEMATICAL BOLD CAPITAL W
MATHEMATICAL BOLD CAPITAL X
MATHEMATICAL BOLD CAPITAL Y
MATHEMATICAL BOLD CAPITAL Z
MATHEMATICAL BOLD SMALL A
MATHEMATICAL BOLD SMALL B
MATHEMATICAL BOLD SMALL C
MATHEMATICAL BOLD SMALL D
MATHEMATICAL BOLD SMALL E
MATHEMATICAL BOLD SMALL F
MATHEMATICAL BOLD SMALL G
MATHEMATICAL BOLD SMALL H
MATHEMATICAL BOLD SMALL I
MATHEMATICAL BOLD SMALL J
MATHEMATICAL BOLD SMALL K
MATHEMATICAL BOLD SMALL L
MATHEMATICAL BOLD SMALL M
MATHEMATICAL BOLD SMALL N
MATHEMATICAL BOLD SMALL O
MATHEMATICAL BOLD SMALL P
MATHEMATICAL BOLD SMALL Q
MATHEMATICAL BOLD SMALL R
MATHEMATICAL BOLD SMALL S
MATHEMATICAL BOLD SMALL T
MATHEMATICAL BOLD SMALL U
MATHEMATICAL BOLD SMALL V
MATHEMATICAL BOLD SMALL W
MATHEMATICAL BOLD SMALL X
MATHEMATICAL BOLD SMALL Y
MATHEMATICAL BOLD SMALL Z
MATHEMATICAL ITALIC CAPITAL A
MATHEMATICAL ITALIC CAPITAL B
MATHEMATICAL ITALIC CAPITAL C
MATHEMATICAL ITALIC CAPITAL D
MATHEMATICAL ITALIC CAPITAL E
MATHEMATICAL ITALIC CAPITAL F
MATHEMATICAL ITALIC CAPITAL G
MATHEMATICAL ITALIC CAPITAL H
MATHEMATICAL ITALIC CAPITAL I
MATHEMATICAL ITALIC CAPITAL J
MATHEMATICAL ITALIC CAPITAL K
MATHEMATICAL ITALIC CAPITAL L
MATHEMATICAL ITALIC CAPITAL M
MATHEMATICAL ITALIC CAPITAL N
MATHEMATICAL ITALIC CAPITAL O
MATHEMATICAL ITALIC CAPITAL P
MATHEMATICAL ITALIC CAPITAL Q
MATHEMATICAL ITALIC CAPITAL R
MATHEMATICAL ITALIC CAPITAL S
MATHEMATICAL ITALIC CAPITAL T
MATHEMATICAL ITALIC CAPITAL U
MATHEMATICAL ITALIC CAPITAL V
MATHEMATICAL ITALIC CAPITAL W
MATHEMATICAL ITALIC CAPITAL X
MATHEMATICAL ITALIC CAPITAL Y
MATHEMATICAL ITALIC CAPITAL Z
MATHEMATICAL ITALIC SMALL A
MATHEMATICAL ITALIC SMALL B
MATHEMATICAL ITALIC SMALL C
MATHEMATICAL ITALIC SMALL D
MATHEMATICAL ITALIC SMALL E
MATHEMATICAL ITALIC SMALL F
MATHEMATICAL ITALIC SMALL G
MATHEMATICAL ITALIC SMALL I
MATHEMATICAL ITALIC SMALL J
MATHEMATICAL ITALIC SMALL K
MATHEMATICAL ITALIC SMALL L
MATHEMATICAL ITALIC SMALL M
MATHEMATICAL ITALIC SMALL N
MATHEMATICAL ITALIC SMALL O
MATHEMATICAL ITALIC SMALL P
MATHEMATICAL ITALIC SMALL Q
MATHEMATICAL ITALIC SMALL R
MATHEMATICAL ITALIC SMALL S
MATHEMATICAL ITALIC SMALL T
MATHEMATICAL ITALIC SMALL U
MATHEMATICAL ITALIC SMALL V
MATHEMATICAL ITALIC SMALL W
MATHEMATICAL ITALIC SMALL X
MATHEMATICAL ITALIC SMALL Y
MATHEMATICAL ITALIC SMALL Z
MATHEMATICAL BOLD ITALIC CAPITAL A
MATHEMATICAL BOLD ITALIC CAPITAL B
MATHEMATICAL BOLD ITALIC CAPITAL C
MATHEMATICAL BOLD ITALIC CAPITAL D
MATHEMATICAL BOLD ITALIC CAPITAL E
MATHEMATICAL BOLD ITALIC CAPITAL F
MATHEMATICAL BOLD ITALIC CAPITAL G
MATHEMATICAL BOLD ITALIC CAPITAL H
MATHEMATICAL BOLD ITALIC CAPITAL I
MATHEMATICAL BOLD ITALIC CAPITAL J
MATHEMATICAL BOLD ITALIC CAPITAL K
MATHEMATICAL BOLD ITALIC CAPITAL L
MATHEMATICAL BOLD ITALIC CAPITAL M
MATHEMATICAL BOLD ITALIC CAPITAL N
MATHEMATICAL BOLD ITALIC CAPITAL O
MATHEMATICAL BOLD ITALIC CAPITAL P
MATHEMATICAL BOLD ITALIC CAPITAL Q
MATHEMATICAL BOLD ITALIC CAPITAL R
MATHEMATICAL BOLD ITALIC CAPITAL S
MATHEMATICAL BOLD ITALIC CAPITAL T
MATHEMATICAL BOLD ITALIC CAPITAL U
MATHEMATICAL BOLD ITALIC CAPITAL V
MATHEMATICAL BOLD ITALIC CAPITAL W
MATHEMATICAL BOLD ITALIC CAPITAL X
MATHEMATICAL BOLD ITALIC CAPITAL Y
MATHEMATICAL BOLD ITALIC CAPITAL Z
MATHEMATICAL BOLD ITALIC SMALL A
MATHEMATICAL BOLD ITALIC SMALL B
MATHEMATICAL BOLD ITALIC SMALL C
MATHEMATICAL BOLD ITALIC SMALL D
MATHEMATICAL BOLD ITALIC SMALL E
MATHEMATICAL BOLD ITALIC SMALL F
MATHEMATICAL BOLD ITALIC SMALL G
MATHEMATICAL BOLD ITALIC SMALL H
MATHEMATICAL BOLD ITALIC SMALL I
MATHEMATICAL BOLD ITALIC SMALL J
MATHEMATICAL BOLD ITALIC SMALL K
MATHEMATICAL BOLD ITALIC SMALL L
MATHEMATICAL BOLD ITALIC SMALL M
MATHEMATICAL BOLD ITALIC SMALL N
MATHEMATICAL BOLD ITALIC SMALL O
MATHEMATICAL BOLD ITALIC SMALL P
MATHEMATICAL BOLD ITALIC SMALL Q
MATHEMATICAL BOLD ITALIC SMALL R
MATHEMATICAL BOLD ITALIC SMALL S
MATHEMATICAL BOLD ITALIC SMALL T
MATHEMATICAL BOLD ITALIC SMALL U
MATHEMATICAL BOLD ITALIC SMALL V
MATHEMATICAL BOLD ITALIC SMALL W
MATHEMATICAL BOLD ITALIC SMALL X
MATHEMATICAL BOLD ITALIC SMALL Y
MATHEMATICAL BOLD ITALIC SMALL Z
MATHEMATICAL SCRIPT CAPITAL A
MATHEMATICAL SCRIPT CAPITAL C
MATHEMATICAL SCRIPT CAPITAL D
MATHEMATICAL SCRIPT CAPITAL G
MATHEMATICAL SCRIPT CAPITAL J
MATHEMATICAL SCRIPT CAPITAL K
MATHEMATICAL SCRIPT CAPITAL N
MATHEMATICAL SCRIPT CAPITAL O
MATHEMATICAL SCRIPT CAPITAL P
MATHEMATICAL SCRIPT CAPITAL Q
MATHEMATICAL SCRIPT CAPITAL S
MATHEMATICAL SCRIPT CAPITAL T
MATHEMATICAL SCRIPT CAPITAL U
MATHEMATICAL SCRIPT CAPITAL V
MATHEMATICAL SCRIPT CAPITAL W
MATHEMATICAL SCRIPT CAPITAL X
MATHEMATICAL SCRIPT CAPITAL Y
MATHEMATICAL SCRIPT CAPITAL Z
MATHEMATICAL SCRIPT SMALL A
MATHEMATICAL SCRIPT SMALL B
MATHEMATICAL SCRIPT SMALL C
MATHEMATICAL SCRIPT SMALL D
MATHEMATICAL SCRIPT SMALL F
MATHEMATICAL SCRIPT SMALL H
MATHEMATICAL SCRIPT SMALL I
MATHEMATICAL SCRIPT SMALL J
MATHEMATICAL SCRIPT SMALL K
MATHEMATICAL SCRIPT SMALL L
MATHEMATICAL SCRIPT SMALL M
MATHEMATICAL SCRIPT SMALL N
MATHEMATICAL SCRIPT SMALL P
MATHEMATICAL SCRIPT SMALL Q
MATHEMATICAL SCRIPT SMALL R
MATHEMATICAL SCRIPT SMALL S
MATHEMATICAL SCRIPT SMALL T
MATHEMATICAL SCRIPT SMALL U
MATHEMATICAL SCRIPT SMALL V
MATHEMATICAL SCRIPT SMALL W
MATHEMATICAL SCRIPT SMALL X
MATHEMATICAL SCRIPT SMALL Y
MATHEMATICAL SCRIPT SMALL Z
MATHEMATICAL BOLD SCRIPT CAPITAL A
MATHEMATICAL BOLD SCRIPT CAPITAL B
MATHEMATICAL BOLD SCRIPT CAPITAL C
MATHEMATICAL BOLD SCRIPT CAPITAL D
MATHEMATICAL BOLD SCRIPT CAPITAL E
MATHEMATICAL BOLD SCRIPT CAPITAL F
MATHEMATICAL BOLD SCRIPT CAPITAL G
MATHEMATICAL BOLD SCRIPT CAPITAL H
MATHEMATICAL BOLD SCRIPT CAPITAL I
MATHEMATICAL BOLD SCRIPT CAPITAL J
MATHEMATICAL BOLD SCRIPT CAPITAL K
MATHEMATICAL BOLD SCRIPT CAPITAL L
MATHEMATICAL BOLD SCRIPT CAPITAL M
MATHEMATICAL BOLD SCRIPT CAPITAL N
MATHEMATICAL BOLD SCRIPT CAPITAL O
MATHEMATICAL BOLD SCRIPT CAPITAL P
MATHEMATICAL BOLD SCRIPT CAPITAL Q
MATHEMATICAL BOLD SCRIPT CAPITAL R
MATHEMATICAL BOLD SCRIPT CAPITAL S
MATHEMATICAL BOLD SCRIPT CAPITAL T
MATHEMATICAL BOLD SCRIPT CAPITAL U
MATHEMATICAL BOLD SCRIPT CAPITAL V
MATHEMATICAL BOLD SCRIPT CAPITAL W
MATHEMATICAL BOLD SCRIPT CAPITAL X
MATHEMATICAL BOLD SCRIPT CAPITAL Y
MATHEMATICAL BOLD SCRIPT CAPITAL Z
MATHEMATICAL BOLD SCRIPT SMALL A
MATHEMATICAL BOLD SCRIPT SMALL B
MATHEMATICAL BOLD SCRIPT SMALL C
MATHEMATICAL BOLD SCRIPT SMALL D
MATHEMATICAL BOLD SCRIPT SMALL E
MATHEMATICAL BOLD SCRIPT SMALL F
MATHEMATICAL BOLD SCRIPT SMALL G
MATHEMATICAL BOLD SCRIPT SMALL H
MATHEMATICAL BOLD SCRIPT SMALL I
MATHEMATICAL BOLD SCRIPT SMALL J
MATHEMATICAL BOLD SCRIPT SMALL K
MATHEMATICAL BOLD SCRIPT SMALL L
MATHEMATICAL BOLD SCRIPT SMALL M
MATHEMATICAL BOLD SCRIPT SMALL N
MATHEMATICAL BOLD SCRIPT SMALL O
MATHEMATICAL BOLD SCRIPT SMALL P
MATHEMATICAL BOLD SCRIPT SMALL Q
MATHEMATICAL BOLD SCRIPT SMALL R
MATHEMATICAL BOLD SCRIPT SMALL S
MATHEMATICAL BOLD SCRIPT SMALL T
MATHEMATICAL BOLD SCRIPT SMALL U
MATHEMATICAL BOLD SCRIPT SMALL V
MATHEMATICAL BOLD SCRIPT SMALL W
MATHEMATICAL BOLD SCRIPT SMALL X
MATHEMATICAL BOLD SCRIPT SMALL Y
MATHEMATICAL BOLD SCRIPT SMALL Z
MATHEMATICAL FRAKTUR CAPITAL A
MATHEMATICAL FRAKTUR CAPITAL B
MATHEMATICAL FRAKTUR CAPITAL D
MATHEMATICAL FRAKTUR CAPITAL E
MATHEMATICAL FRAKTUR CAPITAL F
MATHEMATICAL FRAKTUR CAPITAL G
MATHEMATICAL FRAKTUR CAPITAL J
MATHEMATICAL FRAKTUR CAPITAL K
MATHEMATICAL FRAKTUR CAPITAL L
MATHEMATICAL FRAKTUR CAPITAL M
MATHEMATICAL FRAKTUR CAPITAL N
MATHEMATICAL FRAKTUR CAPITAL O
MATHEMATICAL FRAKTUR CAPITAL P
MATHEMATICAL FRAKTUR CAPITAL Q
MATHEMATICAL FRAKTUR CAPITAL S
MATHEMATICAL FRAKTUR CAPITAL T
MATHEMATICAL FRAKTUR CAPITAL U
MATHEMATICAL FRAKTUR CAPITAL V
MATHEMATICAL FRAKTUR CAPITAL W
MATHEMATICAL FRAKTUR CAPITAL X
MATHEMATICAL FRAKTUR CAPITAL Y
MATHEMATICAL FRAKTUR SMALL A
MATHEMATICAL FRAKTUR SMALL B
MATHEMATICAL FRAKTUR SMALL C
MATHEMATICAL FRAKTUR SMALL D
MATHEMATICAL FRAKTUR SMALL E
MATHEMATICAL FRAKTUR SMALL F
MATHEMATICAL FRAKTUR SMALL G
MATHEMATICAL FRAKTUR SMALL H
MATHEMATICAL FRAKTUR SMALL I
MATHEMATICAL FRAKTUR SMALL J
MATHEMATICAL FRAKTUR SMALL K
MATHEMATICAL FRAKTUR SMALL L
MATHEMATICAL FRAKTUR SMALL M
MATHEMATICAL FRAKTUR SMALL N
MATHEMATICAL FRAKTUR SMALL O
MATHEMATICAL FRAKTUR SMALL P
MATHEMATICAL FRAKTUR SMALL Q
MATHEMATICAL FRAKTUR SMALL R
MATHEMATICAL FRAKTUR SMALL S
MATHEMATICAL FRAKTUR SMALL T
MATHEMATICAL FRAKTUR SMALL U
MATHEMATICAL FRAKTUR SMALL V
MATHEMATICAL FRAKTUR SMALL W
MATHEMATICAL FRAKTUR SMALL X
MATHEMATICAL FRAKTUR SMALL Y
MATHEMATICAL FRAKTUR SMALL Z
MATHEMATICAL DOUBLE-STRUCK CAPITAL A
MATHEMATICAL DOUBLE-STRUCK CAPITAL B
MATHEMATICAL DOUBLE-STRUCK CAPITAL D
MATHEMATICAL DOUBLE-STRUCK CAPITAL E
MATHEMATICAL DOUBLE-STRUCK CAPITAL F
MATHEMATICAL DOUBLE-STRUCK CAPITAL G
MATHEMATICAL DOUBLE-STRUCK CAPITAL I
MATHEMATICAL DOUBLE-STRUCK CAPITAL J
MATHEMATICAL DOUBLE-STRUCK CAPITAL K
MATHEMATICAL DOUBLE-STRUCK CAPITAL L
MATHEMATICAL DOUBLE-STRUCK CAPITAL M
MATHEMATICAL DOUBLE-STRUCK CAPITAL O
MATHEMATICAL DOUBLE-STRUCK CAPITAL S
MATHEMATICAL DOUBLE-STRUCK CAPITAL T
MATHEMATICAL DOUBLE-STRUCK CAPITAL U
MATHEMATICAL DOUBLE-STRUCK CAPITAL V
MATHEMATICAL DOUBLE-STRUCK CAPITAL W
MATHEMATICAL DOUBLE-STRUCK CAPITAL X
MATHEMATICAL DOUBLE-STRUCK CAPITAL Y
MATHEMATICAL DOUBLE-STRUCK SMALL A
MATHEMATICAL DOUBLE-STRUCK SMALL B
MATHEMATICAL DOUBLE-STRUCK SMALL C
MATHEMATICAL DOUBLE-STRUCK SMALL D
MATHEMATICAL DOUBLE-STRUCK SMALL E
MATHEMATICAL DOUBLE-STRUCK SMALL F
MATHEMATICAL DOUBLE-STRUCK SMALL G
MATHEMATICAL DOUBLE-STRUCK SMALL H
MATHEMATICAL DOUBLE-STRUCK SMALL I
MATHEMATICAL DOUBLE-STRUCK SMALL J
MATHEMATICAL DOUBLE-STRUCK SMALL K
MATHEMATICAL DOUBLE-STRUCK SMALL L
MATHEMATICAL DOUBLE-STRUCK SMALL M
MATHEMATICAL DOUBLE-STRUCK SMALL N
MATHEMATICAL DOUBLE-STRUCK SMALL O
MATHEMATICAL DOUBLE-STRUCK SMALL P
MATHEMATICAL DOUBLE-STRUCK SMALL Q
MATHEMATICAL DOUBLE-STRUCK SMALL R
MATHEMATICAL DOUBLE-STRUCK SMALL S
MATHEMATICAL DOUBLE-STRUCK SMALL T
MATHEMATICAL DOUBLE-STRUCK SMALL U
MATHEMATICAL DOUBLE-STRUCK SMALL V
MATHEMATICAL DOUBLE-STRUCK SMALL W
MATHEMATICAL DOUBLE-STRUCK SMALL X
MATHEMATICAL DOUBLE-STRUCK SMALL Y
MATHEMATICAL DOUBLE-STRUCK SMALL Z
MATHEMATICAL BOLD FRAKTUR CAPITAL A
MATHEMATICAL BOLD FRAKTUR CAPITAL B
MATHEMATICAL BOLD FRAKTUR CAPITAL C
MATHEMATICAL BOLD FRAKTUR CAPITAL D
MATHEMATICAL BOLD FRAKTUR CAPITAL E
MATHEMATICAL BOLD FRAKTUR CAPITAL F
MATHEMATICAL BOLD FRAKTUR CAPITAL G
MATHEMATICAL BOLD FRAKTUR CAPITAL H
MATHEMATICAL BOLD FRAKTUR CAPITAL I
MATHEMATICAL BOLD FRAKTUR CAPITAL J
MATHEMATICAL BOLD FRAKTUR CAPITAL K
MATHEMATICAL BOLD FRAKTUR CAPITAL L
MATHEMATICAL BOLD FRAKTUR CAPITAL M
MATHEMATICAL BOLD FRAKTUR CAPITAL N
MATHEMATICAL BOLD FRAKTUR CAPITAL O
MATHEMATICAL BOLD FRAKTUR CAPITAL P
MATHEMATICAL BOLD FRAKTUR CAPITAL Q
MATHEMATICAL BOLD FRAKTUR CAPITAL R
MATHEMATICAL BOLD FRAKTUR CAPITAL S
MATHEMATICAL BOLD FRAKTUR CAPITAL T
MATHEMATICAL BOLD FRAKTUR CAPITAL U
MATHEMATICAL BOLD FRAKTUR CAPITAL V
MATHEMATICAL BOLD FRAKTUR CAPITAL W
MATHEMATICAL BOLD FRAKTUR CAPITAL X
MATHEMATICAL BOLD FRAKTUR CAPITAL Y
MATHEMATICAL BOLD FRAKTUR CAPITAL Z
MATHEMATICAL BOLD FRAKTUR SMALL A
MATHEMATICAL BOLD FRAKTUR SMALL B
MATHEMATICAL BOLD FRAKTUR SMALL C
MATHEMATICAL BOLD FRAKTUR SMALL D
MATHEMATICAL BOLD FRAKTUR SMALL E
MATHEMATICAL BOLD FRAKTUR SMALL F
MATHEMATICAL BOLD FRAKTUR SMALL G
MATHEMATICAL BOLD FRAKTUR SMALL H
MATHEMATICAL BOLD FRAKTUR SMALL I
MATHEMATICAL BOLD FRAKTUR SMALL J
MATHEMATICAL BOLD FRAKTUR SMALL K
MATHEMATICAL BOLD FRAKTUR SMALL L
MATHEMATICAL BOLD FRAKTUR SMALL M
MATHEMATICAL BOLD FRAKTUR SMALL N
MATHEMATICAL BOLD FRAKTUR SMALL O
MATHEMATICAL BOLD FRAKTUR SMALL P
MATHEMATICAL BOLD FRAKTUR SMALL Q
MATHEMATICAL BOLD FRAKTUR SMALL R
MATHEMATICAL BOLD FRAKTUR SMALL S
MATHEMATICAL BOLD FRAKTUR SMALL T
MATHEMATICAL BOLD FRAKTUR SMALL U
MATHEMATICAL BOLD FRAKTUR SMALL V
MATHEMATICAL BOLD FRAKTUR SMALL W
MATHEMATICAL BOLD FRAKTUR SMALL X
MATHEMATICAL BOLD FRAKTUR SMALL Y
MATHEMATICAL BOLD FRAKTUR SMALL Z
MATHEMATICAL SANS-SERIF CAPITAL A
MATHEMATICAL SANS-SERIF CAPITAL B
MATHEMATICAL SANS-SERIF CAPITAL C
MATHEMATICAL SANS-SERIF CAPITAL D
MATHEMATICAL SANS-SERIF CAPITAL E
MATHEMATICAL SANS-SERIF CAPITAL F
MATHEMATICAL SANS-SERIF CAPITAL G
MATHEMATICAL SANS-SERIF CAPITAL H
MATHEMATICAL SANS-SERIF CAPITAL I
MATHEMATICAL SANS-SERIF CAPITAL J
MATHEMATICAL SANS-SERIF CAPITAL K
MATHEMATICAL SANS-SERIF CAPITAL L
MATHEMATICAL SANS-SERIF CAPITAL M
MATHEMATICAL SANS-SERIF CAPITAL N
MATHEMATICAL SANS-SERIF CAPITAL O
MATHEMATICAL SANS-SERIF CAPITAL P
MATHEMATICAL SANS-SERIF CAPITAL Q
MATHEMATICAL SANS-SERIF CAPITAL R
MATHEMATICAL SANS-SERIF CAPITAL S
MATHEMATICAL SANS-SERIF CAPITAL T
MATHEMATICAL SANS-SERIF CAPITAL U
MATHEMATICAL SANS-SERIF CAPITAL V
MATHEMATICAL SANS-SERIF CAPITAL W
MATHEMATICAL SANS-SERIF CAPITAL X
MATHEMATICAL SANS-SERIF CAPITAL Y
MATHEMATICAL SANS-SERIF CAPITAL Z
MATHEMATICAL SANS-SERIF SMALL A
MATHEMATICAL SANS-SERIF SMALL B
MATHEMATICAL SANS-SERIF SMALL C
MATHEMATICAL SANS-SERIF SMALL D
MATHEMATICAL SANS-SERIF SMALL E
MATHEMATICAL SANS-SERIF SMALL F
MATHEMATICAL SANS-SERIF SMALL G
MATHEMATICAL SANS-SERIF SMALL H
MATHEMATICAL SANS-SERIF SMALL I
MATHEMATICAL SANS-SERIF SMALL J
MATHEMATICAL SANS-SERIF SMALL K
MATHEMATICAL SANS-SERIF SMALL L
MATHEMATICAL SANS-SERIF SMALL M
MATHEMATICAL SANS-SERIF SMALL N
MATHEMATICAL SANS-SERIF SMALL O
MATHEMATICAL SANS-SERIF SMALL P
MATHEMATICAL SANS-SERIF SMALL Q
MATHEMATICAL SANS-SERIF SMALL R
MATHEMATICAL SANS-SERIF SMALL S
MATHEMATICAL SANS-SERIF SMALL T
MATHEMATICAL SANS-SERIF SMALL U
MATHEMATICAL SANS-SERIF SMALL V
MATHEMATICAL SANS-SERIF SMALL W
MATHEMATICAL SANS-SERIF SMALL X
MATHEMATICAL SANS-SERIF SMALL Y
MATHEMATICAL SANS-SERIF SMALL Z
MATHEMATICAL SANS-SERIF BOLD CAPITAL A
MATHEMATICAL SANS-SERIF BOLD CAPITAL B
MATHEMATICAL SANS-SERIF BOLD CAPITAL C
MATHEMATICAL SANS-SERIF BOLD CAPITAL D
MATHEMATICAL SANS-SERIF BOLD CAPITAL E
MATHEMATICAL SANS-SERIF BOLD CAPITAL F
MATHEMATICAL SANS-SERIF BOLD CAPITAL G
MATHEMATICAL SANS-SERIF BOLD CAPITAL H
MATHEMATICAL SANS-SERIF BOLD CAPITAL I
MATHEMATICAL SANS-SERIF BOLD CAPITAL J
MATHEMATICAL SANS-SERIF BOLD CAPITAL K
MATHEMATICAL SANS-SERIF BOLD CAPITAL L
MATHEMATICAL SANS-SERIF BOLD CAPITAL M
MATHEMATICAL SANS-SERIF BOLD CAPITAL N
MATHEMATICAL SANS-SERIF BOLD CAPITAL O
MATHEMATICAL SANS-SERIF BOLD CAPITAL P
MATHEMATICAL SANS-SERIF BOLD CAPITAL Q
MATHEMATICAL SANS-SERIF BOLD CAPITAL R
MATHEMATICAL SANS-SERIF BOLD CAPITAL S
MATHEMATICAL SANS-SERIF BOLD CAPITAL T
MATHEMATICAL SANS-SERIF BOLD CAPITAL U
MATHEMATICAL SANS-SERIF BOLD CAPITAL V
MATHEMATICAL SANS-SERIF BOLD CAPITAL W
MATHEMATICAL SANS-SERIF BOLD CAPITAL X
MATHEMATICAL SANS-SERIF BOLD CAPITAL Y
MATHEMATICAL SANS-SERIF BOLD CAPITAL Z
MATHEMATICAL SANS-SERIF BOLD SMALL A
MATHEMATICAL SANS-SERIF BOLD SMALL B
MATHEMATICAL SANS-SERIF BOLD SMALL C
MATHEMATICAL SANS-SERIF BOLD SMALL D
MATHEMATICAL SANS-SERIF BOLD SMALL E
MATHEMATICAL SANS-SERIF BOLD SMALL F
MATHEMATICAL SANS-SERIF BOLD SMALL G
MATHEMATICAL SANS-SERIF BOLD SMALL H
MATHEMATICAL SANS-SERIF BOLD SMALL I
MATHEMATICAL SANS-SERIF BOLD SMALL J
MATHEMATICAL SANS-SERIF BOLD SMALL K
MATHEMATICAL SANS-SERIF BOLD SMALL L
MATHEMATICAL SANS-SERIF BOLD SMALL M
MATHEMATICAL SANS-SERIF BOLD SMALL N
MATHEMATICAL SANS-SERIF BOLD SMALL O
MATHEMATICAL SANS-SERIF BOLD SMALL P
MATHEMATICAL SANS-SERIF BOLD SMALL Q
MATHEMATICAL SANS-SERIF BOLD SMALL R
MATHEMATICAL SANS-SERIF BOLD SMALL S
MATHEMATICAL SANS-SERIF BOLD SMALL T
MATHEMATICAL SANS-SERIF BOLD SMALL U
MATHEMATICAL SANS-SERIF BOLD SMALL V
MATHEMATICAL SANS-SERIF BOLD SMALL W
MATHEMATICAL SANS-SERIF BOLD SMALL X
MATHEMATICAL SANS-SERIF BOLD SMALL Y
MATHEMATICAL SANS-SERIF BOLD SMALL Z
MATHEMATICAL SANS-SERIF ITALIC CAPITAL A
MATHEMATICAL SANS-SERIF ITALIC CAPITAL B
MATHEMATICAL SANS-SERIF ITALIC CAPITAL C
MATHEMATICAL SANS-SERIF ITALIC CAPITAL D
MATHEMATICAL SANS-SERIF ITALIC CAPITAL E
MATHEMATICAL SANS-SERIF ITALIC CAPITAL F
MATHEMATICAL SANS-SERIF ITALIC CAPITAL G
MATHEMATICAL SANS-SERIF ITALIC CAPITAL H
MATHEMATICAL SANS-SERIF ITALIC CAPITAL I
MATHEMATICAL SANS-SERIF ITALIC CAPITAL J
MATHEMATICAL SANS-SERIF ITALIC CAPITAL K
MATHEMATICAL SANS-SERIF ITALIC CAPITAL L
MATHEMATICAL SANS-SERIF ITALIC CAPITAL M
MATHEMATICAL SANS-SERIF ITALIC CAPITAL N
MATHEMATICAL SANS-SERIF ITALIC CAPITAL O
MATHEMATICAL SANS-SERIF ITALIC CAPITAL P
MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q
MATHEMATICAL SANS-SERIF ITALIC CAPITAL R
MATHEMATICAL SANS-SERIF ITALIC CAPITAL S
MATHEMATICAL SANS-SERIF ITALIC CAPITAL T
MATHEMATICAL SANS-SERIF ITALIC CAPITAL U
MATHEMATICAL SANS-SERIF ITALIC CAPITAL V
MATHEMATICAL SANS-SERIF ITALIC CAPITAL W
MATHEMATICAL SANS-SERIF ITALIC CAPITAL X
MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y
MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z
MATHEMATICAL SANS-SERIF ITALIC SMALL A
MATHEMATICAL SANS-SERIF ITALIC SMALL B
MATHEMATICAL SANS-SERIF ITALIC SMALL C
MATHEMATICAL SANS-SERIF ITALIC SMALL D
MATHEMATICAL SANS-SERIF ITALIC SMALL E
MATHEMATICAL SANS-SERIF ITALIC SMALL F
MATHEMATICAL SANS-SERIF ITALIC SMALL G
MATHEMATICAL SANS-SERIF ITALIC SMALL H
MATHEMATICAL SANS-SERIF ITALIC SMALL I
MATHEMATICAL SANS-SERIF ITALIC SMALL J
MATHEMATICAL SANS-SERIF ITALIC SMALL K
MATHEMATICAL SANS-SERIF ITALIC SMALL L
MATHEMATICAL SANS-SERIF ITALIC SMALL M
MATHEMATICAL SANS-SERIF ITALIC SMALL N
MATHEMATICAL SANS-SERIF ITALIC SMALL O
MATHEMATICAL SANS-SERIF ITALIC SMALL P
MATHEMATICAL SANS-SERIF ITALIC SMALL Q
MATHEMATICAL SANS-SERIF ITALIC SMALL R
MATHEMATICAL SANS-SERIF ITALIC SMALL S
MATHEMATICAL SANS-SERIF ITALIC SMALL T
MATHEMATICAL SANS-SERIF ITALIC SMALL U
MATHEMATICAL SANS-SERIF ITALIC SMALL V
MATHEMATICAL SANS-SERIF ITALIC SMALL W
MATHEMATICAL SANS-SERIF ITALIC SMALL X
MATHEMATICAL SANS-SERIF ITALIC SMALL Y
MATHEMATICAL SANS-SERIF ITALIC SMALL Z
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL L
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL N
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL R
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z
MATHEMATICAL MONOSPACE CAPITAL A
MATHEMATICAL MONOSPACE CAPITAL B
MATHEMATICAL MONOSPACE CAPITAL C
MATHEMATICAL MONOSPACE CAPITAL D
MATHEMATICAL MONOSPACE CAPITAL E
MATHEMATICAL MONOSPACE CAPITAL F
MATHEMATICAL MONOSPACE CAPITAL G
MATHEMATICAL MONOSPACE CAPITAL H
MATHEMATICAL MONOSPACE CAPITAL I
MATHEMATICAL MONOSPACE CAPITAL J
MATHEMATICAL MONOSPACE CAPITAL K
MATHEMATICAL MONOSPACE CAPITAL L
MATHEMATICAL MONOSPACE CAPITAL M
MATHEMATICAL MONOSPACE CAPITAL N
MATHEMATICAL MONOSPACE CAPITAL O
MATHEMATICAL MONOSPACE CAPITAL P
MATHEMATICAL MONOSPACE CAPITAL Q
MATHEMATICAL MONOSPACE CAPITAL R
MATHEMATICAL MONOSPACE CAPITAL S
MATHEMATICAL MONOSPACE CAPITAL T
MATHEMATICAL MONOSPACE CAPITAL U
MATHEMATICAL MONOSPACE CAPITAL V
MATHEMATICAL MONOSPACE CAPITAL W
MATHEMATICAL MONOSPACE CAPITAL X
MATHEMATICAL MONOSPACE CAPITAL Y
MATHEMATICAL MONOSPACE CAPITAL Z
MATHEMATICAL MONOSPACE SMALL A
MATHEMATICAL MONOSPACE SMALL B
MATHEMATICAL MONOSPACE SMALL C
MATHEMATICAL MONOSPACE SMALL D
MATHEMATICAL MONOSPACE SMALL E
MATHEMATICAL MONOSPACE SMALL F
MATHEMATICAL MONOSPACE SMALL G
MATHEMATICAL MONOSPACE SMALL H
MATHEMATICAL MONOSPACE SMALL I
MATHEMATICAL MONOSPACE SMALL J
MATHEMATICAL MONOSPACE SMALL K
MATHEMATICAL MONOSPACE SMALL L
MATHEMATICAL MONOSPACE SMALL M
MATHEMATICAL MONOSPACE SMALL N
MATHEMATICAL MONOSPACE SMALL O
MATHEMATICAL MONOSPACE SMALL P
MATHEMATICAL MONOSPACE SMALL Q
MATHEMATICAL MONOSPACE SMALL R
MATHEMATICAL MONOSPACE SMALL S
MATHEMATICAL MONOSPACE SMALL T
MATHEMATICAL MONOSPACE SMALL U
MATHEMATICAL MONOSPACE SMALL V
MATHEMATICAL MONOSPACE SMALL W
MATHEMATICAL MONOSPACE SMALL X
MATHEMATICAL MONOSPACE SMALL Y
MATHEMATICAL MONOSPACE SMALL Z
MATHEMATICAL ITALIC SMALL DOTLESS I
MATHEMATICAL ITALIC SMALL DOTLESS J
MATHEMATICAL BOLD CAPITAL ALPHA
MATHEMATICAL BOLD CAPITAL BETA
MATHEMATICAL BOLD CAPITAL GAMMA
MATHEMATICAL BOLD CAPITAL DELTA
MATHEMATICAL BOLD CAPITAL EPSILON
MATHEMATICAL BOLD CAPITAL ZETA
MATHEMATICAL BOLD CAPITAL ETA
MATHEMATICAL BOLD CAPITAL THETA
MATHEMATICAL BOLD CAPITAL IOTA
MATHEMATICAL BOLD CAPITAL KAPPA
MATHEMATICAL BOLD CAPITAL LAMDA
MATHEMATICAL BOLD CAPITAL MU
MATHEMATICAL BOLD CAPITAL NU
MATHEMATICAL BOLD CAPITAL XI
MATHEMATICAL BOLD CAPITAL OMICRON
MATHEMATICAL BOLD CAPITAL PI
MATHEMATICAL BOLD CAPITAL RHO
MATHEMATICAL BOLD CAPITAL THETA SYMBOL
MATHEMATICAL BOLD CAPITAL SIGMA
MATHEMATICAL BOLD CAPITAL TAU
MATHEMATICAL BOLD CAPITAL UPSILON
MATHEMATICAL BOLD CAPITAL PHI
MATHEMATICAL BOLD CAPITAL CHI
MATHEMATICAL BOLD CAPITAL PSI
MATHEMATICAL BOLD CAPITAL OMEGA
MATHEMATICAL BOLD SMALL ALPHA
MATHEMATICAL BOLD SMALL BETA
MATHEMATICAL BOLD SMALL GAMMA
MATHEMATICAL BOLD SMALL DELTA
MATHEMATICAL BOLD SMALL EPSILON
MATHEMATICAL BOLD SMALL ZETA
MATHEMATICAL BOLD SMALL ETA
MATHEMATICAL BOLD SMALL THETA
MATHEMATICAL BOLD SMALL IOTA
MATHEMATICAL BOLD SMALL KAPPA
MATHEMATICAL BOLD SMALL LAMDA
MATHEMATICAL BOLD SMALL MU
MATHEMATICAL BOLD SMALL NU
MATHEMATICAL BOLD SMALL XI
MATHEMATICAL BOLD SMALL OMICRON
MATHEMATICAL BOLD SMALL PI
MATHEMATICAL BOLD SMALL RHO
MATHEMATICAL BOLD SMALL FINAL SIGMA
MATHEMATICAL BOLD SMALL SIGMA
MATHEMATICAL BOLD SMALL TAU
MATHEMATICAL BOLD SMALL UPSILON
MATHEMATICAL BOLD SMALL PHI
MATHEMATICAL BOLD SMALL CHI
MATHEMATICAL BOLD SMALL PSI
MATHEMATICAL BOLD SMALL OMEGA
MATHEMATICAL BOLD EPSILON SYMBOL
MATHEMATICAL BOLD THETA SYMBOL
MATHEMATICAL BOLD KAPPA SYMBOL
MATHEMATICAL BOLD PHI SYMBOL
MATHEMATICAL BOLD RHO SYMBOL
MATHEMATICAL BOLD PI SYMBOL
MATHEMATICAL ITALIC CAPITAL ALPHA
MATHEMATICAL ITALIC CAPITAL BETA
MATHEMATICAL ITALIC CAPITAL GAMMA
MATHEMATICAL ITALIC CAPITAL DELTA
MATHEMATICAL ITALIC CAPITAL EPSILON
MATHEMATICAL ITALIC CAPITAL ZETA
MATHEMATICAL ITALIC CAPITAL ETA
MATHEMATICAL ITALIC CAPITAL THETA
MATHEMATICAL ITALIC CAPITAL IOTA
MATHEMATICAL ITALIC CAPITAL KAPPA
MATHEMATICAL ITALIC CAPITAL LAMDA
MATHEMATICAL ITALIC CAPITAL MU
MATHEMATICAL ITALIC CAPITAL NU
MATHEMATICAL ITALIC CAPITAL XI
MATHEMATICAL ITALIC CAPITAL OMICRON
MATHEMATICAL ITALIC CAPITAL PI
MATHEMATICAL ITALIC CAPITAL RHO
MATHEMATICAL ITALIC CAPITAL THETA SYMBOL
MATHEMATICAL ITALIC CAPITAL SIGMA
MATHEMATICAL ITALIC CAPITAL TAU
MATHEMATICAL ITALIC CAPITAL UPSILON
MATHEMATICAL ITALIC CAPITAL PHI
MATHEMATICAL ITALIC CAPITAL CHI
MATHEMATICAL ITALIC CAPITAL PSI
MATHEMATICAL ITALIC CAPITAL OMEGA
MATHEMATICAL ITALIC SMALL ALPHA
MATHEMATICAL ITALIC SMALL BETA
MATHEMATICAL ITALIC SMALL GAMMA
MATHEMATICAL ITALIC SMALL DELTA
MATHEMATICAL ITALIC SMALL EPSILON
MATHEMATICAL ITALIC SMALL ZETA
MATHEMATICAL ITALIC SMALL ETA
MATHEMATICAL ITALIC SMALL THETA
MATHEMATICAL ITALIC SMALL IOTA
MATHEMATICAL ITALIC SMALL KAPPA
MATHEMATICAL ITALIC SMALL LAMDA
MATHEMATICAL ITALIC SMALL MU
MATHEMATICAL ITALIC SMALL NU
MATHEMATICAL ITALIC SMALL XI
MATHEMATICAL ITALIC SMALL OMICRON
MATHEMATICAL ITALIC SMALL PI
MATHEMATICAL ITALIC SMALL RHO
MATHEMATICAL ITALIC SMALL FINAL SIGMA
MATHEMATICAL ITALIC SMALL SIGMA
MATHEMATICAL ITALIC SMALL TAU
MATHEMATICAL ITALIC SMALL UPSILON
MATHEMATICAL ITALIC SMALL PHI
MATHEMATICAL ITALIC SMALL CHI
MATHEMATICAL ITALIC SMALL PSI
MATHEMATICAL ITALIC SMALL OMEGA
MATHEMATICAL ITALIC EPSILON SYMBOL
MATHEMATICAL ITALIC THETA SYMBOL
MATHEMATICAL ITALIC KAPPA SYMBOL
MATHEMATICAL ITALIC PHI SYMBOL
MATHEMATICAL ITALIC RHO SYMBOL
MATHEMATICAL ITALIC PI SYMBOL
MATHEMATICAL BOLD ITALIC CAPITAL ALPHA
MATHEMATICAL BOLD ITALIC CAPITAL BETA
MATHEMATICAL BOLD ITALIC CAPITAL GAMMA
MATHEMATICAL BOLD ITALIC CAPITAL DELTA
MATHEMATICAL BOLD ITALIC CAPITAL EPSILON
MATHEMATICAL BOLD ITALIC CAPITAL ZETA
MATHEMATICAL BOLD ITALIC CAPITAL ETA
MATHEMATICAL BOLD ITALIC CAPITAL THETA
MATHEMATICAL BOLD ITALIC CAPITAL IOTA
MATHEMATICAL BOLD ITALIC CAPITAL KAPPA
MATHEMATICAL BOLD ITALIC CAPITAL LAMDA
MATHEMATICAL BOLD ITALIC CAPITAL MU
MATHEMATICAL BOLD ITALIC CAPITAL NU
MATHEMATICAL BOLD ITALIC CAPITAL XI
MATHEMATICAL BOLD ITALIC CAPITAL OMICRON
MATHEMATICAL BOLD ITALIC CAPITAL PI
MATHEMATICAL BOLD ITALIC CAPITAL RHO
MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL
MATHEMATICAL BOLD ITALIC CAPITAL SIGMA
MATHEMATICAL BOLD ITALIC CAPITAL TAU
MATHEMATICAL BOLD ITALIC CAPITAL UPSILON
MATHEMATICAL BOLD ITALIC CAPITAL PHI
MATHEMATICAL BOLD ITALIC CAPITAL CHI
MATHEMATICAL BOLD ITALIC CAPITAL PSI
MATHEMATICAL BOLD ITALIC CAPITAL OMEGA
MATHEMATICAL BOLD ITALIC SMALL ALPHA
MATHEMATICAL BOLD ITALIC SMALL BETA
MATHEMATICAL BOLD ITALIC SMALL GAMMA
MATHEMATICAL BOLD ITALIC SMALL DELTA
MATHEMATICAL BOLD ITALIC SMALL EPSILON
MATHEMATICAL BOLD ITALIC SMALL ZETA
MATHEMATICAL BOLD ITALIC SMALL ETA
MATHEMATICAL BOLD ITALIC SMALL THETA
MATHEMATICAL BOLD ITALIC SMALL IOTA
MATHEMATICAL BOLD ITALIC SMALL KAPPA
MATHEMATICAL BOLD ITALIC SMALL LAMDA
MATHEMATICAL BOLD ITALIC SMALL MU
MATHEMATICAL BOLD ITALIC SMALL NU
MATHEMATICAL BOLD ITALIC SMALL XI
MATHEMATICAL BOLD ITALIC SMALL OMICRON
MATHEMATICAL BOLD ITALIC SMALL PI
MATHEMATICAL BOLD ITALIC SMALL RHO
MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA
MATHEMATICAL BOLD ITALIC SMALL SIGMA
MATHEMATICAL BOLD ITALIC SMALL TAU
MATHEMATICAL BOLD ITALIC SMALL UPSILON
MATHEMATICAL BOLD ITALIC SMALL PHI
MATHEMATICAL BOLD ITALIC SMALL CHI
MATHEMATICAL BOLD ITALIC SMALL PSI
MATHEMATICAL BOLD ITALIC SMALL OMEGA
MATHEMATICAL BOLD ITALIC EPSILON SYMBOL
MATHEMATICAL BOLD ITALIC THETA SYMBOL
MATHEMATICAL BOLD ITALIC KAPPA SYMBOL
MATHEMATICAL BOLD ITALIC PHI SYMBOL
MATHEMATICAL BOLD ITALIC RHO SYMBOL
MATHEMATICAL BOLD ITALIC PI SYMBOL
MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA
MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA
MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA
MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA
MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON
MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA
MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA
MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA
MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA
MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA
MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA
MATHEMATICAL SANS-SERIF BOLD CAPITAL MU
MATHEMATICAL SANS-SERIF BOLD CAPITAL NU
MATHEMATICAL SANS-SERIF BOLD CAPITAL XI
MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON
MATHEMATICAL SANS-SERIF BOLD CAPITAL PI
MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO
MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL
MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA
MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU
MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON
MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI
MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI
MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI
MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA
MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA
MATHEMATICAL SANS-SERIF BOLD SMALL BETA
MATHEMATICAL SANS-SERIF BOLD SMALL GAMMA
MATHEMATICAL SANS-SERIF BOLD SMALL DELTA
MATHEMATICAL SANS-SERIF BOLD SMALL EPSILON
MATHEMATICAL SANS-SERIF BOLD SMALL ZETA
MATHEMATICAL SANS-SERIF BOLD SMALL ETA
MATHEMATICAL SANS-SERIF BOLD SMALL THETA
MATHEMATICAL SANS-SERIF BOLD SMALL IOTA
MATHEMATICAL SANS-SERIF BOLD SMALL KAPPA
MATHEMATICAL SANS-SERIF BOLD SMALL LAMDA
MATHEMATICAL SANS-SERIF BOLD SMALL MU
MATHEMATICAL SANS-SERIF BOLD SMALL NU
MATHEMATICAL SANS-SERIF BOLD SMALL XI
MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON
MATHEMATICAL SANS-SERIF BOLD SMALL PI
MATHEMATICAL SANS-SERIF BOLD SMALL RHO
MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA
MATHEMATICAL SANS-SERIF BOLD SMALL SIGMA
MATHEMATICAL SANS-SERIF BOLD SMALL TAU
MATHEMATICAL SANS-SERIF BOLD SMALL UPSILON
MATHEMATICAL SANS-SERIF BOLD SMALL PHI
MATHEMATICAL SANS-SERIF BOLD SMALL CHI
MATHEMATICAL SANS-SERIF BOLD SMALL PSI
MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA
MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL
MATHEMATICAL SANS-SERIF BOLD THETA SYMBOL
MATHEMATICAL SANS-SERIF BOLD KAPPA SYMBOL
MATHEMATICAL SANS-SERIF BOLD PHI SYMBOL
MATHEMATICAL SANS-SERIF BOLD RHO SYMBOL
MATHEMATICAL SANS-SERIF BOLD PI SYMBOL
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI
MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL BETA
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL GAMMA
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL DELTA
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL EPSILON
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ZETA
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ETA
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL THETA
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL IOTA
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL KAPPA
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL LAMDA
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL MU
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL NU
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL XI
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMICRON
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PI
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL RHO
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL SIGMA
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL TAU
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL UPSILON
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PHI
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL CHI
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PSI
MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA
MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL
MATHEMATICAL SANS-SERIF BOLD ITALIC THETA SYMBOL
MATHEMATICAL SANS-SERIF BOLD ITALIC KAPPA SYMBOL
MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL
MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL
MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL
MATHEMATICAL BOLD CAPITAL DIGAMMA
MATHEMATICAL BOLD SMALL DIGAMMA
181
304
305
383
453
456
459
498
837
962
976
977
981
982
1008
1009
1012
1013
7835
7838
8126
8486
8490
8491
8306
*
*
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/genesis.lisp" (written 08 JAN 2012 08:08:10 PM):
; compiling (IN-PACKAGE "SB!FASL")
; compiling (DEFCONSTANT CORE-MAGIC ...)
; compiling (DEFCONSTANT SBCL-CORE-VERSION-INTEGER ...)
; compiling (DEFUN ROUND-UP ...)
; compiling (DEFCONSTANT +SMALLVEC-LENGTH+ ...)
; compiling (DEFTYPE SMALLVEC ...)
; compiling (DEFUN MAKE-SMALLVEC ...)
; compiling (DEFSTRUCT BIGVEC ...)
; compiling (DEFUN BVREF ...)
; compiling (DEFUN (SETF BVREF) ...)
; compiling (DEFUN BVLENGTH ...)
; compiling (DEFUN WRITE-BIGVEC-AS-SEQUENCE ...)
; compiling (DEFUN READ-BIGVEC-AS-SEQUENCE-OR-DIE ...)
; compiling (DEFUN EXPAND-BIGVEC ...)
; compiling (MAKE-BVREF-N 8)
; compiling (MAKE-BVREF-N 16)
; compiling (MAKE-BVREF-N 32)
; compiling (MAKE-BVREF-N 64)
; compiling (DEFUN BVREF-WORD ...)
; compiling (DEFUN (SETF BVREF-WORD) ...)
; compiling (DEFVAR *DYNAMIC*)
; compiling (DEFCONSTANT DYNAMIC-CORE-SPACE-ID ...)
; compiling (DEFVAR *STATIC*)
; compiling (DEFCONSTANT STATIC-CORE-SPACE-ID ...)
; compiling (DEFVAR *READ-ONLY*)
; compiling (DEFCONSTANT READ-ONLY-CORE-SPACE-ID ...)
; compiling (DEFCONSTANT MAX-CORE-SPACE-ID ...)
; compiling (DEFCONSTANT DEFLATED-CORE-SPACE-ID-FLAG ...)
; compiling (DEFCONSTANT DESCRIPTOR-LOW-BITS ...)
; compiling (DEFCONSTANT TARGET-SPACE-ALIGNMENT ...)
; compiling (DEFSTRUCT (GSPACE # ...) ...)
; compiling (DEFUN GSPACE-BYTE-ADDRESS ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFUN MAKE-GSPACE ...)
; compiling (DEFUN IS-FIXNUM-LOWTAG ...)
; compiling (DEFUN IS-OTHER-IMMEDIATE-LOWTAG ...)
; compiling (DEFSTRUCT (DESCRIPTOR # ...) ...)
; compiling (DEF!METHOD PRINT-OBJECT ...)
; compiling (DEFUN ALLOCATE-COLD-DESCRIPTOR ...)
; compiling (DEFUN DESCRIPTOR-LOWTAG ...)
; compiling (DEFUN DESCRIPTOR-BITS ...)
; compiling (DEFUN DESCRIPTOR-FIXNUM ...)
; compiling (DEFUN DESCRIPTOR-WORD-SIZED-INTEGER ...)
; compiling (DEFUN DESCRIPTOR-BYTES ...)
; compiling (DEFUN DESCRIPTOR-BYTE-OFFSET ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN DESCRIPTOR-INTUIT-GSPACE ...)
; compiling (DEFUN MAKE-RANDOM-DESCRIPTOR ...)
; compiling (DEFUN MAKE-FIXNUM-DESCRIPTOR ...)
; compiling (DEFUN MAKE-OTHER-IMMEDIATE-DESCRIPTOR ...)
; compiling (DEFUN MAKE-CHARACTER-DESCRIPTOR ...)
; compiling (DEFUN DESCRIPTOR-BEYOND ...)
; compiling (DEFVAR *FOREIGN-SYMBOL-PLACEHOLDER-VALUE*)
; compiling (DEFVAR *UNBOUND-MARKER*)
; compiling (DEFVAR *NIL-DESCRIPTOR*)
; compiling (DEFVAR *CURRENT-REVERSED-COLD-TOPLEVELS*)
; compiling (DEFVAR *CURRENT-DEBUG-SOURCES*)
; compiling (DEFVAR *COLD-LOAD-FILENAME* ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFMACRO COLD-PUSH ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN READ-WORDINDEXED ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN READ-MEMORY ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN NOTE-LOAD-TIME-VALUE-REFERENCE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN WRITE-WORDINDEXED ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN WRITE-MEMORY ...)
; compiling (DEFUN ALLOCATE-BOXED-OBJECT ...)
; compiling (DEFUN ALLOCATE-UNBOXED-OBJECT ...)
; compiling (DEFUN ALLOCATE-VECTOR-OBJECT ...)
; compiling (DEFUN BASE-STRING-TO-CORE ...)
; compiling (DEFUN BIGNUM-TO-CORE ...)
; compiling (DEFUN NUMBER-PAIR-TO-CORE ...)
; compiling (DEFUN WRITE-DOUBLE-FLOAT-BITS ...)
; compiling (DEFUN FLOAT-TO-CORE ...)
; compiling (DEFUN COMPLEX-SINGLE-FLOAT-TO-CORE ...)
; compiling (DEFUN COMPLEX-DOUBLE-FLOAT-TO-CORE ...)
; compiling (DEFUN NUMBER-TO-CORE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN SAP-INT-TO-CORE ...)
; compiling (DEFUN COLD-CONS ...)
; compiling (DEFUN VECTOR-IN-CORE ...)
; compiling (DEFUN ALLOCATE-SYMBOL ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN COLD-SET ...)
; compiling (DEFVAR *COLD-LAYOUTS* ...)
; compiling (DEFVAR *COLD-LAYOUT-NAMES* ...)
; compiling (DEFVAR *LAYOUT-LAYOUT*)
; compiling (DEFCONSTANT TARGET-LAYOUT-LENGTH ...)
; compiling (DEFUN TARGET-LAYOUT-INDEX ...)
; compiling (DEFUN COLD-SET-LAYOUT-SLOT ...)
; compiling (DEFUN LISTIFY-COLD-INHERITS ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN MAKE-COLD-LAYOUT ...)
; compiling (DEFUN INITIALIZE-LAYOUTS ...)
; compiling (DEFVAR *COLD-PACKAGE-SYMBOLS*)
; compiling (DECLAIM (TYPE LIST ...))
; compiling (DEFVAR *COLD-SYMBOLS*)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFUN PACKAGE-OK-FOR-TARGET-SYMBOL-P ...)
; compiling (DEFUN SYMBOL-PACKAGE-FOR-TARGET-SYMBOL ...)
; compiling (DEFUN COLD-INTERN ...)
; compiling (DEFUN MAKE-NIL-DESCRIPTOR ...)
; compiling (DEFUN INITIALIZE-NON-NIL-SYMBOLS ...)
; compiling (DEFUN COLD-LIST-ALL-LAYOUTS ...)
; compiling (DEFUN FINISH-SYMBOLS ...)
; compiling (DEFUN MAKE-MAKE-PACKAGE-ARGS ...)
; compiling (DEFVAR *COLD-FDEFN-OBJECTS*)
; compiling (DEFVAR *COLD-FDEFN-GSPACE* ...)
; compiling (DEFUN WARM-SYMBOL ...)
; compiling (DEFUN COLD-CAR ...)
; compiling (DEFUN COLD-CDR ...)
; compiling (DEFUN COLD-NULL ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN WARM-FUN-NAME ...)
; compiling (DEFUN COLD-FDEFINITION-OBJECT ...)
; compiling (DEFUN STATIC-FSET ...)
; compiling (DEFUN INITIALIZE-STATIC-FNS ...)
; compiling (DEFUN LIST-ALL-FDEFN-OBJECTS ...)
; compiling (DEFVAR *COLD-FOREIGN-SYMBOL-TABLE*)
; compiling (DECLAIM (TYPE HASH-TABLE ...))
; compiling (DEFUN LOAD-COLD-FOREIGN-SYMBOL-TABLE ...)
; compiling (DEFUN COLD-FOREIGN-SYMBOL-ADDRESS ...)
; compiling (DEFVAR *COLD-ASSEMBLER-ROUTINES*)
; compiling (DEFVAR *COLD-ASSEMBLER-FIXUPS*)
; compiling (DEFUN RECORD-COLD-ASSEMBLER-ROUTINE ...)
; compiling (DEFUN RECORD-COLD-ASSEMBLER-FIXUP ...)
; compiling (DEFUN LOOKUP-ASSEMBLER-REFERENCE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN CALC-OFFSET ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN DO-COLD-FIXUP ...)
; compiling (DEFUN RESOLVE-ASSEMBLER-FIXUPS ...)
; compiling (DEFUN FOREIGN-SYMBOLS-TO-CORE ...)
; compiling (DEFVAR *COLD-FOP-FUNS* ...)
; compiling (DEFMACRO DEFINE-COLD-FOP ...)
; compiling (DEFMACRO CLONE-COLD-FOP ...)
; compiling (DEFMACRO NOT-COLD-FOP ...)
; compiling (DEFUN COLD-LOAD ...)
; compiling (DEFINE-COLD-FOP (FOP-MISC-TRAP) ...)
; compiling (DEFINE-COLD-FOP (FOP-SHORT-CHARACTER) ...)
; compiling (DEFINE-COLD-FOP (FOP-EMPTY-LIST) ...)
; compiling (DEFINE-COLD-FOP (FOP-TRUTH) ...)
; compiling (CLONE-COLD-FOP (FOP-STRUCT) ...)
; compiling (DEFINE-COLD-FOP (FOP-LAYOUT) ...)
; compiling (DEFUN COLD-LOAD-SYMBOL ...)
; compiling (FROB FOP-SYMBOL-IN-PACKAGE-SAVE ...)
; compiling (FROB FOP-SMALL-SYMBOL-IN-PACKAGE-SAVE ...)
; compiling (FROB FOP-SYMBOL-IN-BYTE-PACKAGE-SAVE ...)
; compiling (FROB FOP-SMALL-SYMBOL-IN-BYTE-PACKAGE-SAVE ...)
; compiling (CLONE-COLD-FOP (FOP-LISP-SYMBOL-SAVE) ...)
; compiling (CLONE-COLD-FOP (FOP-KEYWORD-SYMBOL-SAVE) ...)
; compiling (CLONE-COLD-FOP (FOP-UNINTERNED-SYMBOL-SAVE) ...)
; compiling (CLONE-COLD-FOP (FOP-NAMED-PACKAGE-SAVE :STACKP ...) ...)
; compiling (DEFMACRO COLD-STACK-LIST ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST*) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST-1) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST-2) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST-3) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST-4) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST-5) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST-6) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST-7) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST-8) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST*-1) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST*-2) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST*-3) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST*-4) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST*-5) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST*-6) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST*-7) ...)
; compiling (DEFINE-COLD-FOP (FOP-LIST*-8) ...)
; compiling (CLONE-COLD-FOP (FOP-BASE-STRING) ...)
; compiling (CLONE-COLD-FOP (FOP-CHARACTER-STRING) ...)
; compiling (CLONE-COLD-FOP (FOP-VECTOR) ...)
; compiling (DEFINE-COLD-FOP (FOP-INT-VECTOR) ...)
; compiling (DEFINE-COLD-FOP (FOP-SINGLE-FLOAT-VECTOR) ...)
; compiling (NOT-COLD-FOP FOP-DOUBLE-FLOAT-VECTOR)
; compiling (NOT-COLD-FOP FOP-COMPLEX-SINGLE-FLOAT-VECTOR)
; compiling (NOT-COLD-FOP FOP-COMPLEX-DOUBLE-FLOAT-VECTOR)
; compiling (DEFINE-COLD-FOP (FOP-ARRAY) ...)
; compiling (DEFMACRO DEFINE-COLD-NUMBER-FOP ...)
; compiling (DEFINE-COLD-NUMBER-FOP FOP-SINGLE-FLOAT)
; compiling (DEFINE-COLD-NUMBER-FOP FOP-DOUBLE-FLOAT)
; compiling (DEFINE-COLD-NUMBER-FOP FOP-INTEGER)
; compiling (DEFINE-COLD-NUMBER-FOP FOP-SMALL-INTEGER)
; compiling (DEFINE-COLD-NUMBER-FOP FOP-WORD-INTEGER)
; compiling (DEFINE-COLD-NUMBER-FOP FOP-BYTE-INTEGER)
; compiling (DEFINE-COLD-NUMBER-FOP FOP-COMPLEX-SINGLE-FLOAT)
; compiling (DEFINE-COLD-NUMBER-FOP FOP-COMPLEX-DOUBLE-FLOAT)
; compiling (DEFINE-COLD-FOP (FOP-RATIO) ...)
; compiling (DEFINE-COLD-FOP (FOP-COMPLEX) ...)
; compiling (NOT-COLD-FOP FOP-EVAL)
; compiling (NOT-COLD-FOP FOP-EVAL-FOR-EFFECT)
; compiling (DEFVAR *LOAD-TIME-VALUE-COUNTER*)
; compiling (DEFINE-COLD-FOP (FOP-FUNCALL) ...)
; compiling (DEFUN FINALIZE-LOAD-TIME-VALUE-NOISE ...)
; compiling (DEFINE-COLD-FOP (FOP-FUNCALL-FOR-EFFECT :PUSHP ...) ...)
; compiling (DEFINE-COLD-FOP (FOP-RPLACA :PUSHP ...) ...)
; compiling (DEFINE-COLD-FOP (FOP-RPLACD :PUSHP ...) ...)
; compiling (DEFINE-COLD-FOP (FOP-SVSET :PUSHP ...) ...)
; compiling (DEFINE-COLD-FOP (FOP-STRUCTSET :PUSHP ...) ...)
; compiling (DEFINE-COLD-FOP (FOP-NTHCDR) ...)
; compiling (DEFUN COLD-NTHCDR ...)
; compiling (DEFPARAMETER *COLD-FSET-WARM-NAMES* ...)
; compiling (DEFINE-COLD-FOP (FOP-FSET :PUSHP ...) ...)
; compiling (DEFINE-COLD-FOP (FOP-NOTE-DEBUG-SOURCE :PUSHP ...) ...)
; compiling (DEFINE-COLD-FOP (FOP-FDEFINITION) ...)
; compiling (DEFINE-COLD-FOP (FOP-SANCTIFY-FOR-EXECUTION) ...)
; compiling (DEFMACRO DEFINE-COLD-CODE-FOP ...)
; compiling (DEFINE-COLD-CODE-FOP FOP-CODE ...)
; compiling (DEFINE-COLD-CODE-FOP FOP-SMALL-CODE ...)
; compiling (CLONE-COLD-FOP (FOP-ALTER-CODE :PUSHP ...) ...)
; compiling (DEFINE-COLD-FOP (FOP-FUN-ENTRY) ...)
; compiling (DEFINE-COLD-FOP (FOP-FOREIGN-FIXUP) ...)
; compiling (DEFINE-COLD-FOP (FOP-FOREIGN-DATAREF-FIXUP) ...)
; compiling (DEFINE-COLD-FOP (FOP-ASSEMBLER-CODE) ...)
; compiling (DEFINE-COLD-FOP (FOP-ASSEMBLER-ROUTINE) ...)
; compiling (DEFINE-COLD-FOP (FOP-ASSEMBLER-FIXUP) ...)
; compiling (DEFINE-COLD-FOP (FOP-CODE-OBJECT-FIXUP) ...)
; compiling (DEFUN CHECK-SPACES ...)
; compiling (DEFUN TAILWISE-EQUAL ...)
; compiling (DEFUN WRITE-BOILERPLATE ...)
; compiling (DEFUN C-NAME ...)
; compiling (DEFUN C-SYMBOL-NAME ...)
; compiling (DEFUN WRITE-MAKEFILE-FEATURES ...)
; compiling (DEFUN WRITE-CONFIG-H ...)
; compiling (DEFUN WRITE-CONSTANTS-H ...)
; compiling (DEFUN WRITE-TAGNAMES-H ...)
; compiling (DEFUN WRITE-PRIMITIVE-OBJECT ...)
; compiling (DEFUN WRITE-STRUCTURE-OBJECT ...)
; compiling (DEFUN WRITE-STATIC-SYMBOLS ...)
; compiling (DEFUN WRITE-MAP ...)
; compiling (DEFVAR *CORE-FILE*)
; compiling (DEFVAR *DATA-PAGE*)
; compiling (DEFCONSTANT VERSION-CORE-ENTRY-TYPE-CODE ...)
; compiling (DEFCONSTANT BUILD-ID-CORE-ENTRY-TYPE-CODE ...)
; compiling (DEFCONSTANT NEW-DIRECTORY-CORE-ENTRY-TYPE-CODE ...)
; compiling (DEFCONSTANT INITIAL-FUN-CORE-ENTRY-TYPE-CODE ...)
; compiling (DEFCONSTANT PAGE-TABLE-CORE-ENTRY-TYPE-CODE ...)
; compiling (DEFCONSTANT END-CORE-ENTRY-TYPE-CODE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN WRITE-WORD ...)
; compiling (DEFUN ADVANCE-TO-PAGE ...)
; compiling (DEFUN OUTPUT-GSPACE ...)
; compiling (DECLAIM (FTYPE # ...))
; compiling (DEFUN WRITE-INITIAL-CORE-FILE ...)
; compiling (DEFUN SB!VM:GENESIS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-host/src/compiler/generic/genesis.fasl-tmp written
; compilation finished in 0:00:04.629
T
*
beginning GENESIS, creating headers in "src/runtime/genesis"
NIL
* //entering make-target-1.sh
//building runtime system and symbol table file
rm -f *.[do] sbcl sbcl.nm sbcl.h core *.tmp
echo '#include "genesis/config.h"' >sbcl.h
echo '#include "genesis/constants.h"' >>sbcl.h
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o alloc.o alloc.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o backtrace.o backtrace.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o breakpoint.o breakpoint.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o coreparse.o coreparse.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o dynbind.o dynbind.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o funcall.o funcall.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o gc-common.o gc-common.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o globals.o globals.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o interr.o interr.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o interrupt.o interrupt.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o largefile.o largefile.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o monitor.o monitor.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o os-common.o os-common.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o parse.o parse.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o print.o print.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o purify.o purify.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o pthread-futex.o pthread-futex.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o regnames.o regnames.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o run-program.o run-program.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o runtime.o runtime.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o save.o save.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o search.o search.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o thread.o thread.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o time.o time.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o util.o util.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o validate.o validate.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o vars.o vars.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o wrap.o wrap.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o x86-64-arch.o x86-64-arch.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o bsd-os.o bsd-os.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o x86-64-bsd-os.o x86-64-bsd-os.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o darwin-os.o darwin-os.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o x86-64-darwin-os.o x86-64-darwin-os.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o gencgc.o gencgc.c
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o x86-64-assem.o x86-64-assem.S
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I. -DSBCL_PREFIX=\"'/usr/local/Cellar/sbcl/1.0.55'\" -c -o ldso-stubs.o ldso-stubs.S
etags alloc.c backtrace.c breakpoint.c coreparse.c dynbind.c funcall.c gc-common.c globals.c interr.c interrupt.c largefile.c monitor.c os-common.c parse.c print.c purify.c pthread-futex.c regnames.c run-program.c runtime.c save.c search.c thread.c time.c util.c validate.c vars.c wrap.c x86-64-arch.c bsd-os.c x86-64-bsd-os.c darwin-os.c x86-64-darwin-os.c gencgc.c x86-64-assem.S ldso-stubs.S || true
gcc -g -mmacosx-version-min=10.5 -arch x86_64 -dynamic -twolevel_namespace -bind_at_load -pagezero_size 0x100000 -o sbcl alloc.o backtrace.o breakpoint.o coreparse.o dynbind.o funcall.o gc-common.o globals.o interr.o interrupt.o largefile.o monitor.o os-common.o parse.o print.o purify.o pthread-futex.o regnames.o run-program.o runtime.o save.o search.o thread.o time.o util.o validate.o vars.o wrap.o x86-64-arch.o bsd-os.o x86-64-bsd-os.o darwin-os.o x86-64-darwin-os.o gencgc.o x86-64-assem.o ldso-stubs.o -lSystem -lc -ldl -lpthread -lm
nm -gp sbcl | grep -v " [FUw] " > ,sbcl.nm
mv -f ,sbcl.nm sbcl.nm
gcc -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.5 -D_DARWIN_USE_64_BIT_INODE -arch x86_64 -fno-omit-frame-pointer -pagezero_size 0x100000 -I../src/runtime -L/usr/local/lib grovel-headers.c -lSystem -lc -ldl -lpthread -o grovel-headers
make: Nothing to be done for `after-grovel-headers'.
//entering make-host-2.sh
//running cross-compiler to create target object files
This is SBCL 1.0.55.0-abb03f9, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
*
5
* target features *SHEBANG-FEATURES*=(:ANSI-CL :COMMON-LISP :SBCL :SB-DOC
:SB-TEST :SB-LDB :SB-THREAD
:SB-PACKAGE-LOCKS :SB-UNICODE :SB-EVAL
:SB-SOURCE-LOCATIONS :IEEE-FLOATING-POINT
:DARWIN :OS-PROVIDES-SUSECONDS-T
:OS-PROVIDES-BLKSIZE-T :OS-PROVIDES-PUTWC
:OS-PROVIDES-DLADDR :OS-PROVIDES-DLOPEN
:LITTLE-ENDIAN :MULTIPLY-HIGH-VOPS
:MEMORY-BARRIER-VOPS :INLINE-CONSTANTS
:FLOAT-EQL-VOPS :COMPLEX-FLOAT-VOPS
:CYCLE-COUNTER :ALIEN-CALLBACKS
:STACK-ALLOCATABLE-FIXED-OBJECTS
:STACK-ALLOCATABLE-LISTS
:STACK-ALLOCATABLE-VECTORS
:STACK-ALLOCATABLE-CLOSURES
:RAW-INSTANCE-INIT-VOPS
:UNWIND-TO-FRAME-AND-CALL-VOP
:COMPARE-AND-SWAP-VOPS :LINKAGE-TABLE
:C-STACK-IS-CONTROL-STACK
:STACK-GROWS-DOWNWARD-NOT-UPWARD :GENCGC
:UD2-BREAKPOINTS :MACH-EXCEPTION-HANDLER
:DARWIN :BSD :MACH-O :UNIX
:DARWIN9-OR-BETTER :INODE64 :X86-64)
target backend-subfeatures *SHEBANG-BACKEND-FEATURES*=NIL
T
*
#<PACKAGE "SB-COLD">
*
"obj/from-xc/"
*
T
*
T
*
*
PROCLAIM-TARGET-OPTIMIZATION
*
PROCLAIM-TARGET-OPTIMIZATION
NIL
NIL
*
IN-TARGET-CROSS-COMPILATION-MODE
*
IN-TARGET-CROSS-COMPILATION-MODE
NIL
NIL
*
#<FUNCTION SB-XC:COMPILE-FILE>
*
#<FUNCTION SB!C:ASSEMBLE-FILE>
*
#<FUNCTION IN-TARGET-CROSS-COMPILATION-MODE>
*
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/show.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!INT")
; x-compiling (DEFUN CANNOT-/SHOW ...)
; x-compiling (DEFMACRO /SHOW ...)
; x-compiling (DEFMACRO /NOSHOW ...)
; x-compiling (DEFMACRO /XHOW ...)
; x-compiling (DEFMACRO /NOXHOW ...)
; x-compiling (DEFMACRO /SHOW0 ...)
; x-compiling (DEFMACRO /NOSHOW0 ...)
; x-compiling (DEFMACRO /PRIMITIVE-PRINT ...)
; x-compiling (DEFMACRO /HEXSTR ...)
; x-compiling (DEFMACRO /NOHEXSTR ...)
; x-compiling (/SHOW0 "done with show.lisp")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/show.lisp-obj-tmp written
; compilation finished in 0:00:00.236
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-source-location.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFCONSTANT +CODE-COVERAGE-UNMARKED+ ...)
; x-compiling (DEFVAR *SOURCE-LOCATION-THUNKS* ...)
; x-compiling (DEFUN SOURCE-LOCATION ...)
; x-compiling (DEFINE-COMPILER-MACRO SOURCE-LOCATION ...)
; x-compiling (DEFMACRO WITH-SOURCE-LOCATION ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-source-location.lisp-obj-tmp written
; compilation finished in 0:00:00.848
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-constants.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEF SB-XC:LAMBDA-LIST-KEYWORDS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-constants.lisp-obj-tmp written
; compilation finished in 0:00:00.009
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/backq.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (/SHOW0 "entering backq.lisp")
; x-compiling (DEFVAR *BACKQUOTE-COUNT* ...)
; x-compiling (DEFVAR *BQ-COMMA-FLAG* ...)
; x-compiling (DEFVAR *BQ-AT-FLAG* ...)
; x-compiling (DEFVAR *BQ-DOT-FLAG* ...)
; x-compiling (DEFVAR *BQ-VECTOR-FLAG* ...)
; x-compiling (DEFVAR *BQ-ERROR* ...)
; x-compiling (/SHOW0 "backq.lisp 50")
; x-compiling (DEFUN BACKQUOTE-MACRO ...)
; x-compiling (/SHOW0 "backq.lisp 64")
; x-compiling (DEFUN COMMA-MACRO ...)
; x-compiling (/SHOW0 "backq.lisp 83")
; x-compiling (DEFUN EXPANDABLE-BACKQ-EXPRESSION-P ...)
; x-compiling (DEFUN BACKQUOTE-SPLICE ...)
; x-compiling (DEFUN BACKQUOTIFY ...)
; x-compiling (/SHOW0 "backq.lisp 139")
; x-compiling (DEFUN BACKQ-CONSTANT-P ...)
; x-compiling (DEFUN COMMA ...)
; x-compiling (/SHOW0 "backq.lisp 157")
; x-compiling (DEFUN BACKQUOTIFY-1 ...)
; x-compiling (/SHOW0 "backq.lisp 184")
; x-compiling (DEF BACKQ-LIST ...)
; x-compiling (DEF BACKQ-LIST* ...)
; x-compiling (DEF BACKQ-APPEND ...)
; x-compiling (DEF BACKQ-NCONC ...)
; x-compiling (DEF BACKQ-CONS ...)
; x-compiling (/SHOW0 "backq.lisp 204")
; x-compiling (DEFUN BACKQ-VECTOR ...)
; x-compiling (/SHOW0 "backq.lisp 212")
; x-compiling (DEFUN !BACKQ-COLD-INIT ...)
; x-compiling (DEFVAR *BACKQ-TOKENS* ...)
; x-compiling (/SHOW0 "done with backq.lisp")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/backq.lisp-obj-tmp written
; compilation finished in 0:00:00.116
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/globals.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DECLAIM (SPECIAL *KEYWORD-PACKAGE* ...))
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DECLAIM (FTYPE # ...))
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/globals.lisp-obj-tmp written
; compilation finished in 0:00:00.010
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defsetfs.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (SB!INT:/SHOW0 "entering defsetfs.lisp")
; x-compiling (IN-PACKAGE "SB!ALIEN")
; x-compiling (DEFSETF SLOT ...)
; x-compiling (DEFSETF DEREF ...)
; x-compiling (DEFSETF %HEAP-ALIEN ...)
; x-compiling (IN-PACKAGE "SB!BIGNUM")
; x-compiling (DEFSETF %BIGNUM-REF ...)
; x-compiling (IN-PACKAGE "SB!VM")
; x-compiling (DEFSETF WORD-SAP-REF ...)
; x-compiling (IN-PACKAGE "SB!DI")
; x-compiling (DEFSETF STACK-REF ...)
; x-compiling (DEFSETF DEBUG-VAR-VALUE ...)
; x-compiling (DEFSETF DEBUG-VAR-VALUE ...)
; x-compiling (DEFSETF BREAKPOINT-INFO ...)
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFSETF %INSTANCE-REF ...)
; x-compiling (DEFSETF %RAW-INSTANCE-REF/WORD ...)
; x-compiling (DEFSETF %RAW-INSTANCE-REF/SINGLE ...)
; x-compiling (DEFSETF %RAW-INSTANCE-REF/DOUBLE ...)
; x-compiling (DEFSETF %RAW-INSTANCE-REF/COMPLEX-SINGLE ...)
; x-compiling (DEFSETF %RAW-INSTANCE-REF/COMPLEX-DOUBLE ...)
; x-compiling (DEFSETF %INSTANCE-LAYOUT ...)
; x-compiling (DEFSETF %FUNCALLABLE-INSTANCE-INFO ...)
; x-compiling (DEFSETF %FUNCALLABLE-INSTANCE-LAYOUT ...)
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFSETF CAR ...)
; x-compiling (DEFSETF CDR ...)
; x-compiling (DEFSETF CAAR ...)
; x-compiling (DEFSETF CADR ...)
; x-compiling (DEFSETF CDAR ...)
; x-compiling (DEFSETF CDDR ...)
; x-compiling (DEFSETF CAAAR ...)
; x-compiling (DEFSETF CADAR ...)
; x-compiling (DEFSETF CDAAR ...)
; x-compiling (DEFSETF CDDAR ...)
; x-compiling (DEFSETF CAADR ...)
; x-compiling (DEFSETF CADDR ...)
; x-compiling (DEFSETF CDADR ...)
; x-compiling (DEFSETF CDDDR ...)
; x-compiling (DEFSETF CAAAAR ...)
; x-compiling (DEFSETF CADAAR ...)
; x-compiling (DEFSETF CDAAAR ...)
; x-compiling (DEFSETF CDDAAR ...)
; x-compiling (DEFSETF CAADAR ...)
; x-compiling (DEFSETF CADDAR ...)
; x-compiling (DEFSETF CDADAR ...)
; x-compiling (DEFSETF CDDDAR ...)
; x-compiling (DEFSETF CAAADR ...)
; x-compiling (DEFSETF CADADR ...)
; x-compiling (DEFSETF CDAADR ...)
; x-compiling (DEFSETF CDDADR ...)
; x-compiling (DEFSETF CAADDR ...)
; x-compiling (DEFSETF CADDDR ...)
; x-compiling (DEFSETF CDADDR ...)
; x-compiling (DEFSETF CDDDDR ...)
; x-compiling (DEFSETF FIRST ...)
; x-compiling (DEFSETF SECOND ...)
; x-compiling (DEFSETF THIRD ...)
; x-compiling (DEFSETF FOURTH ...)
; x-compiling (DEFSETF FIFTH ...)
; x-compiling (DEFSETF SIXTH ...)
; x-compiling (DEFSETF SEVENTH ...)
; x-compiling (DEFSETF EIGHTH ...)
; x-compiling (DEFSETF NINTH ...)
; x-compiling (DEFSETF TENTH ...)
; x-compiling (DEFSETF REST ...)
; x-compiling (DEFSETF ELT ...)
; x-compiling (DEFSETF AREF ...)
; x-compiling (DEFSETF ROW-MAJOR-AREF ...)
; x-compiling (DEFSETF SVREF ...)
; x-compiling (DEFSETF CHAR ...)
; x-compiling (DEFSETF BIT ...)
; x-compiling (DEFSETF SCHAR ...)
; x-compiling (DEFSETF SBIT ...)
; x-compiling (DEFSETF %ARRAY-DIMENSION ...)
; x-compiling (DEFSETF %VECTOR-RAW-BITS ...)
; x-compiling (DEFSETF SYMBOL-VALUE ...)
; x-compiling (DEFSETF SYMBOL-GLOBAL-VALUE ...)
; x-compiling (DEFSETF SYMBOL-PLIST ...)
; x-compiling (DEFSETF NTH ...)
; x-compiling (DEFSETF FILL-POINTER ...)
; x-compiling (DEFSETF SAP-REF-8 ...)
; x-compiling (DEFSETF SIGNED-SAP-REF-8 ...)
; x-compiling (DEFSETF SAP-REF-16 ...)
; x-compiling (DEFSETF SIGNED-SAP-REF-16 ...)
; x-compiling (DEFSETF SAP-REF-32 ...)
; x-compiling (DEFSETF SIGNED-SAP-REF-32 ...)
; x-compiling (DEFSETF SAP-REF-64 ...)
; x-compiling (DEFSETF SIGNED-SAP-REF-64 ...)
; x-compiling (DEFSETF SAP-REF-WORD ...)
; x-compiling (DEFSETF SIGNED-SAP-REF-WORD ...)
; x-compiling (DEFSETF SAP-REF-SAP ...)
; x-compiling (DEFSETF SAP-REF-LISPOBJ ...)
; x-compiling (DEFSETF SAP-REF-SINGLE ...)
; x-compiling (DEFSETF SAP-REF-DOUBLE ...)
; x-compiling (DEFSETF SUBSEQ ...)
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFSETF FDEFINITION ...)
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFSETF CODE-HEADER-REF ...)
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFSETF OBJECT-SET-OPERATION ...)
; x-compiling (IN-PACKAGE "SB!VM")
; x-compiling (DEFSETF CONTEXT-REGISTER ...)
; x-compiling (DEFSETF CONTEXT-FLOAT-REGISTER ...)
; x-compiling (/SHOW0 "leaving defsetfs.lisp")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/defsetfs.lisp-obj-tmp written
; compilation finished in 0:00:00.622
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cold-init-helper-macros.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFVAR *COLD-INIT-FORMS*)
; x-compiling (DEFMACRO !BEGIN-COLLECTING-COLD-INIT-FORMS ...)
; x-compiling (DEFMACRO !COLD-INIT-FORMS ...)
; x-compiling (DEFMACRO !DEFUN-FROM-COLLECTED-COLD-INIT-FORMS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/cold-init-helper-macros.lisp-obj-tmp written
; compilation finished in 0:00:00.120
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/uncross.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!INT")
; x-compiling (DECLAIM (INLINE UNCROSS))
; x-compiling (DEFUN UNCROSS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/uncross.lisp-obj-tmp written
; compilation finished in 0:00:00.008
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/primordial-type.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFVAR *TYPE-SYSTEM-INITIALIZED*)
; x-compiling (DEFVAR *WILD-TYPE*)
; x-compiling (DEFVAR *EMPTY-TYPE*)
; x-compiling (DEFVAR *UNIVERSAL-TYPE*)
; x-compiling (DEFVAR *UNIVERSAL-FUN-TYPE*)
; x-compiling (DEFVAR *INSTANCE-TYPE*)
; x-compiling (DEFVAR *FUNCALLABLE-INSTANCE-TYPE*)
; x-compiling (DEFVAR *EXTENDED-SEQUENCE-TYPE*)
; x-compiling (DEFVAR *BUILT-IN-CLASS-CODES*)
; x-compiling (DEFVAR *NULL-CLASSOID-LAYOUT*)
; x-compiling (DECLAIM (TYPE SIMPLE-VECTOR ...))
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/primordial-type.lisp-obj-tmp written
; compilation finished in 0:00:00.009
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-defbangmethod.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-defbangmethod.lisp-obj-tmp written
; compilation finished in 0:00:00.003
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defbangtype.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFMACRO DEF!TYPE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/defbangtype.lisp-obj-tmp written
; compilation finished in 0:00:00.096
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defbangmacro.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFMACRO DEF!MACRO ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/defbangmacro.lisp-obj-tmp written
; compilation finished in 0:00:00.124
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defbangconstant.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFMACRO DEF!CONSTANT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/defbangconstant.lisp-obj-tmp written
; compilation finished in 0:00:00.118
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/primordial-extensions.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEF!CONSTANT +EMPTY-HT-SLOT+ ...)
; x-compiling (DEFUN FROB-DO-BODY ...)
; x-compiling (DEFMACRO DO-ANONYMOUS ...)
; x-compiling (DEFMACRO STRING-DISPATCH ...)
; x-compiling (DEFMACRO WITH-UNIQUE-NAMES ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN MAKE-GENSYM-LIST ...)
; x-compiling (DECLAIM (TYPE PACKAGE ...))
; x-compiling (DEFVAR *CL-PACKAGE* ...)
; x-compiling (DEFVAR *KEYWORD-PACKAGE* ...)
; x-compiling (DEFUN SYMBOLICATE ...)
; x-compiling (DEFUN GENSYMIFY ...)
; x-compiling (DEFUN KEYWORDICATE ...)
; x-compiling (DEFUN SANE-PACKAGE ...)
; x-compiling (DEFUN SANE-DEFAULT-PATHNAME-DEFAULTS ...)
; x-compiling (DEFMACRO DEFENUM ...)
; x-compiling (DEFMACRO DEFCONSTANT-EQX ...)
; x-compiling (DEFUN %DEFCONSTANT-EQX-VALUE ...)
; x-compiling (DEFUN PROPER-LIST-OF-LENGTH-P ...)
; x-compiling (DEFMACRO DEFINE-UNSUPPORTED-FUN ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/primordial-extensions.lisp-obj-tmp written
; compilation finished in 0:00:00.622
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/function-names.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFVAR *VALID-FUN-NAMES-ALIST* ...)
; x-compiling (DEFUN %DEFINE-FUN-NAME-SYNTAX ...)
; x-compiling (DEFMACRO DEFINE-FUNCTION-NAME-SYNTAX ...)
; x-compiling (DEFUN VALID-FUNCTION-NAME-P ...)
; x-compiling (DEFINE-FUNCTION-NAME-SYNTAX SETF ...)
; x-compiling (DEFUN MACRO-FUNCTION-NAME ...)
; x-compiling (DEFINE-FUNCTION-NAME-SYNTAX DEFMACRO ...)
; x-compiling (DEFINE-FUNCTION-NAME-SYNTAX MACROLET ...)
; x-compiling (DEFUN !FUNCTION-NAMES-COLD-INIT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/function-names.lisp-obj-tmp written
; compilation finished in 0:00:00.585
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/generic/
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/parms.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!VM")
; x-compiling (DEF!MACRO !CONFIGURE-DYNAMIC-SPACE-END ...)
; x-compiling (DEFPARAMETER *C-CALLABLE-STATIC-SYMBOLS* ...)
; x-compiling (DEFPARAMETER *COMMON-STATIC-SYMBOLS* ...)
; x-compiling (DEF!CONSTANT TLS-SIZE ...)
; x-compiling (DEF!CONSTANT +HIGHEST-NORMAL-GENERATION+ ...)
; x-compiling (DEF!CONSTANT +PSEUDO-STATIC-GENERATION+ ...)
; x-compiling (DEFENUM NIL ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/generic/parms.lisp-obj-tmp written
; compilation finished in 0:00:00.118
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/x86-64/
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/parms.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!VM")
; x-compiling (DEF!CONSTANT N-WORD-BITS ...)
; x-compiling (DEF!CONSTANT N-MACHINE-WORD-BITS ...)
; x-compiling (DEF!CONSTANT N-BYTE-BITS ...)
; x-compiling (DEF!CONSTANT MINIMUM-IMMEDIATE-OFFSET ...)
; x-compiling (DEF!CONSTANT MAXIMUM-IMMEDIATE-OFFSET ...)
; x-compiling (DEF!CONSTANT FLOAT-SIGN-SHIFT ...)
; x-compiling (DEF!CONSTANT SINGLE-FLOAT-BIAS ...)
; x-compiling (DEFCONSTANT-EQX SINGLE-FLOAT-EXPONENT-BYTE ...)
; x-compiling (DEFCONSTANT-EQX SINGLE-FLOAT-SIGNIFICAND-BYTE ...)
; x-compiling (DEF!CONSTANT SINGLE-FLOAT-NORMAL-EXPONENT-MIN ...)
; x-compiling (DEF!CONSTANT SINGLE-FLOAT-NORMAL-EXPONENT-MAX ...)
; x-compiling (DEF!CONSTANT SINGLE-FLOAT-HIDDEN-BIT ...)
; x-compiling (DEF!CONSTANT SINGLE-FLOAT-TRAPPING-NAN-BIT ...)
; x-compiling (DEF!CONSTANT DOUBLE-FLOAT-BIAS ...)
; x-compiling (DEFCONSTANT-EQX DOUBLE-FLOAT-EXPONENT-BYTE ...)
; x-compiling (DEFCONSTANT-EQX DOUBLE-FLOAT-SIGNIFICAND-BYTE ...)
; x-compiling (DEF!CONSTANT DOUBLE-FLOAT-NORMAL-EXPONENT-MIN ...)
; x-compiling (DEF!CONSTANT DOUBLE-FLOAT-NORMAL-EXPONENT-MAX ...)
; x-compiling (DEF!CONSTANT DOUBLE-FLOAT-HIDDEN-BIT ...)
; x-compiling (DEF!CONSTANT DOUBLE-FLOAT-TRAPPING-NAN-BIT ...)
; x-compiling (DEF!CONSTANT SINGLE-FLOAT-DIGITS ...)
; x-compiling (DEF!CONSTANT DOUBLE-FLOAT-DIGITS ...)
; x-compiling (DEF!CONSTANT FLOAT-INVALID-TRAP-BIT ...)
; x-compiling (DEF!CONSTANT FLOAT-DENORMAL-TRAP-BIT ...)
; x-compiling (DEF!CONSTANT FLOAT-DIVIDE-BY-ZERO-TRAP-BIT ...)
; x-compiling (DEF!CONSTANT FLOAT-OVERFLOW-TRAP-BIT ...)
; x-compiling (DEF!CONSTANT FLOAT-UNDERFLOW-TRAP-BIT ...)
; x-compiling (DEF!CONSTANT FLOAT-INEXACT-TRAP-BIT ...)
; x-compiling (DEF!CONSTANT FLOAT-ROUND-TO-NEAREST ...)
; x-compiling (DEF!CONSTANT FLOAT-ROUND-TO-NEGATIVE ...)
; x-compiling (DEF!CONSTANT FLOAT-ROUND-TO-POSITIVE ...)
; x-compiling (DEF!CONSTANT FLOAT-ROUND-TO-ZERO ...)
; x-compiling (DEFCONSTANT-EQX FLOAT-ROUNDING-MODE ...)
; x-compiling (DEFCONSTANT-EQX FLOAT-STICKY-BITS ...)
; x-compiling (DEFCONSTANT-EQX FLOAT-TRAPS-BYTE ...)
; x-compiling (DEFCONSTANT-EQX FLOAT-EXCEPTIONS-BYTE ...)
; x-compiling (DEF!CONSTANT FLOAT-FAST-BIT ...)
; x-compiling (DEF!CONSTANT READ-ONLY-SPACE-START ...)
; x-compiling (DEF!CONSTANT READ-ONLY-SPACE-END ...)
; x-compiling (DEF!CONSTANT STATIC-SPACE-START ...)
; x-compiling (DEF!CONSTANT STATIC-SPACE-END ...)
; x-compiling (DEF!CONSTANT DYNAMIC-SPACE-START ...)
; x-compiling (DEF!CONSTANT DYNAMIC-SPACE-END ...)
; x-compiling (DEF!CONSTANT LINKAGE-TABLE-SPACE-START ...)
; x-compiling (DEF!CONSTANT LINKAGE-TABLE-SPACE-END ...)
; x-compiling (DEF!CONSTANT LINKAGE-TABLE-ENTRY-SIZE ...)
; x-compiling (DEFENUM (:START 8) ...)
; x-compiling (DEFENUM (:START 24) ...)
; x-compiling (DEFVAR *ALLOCATION-POINTER*)
; x-compiling (DEFVAR *BINDING-STACK-POINTER*)
; x-compiling (DEFPARAMETER *STATIC-SYMBOLS* ...)
; x-compiling (DEFPARAMETER *STATIC-FUNS* ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/x86-64/parms.lisp-obj-tmp written
; compilation finished in 0:00:00.052
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/early-vm.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!VM")
; x-compiling (DEF!CONSTANT N-LOWTAG-BITS ...)
; x-compiling (DEF!CONSTANT LOWTAG-MASK ...)
; x-compiling (DEF!CONSTANT LOWTAG-LIMIT ...)
; x-compiling (DEF!CONSTANT N-FIXNUM-TAG-BITS ...)
; x-compiling (DEF!CONSTANT FIXNUM-TAG-MASK ...)
; x-compiling (DEF!CONSTANT N-FIXNUM-BITS ...)
; x-compiling (DEF!CONSTANT N-POSITIVE-FIXNUM-BITS ...)
; x-compiling (DEF!CONSTANT WORD-SHIFT ...)
; x-compiling (DEF!CONSTANT N-WORD-BYTES ...)
; x-compiling (DEF!CONSTANT N-WIDETAG-BITS ...)
; x-compiling (DEF!CONSTANT WIDETAG-MASK ...)
; x-compiling (DEF!CONSTANT SB-XC:MOST-POSITIVE-FIXNUM ...)
; x-compiling (DEF!CONSTANT SB-XC:MOST-NEGATIVE-FIXNUM ...)
; x-compiling (DEF!CONSTANT MOST-POSITIVE-WORD ...)
; x-compiling (DEF!CONSTANT MOST-POSITIVE-EXACTLY-SINGLE-FLOAT-FIXNUM ...)
; x-compiling (DEF!CONSTANT MOST-NEGATIVE-EXACTLY-SINGLE-FLOAT-FIXNUM ...)
; x-compiling (DEF!CONSTANT MOST-POSITIVE-EXACTLY-DOUBLE-FLOAT-FIXNUM ...)
; x-compiling (DEF!CONSTANT MOST-NEGATIVE-EXACTLY-DOUBLE-FLOAT-FIXNUM ...)
; x-compiling (DEF!CONSTANT MAX-DYNAMIC-SPACE-END ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/generic/early-vm.lisp-obj-tmp written
; compilation finished in 0:00:00.021
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/early-objdef.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!VM")
; x-compiling (DEFENUM NIL ...)
; x-compiling (DEF!CONSTANT NIL-VALUE ...)
; x-compiling (DEFCONSTANT-EQX FIXNUM-LOWTAGS ...)
; x-compiling (DEFENUM (:START # ...) ...)
; x-compiling (DEFENUM NIL ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/generic/early-objdef.lisp-obj-tmp written
; compilation finished in 0:00:00.054
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-array.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEF!CONSTANT SB-XC:ARRAY-RANK-LIMIT ...)
; x-compiling (DEF!CONSTANT SB-XC:ARRAY-DIMENSION-LIMIT ...)
; x-compiling (DEF!CONSTANT SB-XC:ARRAY-TOTAL-SIZE-LIMIT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-array.lisp-obj-tmp written
; compilation finished in 0:00:00.006
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-extensions.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFVAR *CORE-PATHNAME* ...)
; x-compiling (DEFVAR *RUNTIME-PATHNAME* ...)
; x-compiling (DEFPARAMETER *EOF-OBJECT* ...)
; x-compiling (DEFCONSTANT MAX-HASH ...)
; x-compiling (DEF!TYPE HASH ...)
; x-compiling (DEF!TYPE INDEX ...)
; x-compiling (DEF!TYPE INDEX/2 ...)
; x-compiling (DEF!TYPE INDEX-OR-MINUS-1 ...)
; x-compiling (DEF!TYPE UNSIGNED-BYTE-WITH-A-BITE-OUT ...)
; x-compiling (DEF!TYPE SIGNED-BYTE-WITH-A-BITE-OUT ...)
; x-compiling (DEF!TYPE LOAD/STORE-INDEX ...)
; x-compiling (DEFUN DISPLACEMENT-BOUNDS ...)
; x-compiling (DEF!TYPE CONSTANT-DISPLACEMENT ...)
; x-compiling (DEF!TYPE SFUNCTION ...)
; x-compiling (DEF!TYPE TYPE-SPECIFIER ...)
; x-compiling (DEFPARAMETER *DEFAULT-INIT-CHAR-FORM* ...)
; x-compiling (DEF!CONSTANT BELL-CHAR-CODE ...)
; x-compiling (DEF!CONSTANT BACKSPACE-CHAR-CODE ...)
; x-compiling (DEF!CONSTANT TAB-CHAR-CODE ...)
; x-compiling (DEF!CONSTANT LINE-FEED-CHAR-CODE ...)
; x-compiling (DEF!CONSTANT FORM-FEED-CHAR-CODE ...)
; x-compiling (DEF!CONSTANT RETURN-CHAR-CODE ...)
; x-compiling (DEF!CONSTANT ESCAPE-CHAR-CODE ...)
; x-compiling (DEF!CONSTANT RUBOUT-CHAR-CODE ...)
; x-compiling (DEFUN MAYBE-CYCLIC-P ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN LIST-OF-LENGTH-AT-LEAST-P ...)
; x-compiling (DECLAIM (INLINE SINGLETON-P))
; x-compiling (DEFUN SINGLETON-P ...)
; x-compiling (DEFUN POSITIVE-PRIMEP ...)
; x-compiling (DEFUN COMPOUND-OBJECT-P ...)
; x-compiling (DEFUN COLLECT-NORMAL-EXPANDER ...)
; x-compiling (DEFUN COLLECT-LIST-EXPANDER ...)
; x-compiling (DEFMACRO COLLECT ...)
; x-compiling (DEFUN MEMQ ...)
; x-compiling (DEFUN ASSQ ...)
; x-compiling (DEFUN DELQ ...)
; x-compiling (DEFUN POSQ ...)
; x-compiling (DECLAIM (INLINE NEQ))
; x-compiling (DEFUN NEQ ...)
; x-compiling (DECLAIM (INLINE NTH-BUT-WITH-SANE-ARG-ORDER))
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN NTH-BUT-WITH-SANE-ARG-ORDER ...)
; x-compiling (DEFUN ADJUST-LIST ...)
; x-compiling (DEFMACRO NAMED-LET ...)
; x-compiling (DEFUN FILTER-DOLIST-DECLARATIONS ...)
; x-compiling (DEFMACRO DOVECTOR ...)
; x-compiling (DEFMACRO DOHASH ...)
; x-compiling (DEFVAR *PROFILE-HASH-CACHE* ...)
; x-compiling (DEFVAR *CACHE-VECTOR-SYMBOLS* ...)
; x-compiling (DEFUN DROP-ALL-HASH-CACHES ...)
; x-compiling (DEFMACRO DEFINE-HASH-CACHE ...)
; x-compiling (DEFMACRO DEFUN-CACHED ...)
; x-compiling (DEFMACRO DEFINE-CACHED-SYNONYM ...)
; x-compiling (DEFUN EQUAL-BUT-NO-CAR-RECURSION ...)
; x-compiling (DEFUN %FIND-PACKAGE-OR-LOSE ...)
; x-compiling (DEFUN FIND-UNDELETED-PACKAGE-OR-LOSE ...)
; x-compiling (DECLAIM (INLINE LEGAL-FUN-NAME-P))
; x-compiling (DEFUN LEGAL-FUN-NAME-P ...)
; x-compiling (DEFTYPE FUNCTION-NAME ...)
; x-compiling (DEFUN LEGAL-FUN-NAME-OR-TYPE-ERROR ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN FUN-NAME-BLOCK-NAME ...)
; x-compiling (DEFUN LOOKS-LIKE-NAME-OF-SPECIAL-VAR-P ...)
; x-compiling (DEFUN ABOUT-TO-MODIFY-SYMBOL-VALUE ...)
; x-compiling (DEFMACRO COLD-FSET ...)
; x-compiling (DEFMACRO ONCE-ONLY ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN MISSING-ARG ...)
; x-compiling (DEFMACRO AVER ...)
; x-compiling (DEFUN %FAILED-AVER ...)
; x-compiling (DEFUN BUG ...)
; x-compiling (DEFMACRO ENFORCE-TYPE ...)
; x-compiling (DEFUN %FAILED-ENFORCE-TYPE ...)
; x-compiling (DECLAIM (INLINE SWAPPED-ARGS-FUN))
; x-compiling (DEFUN SWAPPED-ARGS-FUN ...)
; x-compiling (DEFUN TYPE-BOUND-NUMBER ...)
; x-compiling (DEF-CONSTANTLY-FUN CONSTANTLY-T ...)
; x-compiling (DEF-CONSTANTLY-FUN CONSTANTLY-NIL ...)
; x-compiling (DEF-CONSTANTLY-FUN CONSTANTLY-0 ...)
; x-compiling (DEFUN FEATUREP ...)
; x-compiling (DEFMACRO NOT/TYPE ...)
; x-compiling (DEFMACRO AND/TYPE ...)
; x-compiling (DEFUN ANY/TYPE ...)
; x-compiling (DEFUN EVERY/TYPE ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN DEFPRINTER-PRIN1 ...)
; x-compiling (DEFUN DEFPRINTER-PRINC ...)
; x-compiling (DEFUN DEFPRINTER-PRINX ...)
; x-compiling (DEFUN DEFPRINTER-PRINT-SPACE ...)
; x-compiling (DEFMACRO DEFPRINTER ...)
; x-compiling (DEFUN PHYSICALIZE-PATHNAME ...)
; x-compiling (DEFUN DEPRECATION-ERROR ...)
; x-compiling (DEFUN DEPRECATION-WARNING ...)
; x-compiling (DEFUN DEPRECATED-FUNCTION ...)
; x-compiling (DEFUN DEPRECATION-COMPILER-MACRO ...)
; x-compiling (DEFMACRO DEFINE-DEPRECATED-FUNCTION ...)
; x-compiling (DEFMACRO AWHEN ...)
; x-compiling (DEFMACRO ACOND ...)
; x-compiling (DEFMACRO BINDING* ...)
; x-compiling (DEFMACRO DELAY ...)
; x-compiling (DEFUN FORCE ...)
; x-compiling (DEFUN PROMISE-READY-P ...)
; x-compiling (DEFMACRO WITH-REBOUND-IO-SYNTAX ...)
; x-compiling (DEFUN %WITH-REBOUND-IO-SYNTAX ...)
; x-compiling (DEFMACRO WITH-SANE-IO-SYNTAX ...)
; x-compiling (DEFUN CALL-WITH-SANE-IO-SYNTAX ...)
; x-compiling (DEFUN LIST-MEMBERS ...)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFPARAMETER *EVALUATOR-MODE* ...)
; x-compiling (DEFMACRO DX-FLET ...)
; x-compiling (DEFMACRO DX-LET ...)
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFUN FP-ZERO-P ...)
; x-compiling (DEFUN NEG-FP-ZERO ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-extensions.lisp-obj-tmp written
; compilation finished in 0:00:03.063
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/parse-body.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!INT")
; x-compiling (/SHOW0 "entering parse-body.lisp")
; x-compiling (DEFUN PARSE-BODY ...)
; x-compiling (/SHOW0 "leaving parse-body.lisp")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/parse-body.lisp-obj-tmp written
; compilation finished in 0:00:00.014
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/parse-defmacro.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFVAR *ARG-TESTS*)
; x-compiling (DECLAIM (TYPE LIST ...))
; x-compiling (DEFVAR *SYSTEM-LETS*)
; x-compiling (DECLAIM (TYPE LIST ...))
; x-compiling (DEFVAR *USER-LETS*)
; x-compiling (DECLAIM (TYPE LIST ...))
; x-compiling (DEFVAR *ENV-VAR*)
; x-compiling (DEFVAR *DEFAULT-DEFAULT*)
; x-compiling (DEFVAR *IGNORABLE-VARS*)
; x-compiling (DECLAIM (TYPE LIST ...))
; x-compiling (DEFUN PARSE-DEFMACRO ...)
; x-compiling (DEFUN PARSE-DEFMACRO-LAMBDA-LIST ...)
; x-compiling (DEFUN ARG-COUNT-ERROR ...)
; x-compiling (DEFUN PUSH-SUBLIST-BINDING ...)
; x-compiling (DEFUN PUSH-LET-BINDING ...)
; x-compiling (DEFUN PUSH-OPTIONAL-BINDING ...)
; x-compiling (DEFUN DEFMACRO-ERROR ...)
; x-compiling (DEFUN CHECK-DEFMACRO-ARG ...)
; x-compiling (DEFUN VERIFY-KEYWORDS ...)
; x-compiling (DEFUN LOOKUP-KEYWORD ...)
; x-compiling (DEFUN KEYWORD-SUPPLIED-P ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/parse-defmacro.lisp-obj-tmp written
; compilation finished in 0:00:00.110
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/deftype.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN CONSTANT-TYPE-EXPANDER ...)
; x-compiling (DEFUN %DEFTYPE ...)
; x-compiling (DEF!MACRO SB-XC:DEFTYPE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/deftype.lisp-obj-tmp written
; compilation finished in 0:00:00.017
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/defconstant.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEF!MACRO SB-XC:DEFCONSTANT ...)
; x-compiling (DEFUN SB!C::%DEFCONSTANT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/defconstant.lisp-obj-tmp written
; compilation finished in 0:00:00.329
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-alieneval.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!ALIEN")
; x-compiling (DEFVAR *ALIEN-TYPE-CLASSES* ...)
; x-compiling (DEFVAR *NEW-AUXILIARY-TYPES* ...)
; x-compiling (DEFVAR *RECORD-TYPES-ALREADY-UNPARSED*)
; x-compiling (DEFVAR *VALUES-TYPE-OKAY* ...)
; x-compiling (DEFVAR *DEFAULT-C-STRING-EXTERNAL-FORMAT* ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-alieneval.lisp-obj-tmp written
; compilation finished in 0:00:00.011
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/specializable-array.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFTYPE SPECIALIZABLE ...)
; x-compiling (DEFTYPE SPECIALIZABLE-VECTOR ...)
; x-compiling (DECLAIM (INLINE MAKE-SPECIALIZABLE-ARRAY))
; x-compiling (DEFUN MAKE-SPECIALIZABLE-ARRAY ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/specializable-array.lisp-obj-tmp written
; compilation finished in 0:00:00.011
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-cl.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (PROCLAIM (QUOTE #))
; x-compiling (DEFPARAMETER *!STANDARD-TYPE-NAMES* ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-cl.lisp-obj-tmp written
; compilation finished in 0:00:00.004
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-fasl.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!FASL")
; x-compiling (DEFPARAMETER *FASL-HEADER-STRING-START-STRING* ...)
; x-compiling (DEFINE-FASL-FORMAT-FEATURES)
; x-compiling (DEF!CONSTANT +FASL-HEADER-STRING-STOP-CHAR-CODE+ ...)
; x-compiling (DEF!CONSTANT +FASL-FILE-VERSION+ ...)
; x-compiling (DECLAIM (TYPE SIMPLE-STRING ...))
; x-compiling (DEFVAR *FASL-FILE-TYPE* ...)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (DEFVAR *ASSEMBLER-ROUTINES* ...)
; x-compiling (DECLAIM (SIMPLE-VECTOR *FOP-NAMES* ...))
; x-compiling (DEFVAR *FOP-NAMES* ...)
; x-compiling (DEFVAR *FOP-FUNS* ...)
; x-compiling (DEFVAR *LOAD-DEPTH* ...)
; x-compiling (DECLAIM (TYPE INDEX ...))
; x-compiling (DEFVAR *FASL-INPUT-STREAM*)
; x-compiling (DECLAIM (TYPE ANSI-STREAM ...))
; x-compiling (DEFVAR *LOAD-CODE-VERBOSE* ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-fasl.lisp-obj-tmp written
; compilation finished in 0:00:00.091
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/debug-var-io.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFMACRO READ-VAR-INTEGER ...)
; x-compiling (DEFUN WRITE-VAR-INTEGER ...)
; x-compiling (DEFMACRO READ-VAR-STRING ...)
; x-compiling (DEFUN WRITE-VAR-STRING ...)
; x-compiling (DEFMACRO READ-PACKED-BIT-VECTOR ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/debug-var-io.lisp-obj-tmp written
; compilation finished in 0:00:00.033
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-thread.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!THREAD")
; x-compiling (DEFVAR *CURRENT-THREAD*)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-thread.lisp-obj-tmp written
; compilation finished in 0:00:00.003
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/target-defbangmethod.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFVAR *DELAYED-DEF!METHOD-ARGS* ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/target-defbangmethod.lisp-obj-tmp written
; compilation finished in 0:00:00.004
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-print.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFVAR *CURRENT-LEVEL-IN-PRINT* ...)
; x-compiling (DEFMACRO DESCEND-INTO ...)
; x-compiling (DEFMACRO PUNT-PRINT-IF-TOO-LONG ...)
; x-compiling (DEFVAR *CIRCULARITY-HASH-TABLE* ...)
; x-compiling (DEFVAR *CIRCULARITY-COUNTER* ...)
; x-compiling (DEFUN CHECK-FOR-CIRCULARITY ...)
; x-compiling (DEFUN HANDLE-CIRCULARITY ...)
; x-compiling (DEFMACRO WITH-CIRCULARITY-DETECTION ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-print.lisp-obj-tmp written
; compilation finished in 0:00:00.031
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-pprint.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!PRETTY")
; x-compiling (DEFMACRO WITH-PRETTY-STREAM ...)
; x-compiling (DEFMACRO PPRINT-LOGICAL-BLOCK ...)
; x-compiling (DEFMACRO PPRINT-EXIT-IF-LIST-EXHAUSTED ...)
; x-compiling (DEFMACRO PPRINT-POP ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-pprint.lisp-obj-tmp written
; compilation finished in 0:00:00.033
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-impl.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DECLAIM (SPECIAL *POSIX-ARGV* ...))
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-impl.lisp-obj-tmp written
; compilation finished in 0:00:00.005
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/target-extensions.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFVAR *SAVE-HOOKS* ...)
; x-compiling (DEFVAR *INIT-HOOKS* ...)
; x-compiling (DEFVAR *EXIT-HOOKS* ...)
; x-compiling (DEFUN BINARY-SEARCH ...)
; x-compiling (DEFUN LISTEN-SKIP-WHITESPACE ...)
; x-compiling (DEFUN SIMPLE-PERROR ...)
; x-compiling (DEFMACRO WITH-PUSH-CHAR ...)
; x-compiling (DEFUN POWER-OF-TWO-CEILING ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/target-extensions.lisp-obj-tmp written
; compilation finished in 0:00:00.035
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-package.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; x-compiling (DEFVAR *IGNORED-PACKAGE-LOCKS* ...)
; x-compiling (!COLD-INIT-FORMS (SETF *IGNORED-PACKAGE-LOCKS* ...))
; x-compiling (DEFMACRO WITH-SINGLE-PACKAGE-LOCKED-ERROR ...)
; x-compiling (DEFUN PROGRAM-ASSERT-SYMBOL-HOME-PACKAGE-UNLOCKED ...)
; x-compiling (DEFMACRO WITHOUT-PACKAGE-LOCKS ...)
; x-compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !EARLY-PACKAGE-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-package.lisp-obj-tmp written
; compilation finished in 0:00:00.085
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-defstructs.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (/SHOW0 "entering early-defstructs.lisp")
; x-compiling (!SET-UP-STRUCTURE-OBJECT-CLASS)
; x-compiling (DEFSTRUCT (ALIEN-VALUE) ...)
; x-compiling (/SHOW0 "done with early-defstructs.lisp")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-defstructs.lisp-obj-tmp written
; compilation finished in 0:00:00.120
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defbangstruct.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFTYPE DEF!STRUCT-TYPE-MAKE-LOAD-FORM-FUN ...)
; x-compiling (DEFVAR *DEF!STRUCT-SUPERTYPE* ...)
; x-compiling (DEFUN DEF!STRUCT-SUPERTYPE ...)
; x-compiling (DEFUN (SETF DEF!STRUCT-SUPERTYPE) ...)
; x-compiling (DEFVAR *DEF!STRUCT-TYPE-MAKE-LOAD-FORM-FUN* ...)
; x-compiling (DEFUN DEF!STRUCT-TYPE-MAKE-LOAD-FORM-FUN ...)
; x-compiling (DEFUN (SETF DEF!STRUCT-TYPE-MAKE-LOAD-FORM-FUN) ...)
; x-compiling (DEFUN JUST-DUMP-IT-NORMALLY ...)
; x-compiling (DEFUN IGNORE-IT ...)
; x-compiling (DEFUN PARSE-DEF!STRUCT-ARGS ...)
; x-compiling (DEFMACRO DEF!STRUCT ...)
; x-compiling (DEF!STRUCT (STRUCTURE!OBJECT #))
; x-compiling (DEFUN STRUCTURE!OBJECT-MAKE-LOAD-FORM ...)
; x-compiling (SETF (SYMBOL-FUNCTION #) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/defbangstruct.lisp-obj-tmp written
; compilation finished in 0:00:00.124
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/unportable-float.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN MAKE-UNPORTABLE-FLOAT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/unportable-float.lisp-obj-tmp written
; compilation finished in 0:00:00.009
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/funutils.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN IDENTITY ...)
; x-compiling (DEFUN COMPLEMENT ...)
; x-compiling (DEFUN CONSTANTLY ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/funutils.lisp-obj-tmp written
; compilation finished in 0:00:00.010
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/type-class.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; x-compiling (DEFVAR *TYPE-CLASSES*)
; x-compiling (!COLD-INIT-FORMS (UNLESS # ...))
; x-compiling (DEFUN TYPE-CLASS-OR-LOSE ...)
; x-compiling (DEFUN MUST-SUPPLY-THIS ...)
; x-compiling (DEF!STRUCT (TYPE-CLASS #) ...)
; x-compiling (DEFPARAMETER *TYPE-CLASS-FUN-SLOTS* ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN COPY-TYPE-CLASS-COLDLY ...)
; x-compiling (DEFUN CLASS-FUN-SLOT-OR-LOSE ...)
; x-compiling (DEFMACRO !DEFINE-TYPE-METHOD ...)
; x-compiling (DEFMACRO !DEFINE-TYPE-CLASS ...)
; x-compiling (DEFMACRO !INVOKE-TYPE-METHOD ...)
; x-compiling (DEFUN INVOKE-COMPLEX-SUBTYPEP-ARG1-METHOD ...)
; x-compiling (DEFUN INVOKE-COMPLEX-=-OTHER-METHOD ...)
; x-compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !TYPE-CLASS-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/type-class.lisp-obj-tmp written
; compilation finished in 0:00:00.234
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/ansi-stream.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFCONSTANT +ANSI-STREAM-IN-BUFFER-LENGTH+ ...)
; x-compiling (DEFTYPE ANSI-STREAM-IN-BUFFER ...)
; x-compiling (DEFTYPE ANSI-STREAM-CIN-BUFFER ...)
; x-compiling (DEFSTRUCT (ANSI-STREAM # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/ansi-stream.lisp-obj-tmp written
; compilation finished in 0:00:00.250
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/sysmacs.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFVAR *IN-WITHOUT-GCING*)
; x-compiling (DEFVAR *GC-INHIBIT*)
; x-compiling (DEFVAR *GC-PENDING*)
; x-compiling (DEFVAR *STOP-FOR-GC-PENDING*)
; x-compiling (DEFMACRO WITHOUT-GCING ...)
; x-compiling (DEFMACRO EOF-OR-LOSE ...)
; x-compiling (DEFMACRO IN-SYNONYM-OF ...)
; x-compiling (DEFMACRO OUT-SYNONYM-OF ...)
; x-compiling (DEFMACRO WITH-IN-STREAM ...)
; x-compiling (DEFMACRO WITH-OUT-STREAM/NO-SYNONYM ...)
; x-compiling (DEFMACRO WITH-OUT-STREAM ...)
; x-compiling (DEFMACRO PREPARE-FOR-FAST-READ-CHAR ...)
; x-compiling (DEFMACRO DONE-WITH-FAST-READ-CHAR ...)
; x-compiling (DEFMACRO FAST-READ-CHAR ...)
; x-compiling (DEFMACRO WITH-FAST-READ-BYTE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/sysmacs.lisp-obj-tmp written
; compilation finished in 0:00:00.061
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/target-error.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFVAR *RESTART-CLUSTERS* ...)
; x-compiling (DEFVAR *CONDITION-RESTARTS* ...)
; x-compiling (DEFUN MUFFLE-WARNING-P ...)
; x-compiling (DEFUN INITIAL-HANDLER-CLUSTERS ...)
; x-compiling (DEFVAR *HANDLER-CLUSTERS* ...)
; x-compiling (DEFSTRUCT (RESTART # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFVAR *RESTART-TEST-STACK* ...)
; x-compiling (DEFUN COMPUTE-RESTARTS ...)
; x-compiling (SETF (FDOCUMENTATION # ...) ...)
; x-compiling (DEFUN RESTART-REPORT ...)
; x-compiling (DEFUN FIND-RESTART ...)
; x-compiling (DEFUN FIND-RESTART-OR-CONTROL-ERROR ...)
; x-compiling (DEFUN INVOKE-RESTART ...)
; x-compiling (DEFUN INTERACTIVE-RESTART-ARGUMENTS ...)
; x-compiling (DEFUN INVOKE-RESTART-INTERACTIVELY ...)
; x-compiling (DEFUN ASSERT-ERROR ...)
; x-compiling (DEFUN READ-EVALUATED-FORM ...)
; x-compiling (DEFUN CHECK-TYPE-ERROR ...)
; x-compiling (DEFUN CASE-FAILURE ...)
; x-compiling (DEFUN CASE-BODY-ERROR ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/target-error.lisp-obj-tmp written
; compilation finished in 0:00:00.672
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/early-backend.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFVAR *BACKEND-PAGE-BYTES* ...)
; x-compiling (DECLAIM (TYPE INDEX ...))
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/early-backend.lisp-obj-tmp written
; compilation finished in 0:00:00.005
creating directory: /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/output/
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/output/stuff-groveled-from-headers.lisp" (written 23 JUL 2012 02:37:47 PM):
; x-compiling (IN-PACKAGE "SB!ALIEN")
; x-compiling (DEFCONSTANT RTLD-LAZY ...)
; x-compiling (DEFCONSTANT RTLD-NOW ...)
; x-compiling (DEFCONSTANT RTLD-GLOBAL ...)
; x-compiling (IN-PACKAGE "SB!UNIX")
; x-compiling (DEFCONSTANT FD-SETSIZE ...)
; x-compiling (DEFCONSTANT POLLIN ...)
; x-compiling (DEFCONSTANT POLLOUT ...)
; x-compiling (DEFCONSTANT POLLPRI ...)
; x-compiling (DEFCONSTANT POLLHUP ...)
; x-compiling (DEFINE-ALIEN-TYPE NFDS-T ...)
; x-compiling (DEFCONSTANT CODESET ...)
; x-compiling (DEFINE-ALIEN-TYPE CLOCK-T ...)
; x-compiling (DEFINE-ALIEN-TYPE DEV-T ...)
; x-compiling (DEFINE-ALIEN-TYPE GID-T ...)
; x-compiling (DEFINE-ALIEN-TYPE INO-T ...)
; x-compiling (DEFINE-ALIEN-TYPE MODE-T ...)
; x-compiling (DEFINE-ALIEN-TYPE NLINK-T ...)
; x-compiling (DEFINE-ALIEN-TYPE OFF-T ...)
; x-compiling (DEFINE-ALIEN-TYPE SIZE-T ...)
; x-compiling (DEFINE-ALIEN-TYPE TIME-T ...)
; x-compiling (DEFINE-ALIEN-TYPE SUSECONDS-T ...)
; x-compiling (DEFINE-ALIEN-TYPE UID-T ...)
; x-compiling (DEFINE-ALIEN-TYPE WST-DEV-T ...)
; x-compiling (DEFINE-ALIEN-TYPE WST-OFF-T ...)
; x-compiling (DEFINE-ALIEN-TYPE WST-BLKSIZE-T ...)
; x-compiling (DEFINE-ALIEN-TYPE WST-BLKCNT-T ...)
; x-compiling (DEFINE-ALIEN-TYPE WST-NLINK-T ...)
; x-compiling (DEFINE-ALIEN-TYPE WST-UID-T ...)
; x-compiling (DEFINE-ALIEN-TYPE WST-GID-T ...)
; x-compiling (DEFCONSTANT R_OK ...)
; x-compiling (DEFCONSTANT W_OK ...)
; x-compiling (DEFCONSTANT X_OK ...)
; x-compiling (DEFCONSTANT F_OK ...)
; x-compiling (DEFCONSTANT O_RDONLY ...)
; x-compiling (DEFCONSTANT O_WRONLY ...)
; x-compiling (DEFCONSTANT O_RDWR ...)
; x-compiling (DEFCONSTANT O_ACCMODE ...)
; x-compiling (DEFCONSTANT O_CREAT ...)
; x-compiling (DEFCONSTANT O_EXCL ...)
; x-compiling (DEFCONSTANT O_NOCTTY ...)
; x-compiling (DEFCONSTANT O_TRUNC ...)
; x-compiling (DEFCONSTANT O_APPEND ...)
; x-compiling (DEFCONSTANT S-IFMT ...)
; x-compiling (DEFCONSTANT S-IFIFO ...)
; x-compiling (DEFCONSTANT S-IFCHR ...)
; x-compiling (DEFCONSTANT S-IFDIR ...)
; x-compiling (DEFCONSTANT S-IFBLK ...)
; x-compiling (DEFCONSTANT S-IFREG ...)
; x-compiling (DEFCONSTANT S-IFLNK ...)
; x-compiling (DEFCONSTANT S-IFSOCK ...)
; x-compiling (DEFCONSTANT EBADF ...)
; x-compiling (DEFCONSTANT ENOENT ...)
; x-compiling (DEFCONSTANT EINTR ...)
; x-compiling (DEFCONSTANT EAGAIN ...)
; x-compiling (DEFCONSTANT EIO ...)
; x-compiling (DEFCONSTANT EEXIST ...)
; x-compiling (DEFCONSTANT ELOOP ...)
; x-compiling (DEFCONSTANT ESPIPE ...)
; x-compiling (DEFCONSTANT EWOULDBLOCK ...)
; x-compiling (DEFCONSTANT WNOHANG ...)
; x-compiling (DEFCONSTANT WUNTRACED ...)
; x-compiling (DEFCONSTANT TIOCGPGRP ...)
; x-compiling (DEFCONSTANT TIOCSPGRP ...)
; x-compiling (DEFCONSTANT TIOCGWINSZ ...)
; x-compiling (DEFCONSTANT TIOCSWINSZ ...)
; x-compiling (DEFCONSTANT SIG-DFL ...)
; x-compiling (DEFCONSTANT SIG-IGN ...)
; x-compiling (DEFCONSTANT SIGALRM ...)
; x-compiling (DEFCONSTANT SIGBUS ...)
; x-compiling (DEFCONSTANT SIGCHLD ...)
; x-compiling (DEFCONSTANT SIGCONT ...)
; x-compiling (DEFCONSTANT SIGEMT ...)
; x-compiling (DEFCONSTANT SIGFPE ...)
; x-compiling (DEFCONSTANT SIGHUP ...)
; x-compiling (DEFCONSTANT SIGILL ...)
; x-compiling (DEFCONSTANT SIGINT ...)
; x-compiling (DEFCONSTANT SIGIO ...)
; x-compiling (DEFCONSTANT SIGIOT ...)
; x-compiling (DEFCONSTANT SIGKILL ...)
; x-compiling (DEFCONSTANT SIGPIPE ...)
; x-compiling (DEFCONSTANT SIGPROF ...)
; x-compiling (DEFCONSTANT SIGQUIT ...)
; x-compiling (DEFCONSTANT SIGSEGV ...)
; x-compiling (DEFCONSTANT SIGSTOP ...)
; x-compiling (DEFCONSTANT SIGSYS ...)
; x-compiling (DEFCONSTANT SIGTERM ...)
; x-compiling (DEFCONSTANT SIGTRAP ...)
; x-compiling (DEFCONSTANT SIGTSTP ...)
; x-compiling (DEFCONSTANT SIGTTIN ...)
; x-compiling (DEFCONSTANT SIGTTOU ...)
; x-compiling (DEFCONSTANT SIGURG ...)
; x-compiling (DEFCONSTANT SIGUSR1 ...)
; x-compiling (DEFCONSTANT SIGUSR2 ...)
; x-compiling (DEFCONSTANT SIGVTALRM ...)
; x-compiling (DEFCONSTANT SIGWINCH ...)
; x-compiling (DEFCONSTANT SIGXCPU ...)
; x-compiling (DEFCONSTANT SIGXFSZ ...)
; x-compiling (DEFCONSTANT FPE-INTOVF ...)
; x-compiling (DEFCONSTANT FPE-INTDIV ...)
; x-compiling (DEFCONSTANT FPE-FLTDIV ...)
; x-compiling (DEFCONSTANT FPE-FLTOVF ...)
; x-compiling (DEFCONSTANT FPE-FLTUND ...)
; x-compiling (DEFCONSTANT FPE-FLTRES ...)
; x-compiling (DEFCONSTANT FPE-FLTINV ...)
; x-compiling (DEFCONSTANT FPE-FLTSUB ...)
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFCONSTANT CTL-KERN ...)
; x-compiling (DEFCONSTANT CTL-HW ...)
; x-compiling (DEFCONSTANT CTL-MAXNAME ...)
; x-compiling (DEFCONSTANT KERN-OSTYPE ...)
; x-compiling (DEFCONSTANT KERN-OSRELEASE ...)
; x-compiling (DEFCONSTANT HW-MODEL ...)
; x-compiling (DEFCONSTANT HW-PAGESIZE ...)
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFINE-ALIEN-TYPE PAGE-INDEX-T ...)
; x-compiling (DEFINE-ALIEN-TYPE GENERATION-INDEX-T ...)
; x-compiling (DEFINE-ALIEN-TYPE OS-VM-SIZE-T ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/output/stuff-groveled-from-headers.lisp-obj-tmp written
; compilation finished in 0:00:00.244
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/kernel.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFUN GET-HEADER-DATA ...)
; x-compiling (DEFUN SET-HEADER-DATA ...)
; x-compiling (DEFUN GET-CLOSURE-LENGTH ...)
; x-compiling (DEFUN LOWTAG-OF ...)
; x-compiling (DEFUN WIDETAG-OF ...)
; x-compiling (DECLAIM (INLINE %OTHER-POINTER-WIDETAG))
; x-compiling (DEFUN %OTHER-POINTER-WIDETAG ...)
; x-compiling (DEFUN VECTOR-SAP ...)
; x-compiling (DEFUN BINDING-STACK-POINTER-SAP ...)
; x-compiling (DEFUN DYNAMIC-SPACE-FREE-POINTER ...)
; x-compiling (DEFUN CONTROL-STACK-POINTER-SAP ...)
; x-compiling (DEFUN FUN-SUBTYPE ...)
; x-compiling (DEFUN (SETF FUN-SUBTYPE) ...)
; x-compiling (DECLAIM (INLINE SIMPLE-FUN-P))
; x-compiling (DEFUN SIMPLE-FUN-P ...)
; x-compiling (DEFTYPE SIMPLE-FUN ...)
; x-compiling (DEFUN %SIMPLE-FUN-DOC ...)
; x-compiling (DEFUN (SETF %SIMPLE-FUN-DOC) ...)
; x-compiling (DEFUN %SIMPLE-FUN-XREFS ...)
; x-compiling (DEFUN %SIMPLE-FUN-ARGLIST ...)
; x-compiling (DEFUN (SETF %SIMPLE-FUN-ARGLIST) ...)
; x-compiling (DEFUN %SIMPLE-FUN-NAME ...)
; x-compiling (DEFUN (SETF %SIMPLE-FUN-NAME) ...)
; x-compiling (DEFUN %SIMPLE-FUN-TYPE ...)
; x-compiling (DEFUN %SIMPLE-FUN-NEXT ...)
; x-compiling (DEFUN %SIMPLE-FUN-SELF ...)
; x-compiling (DECLAIM (INLINE CLOSUREP))
; x-compiling (DEFUN CLOSUREP ...)
; x-compiling (DEFTYPE CLOSURE ...)
; x-compiling (DEFMACRO DO-CLOSURE-VALUES ...)
; x-compiling (DEFUN %CLOSURE-VALUES ...)
; x-compiling (DEFUN %CLOSURE-FUN ...)
; x-compiling (DEFUN %CLOSURE-INDEX-REF ...)
; x-compiling (DEFUN SB!C::VECTOR-LENGTH ...)
; x-compiling (DEFUN ALLOCATE-VECTOR ...)
; x-compiling (DEFUN MAKE-ARRAY-HEADER ...)
; x-compiling (DEFUN CODE-INSTRUCTIONS ...)
; x-compiling (DEFUN CODE-HEADER-REF ...)
; x-compiling (DEFUN CODE-HEADER-SET ...)
; x-compiling (DEFUN %VECTOR-RAW-BITS ...)
; x-compiling (DEFUN %SET-VECTOR-RAW-BITS ...)
; x-compiling (DEFUN MAKE-SINGLE-FLOAT ...)
; x-compiling (DEFUN MAKE-DOUBLE-FLOAT ...)
; x-compiling (DEFUN SINGLE-FLOAT-BITS ...)
; x-compiling (DEFUN DOUBLE-FLOAT-HIGH-BITS ...)
; x-compiling (DEFUN DOUBLE-FLOAT-LOW-BITS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/kernel.lisp-obj-tmp written
; compilation finished in 0:00:00.116
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/toplevel.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFVAR SB!VM:*CURRENT-CATCH-BLOCK*)
; x-compiling (DEFVAR SB!VM::*CURRENT-UNWIND-PROTECT-BLOCK*)
; x-compiling (DEFVAR *FREE-INTERRUPT-CONTEXT-INDEX*)
; x-compiling (DECLAIM (SPECIAL *PSEUDO-ATOMIC-BITS* ...))
; x-compiling (DEFVAR *COLD-INIT-COMPLETE-P*)
; x-compiling (DEFVAR *MAXIMUM-ERROR-DEPTH*)
; x-compiling (DEFVAR *CURRENT-ERROR-DEPTH*)
; x-compiling (DEFUN SYSINIT-PATHNAME ...)
; x-compiling (DEFUN USERINIT-PATHNAME ...)
; x-compiling (DEFVAR *SYSINIT-PATHNAME-FUNCTION* ...)
; x-compiling (DEFVAR *USERINIT-PATHNAME-FUNCTION* ...)
; x-compiling (DEFMACRO HANDLING-END-OF-THE-WORLD ...)
; x-compiling (DEFMACRO INFINITE-ERROR-PROTECT ...)
; x-compiling (DEFUN INFINITE-ERROR-PROTECTOR ...)
; x-compiling (DEFUN SLEEP ...)
; x-compiling (DEFVAR / ...)
; x-compiling (DEFVAR // ...)
; x-compiling (DEFVAR /// ...)
; x-compiling (DEFVAR * ...)
; x-compiling (DEFVAR ** ...)
; x-compiling (DEFVAR *** ...)
; x-compiling (DEFVAR + ...)
; x-compiling (DEFVAR ++ ...)
; x-compiling (DEFVAR +++ ...)
; x-compiling (DEFVAR - ...)
; x-compiling (DEFUN INTERACTIVE-EVAL ...)
; x-compiling (DEFUN FLUSH-STANDARD-OUTPUT-STREAMS ...)
; x-compiling (DEFUN STREAM-OUTPUT-STREAM ...)
; x-compiling (DEFUN PROCESS-INIT-FILE ...)
; x-compiling (DEFUN PROCESS-EVAL/LOAD-OPTIONS ...)
; x-compiling (DEFUN PROCESS-SCRIPT ...)
; x-compiling (DEFUN STARTUP-ERROR ...)
; x-compiling (DEFUN TOPLEVEL-INIT ...)
; x-compiling (DEFVAR *REPL-READ-FORM-FUN* ...)
; x-compiling (DEFVAR *REPL-PROMPT-FUN* ...)
; x-compiling (DEFVAR *REPL-FUN-GENERATOR* ...)
; x-compiling (DEFUN TOPLEVEL-REPL ...)
; x-compiling (DEFUN REPL-PROMPT-FUN ...)
; x-compiling (DEFUN REPL-READ-FORM-FUN ...)
; x-compiling (DEFUN REPL-FUN ...)
; x-compiling (DEFUN %HALT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/toplevel.lisp-obj-tmp written
; compilation finished in 0:00:01.263
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/cold-error.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFVAR *BREAK-ON-SIGNALS* ...)
; x-compiling (DEFUN SIGNAL ...)
; x-compiling (DEFUN ERROR ...)
; x-compiling (DEFUN CERROR ...)
; x-compiling (DEFUN %BREAK ...)
; x-compiling (DEFUN BREAK ...)
; x-compiling (DEFUN WARN ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/cold-error.lisp-obj-tmp written
; compilation finished in 0:00:00.243
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/fdefinition.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (/SHOW0 "fdefinition.lisp 22")
; x-compiling (DEFUN MAKE-FDEFN ...)
; x-compiling (DEFUN FDEFN-NAME ...)
; x-compiling (DEFUN FDEFN-FUN ...)
; x-compiling (DEFUN (SETF FDEFN-FUN) ...)
; x-compiling (DEFUN FDEFN-MAKUNBOUND ...)
; x-compiling (DEFVAR *!INITIAL-FDEFN-OBJECTS*)
; x-compiling (DEFUN !FDEFN-COLD-INIT ...)
; x-compiling (DEFUN FDEFINITION-OBJECT ...)
; x-compiling (DEFUN MAYBE-CLOBBER-FTYPE ...)
; x-compiling (DECLAIM (INLINE %COERCE-NAME-TO-FUN))
; x-compiling (DEFUN %COERCE-NAME-TO-FUN ...)
; x-compiling (DEFUN (SETF %COERCE-NAME-TO-FUN) ...)
; x-compiling (DEFUN %COERCE-CALLABLE-TO-FUN ...)
; x-compiling (DEFSTRUCT (ENCAPSULATION-INFO # ...) ...)
; x-compiling (DEFUN ENCAPSULATE ...)
; x-compiling (DEFUN FIND-IF-IN-CLOSURE ...)
; x-compiling (DEFUN ENCAPSULATION-INFO ...)
; x-compiling (DEFUN UNENCAPSULATE ...)
; x-compiling (DEFUN ENCAPSULATED-P ...)
; x-compiling (DEFUN FDEFINITION ...)
; x-compiling (DEFVAR *SETF-FDEFINITION-HOOK* ...)
; x-compiling (DEFUN %SET-FDEFINITION ...)
; x-compiling (DEFUN FBOUNDP ...)
; x-compiling (DEFUN FMAKUNBOUND ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/fdefinition.lisp-obj-tmp written
; compilation finished in 0:00:00.763
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/target-type.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; x-compiling (DEFUN CTYPEP ...)
; x-compiling (DECLAIM (INLINE LAYOUT-OF))
; x-compiling (DEFUN LAYOUT-OF ...)
; x-compiling (DECLAIM (INLINE CLASSOID-OF))
; x-compiling (DEFUN CLASSOID-OF ...)
; x-compiling (DEFUN CLEAR-TYPE-CACHES ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN-CACHED (CTYPE-OF :HASH-FUNCTION ...) ...)
; x-compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !TARGET-TYPE-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/target-type.lisp-obj-tmp written
; compilation finished in 0:00:02.631
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/pred.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DECLAIM (INLINE STREAMP))
; x-compiling (DEFUN STREAMP ...)
; x-compiling (DEF)
; x-compiling (DEFUN EXTENDED-SEQUENCE-P ...)
; x-compiling (DEFUN SEQUENCEP ...)
; x-compiling (DEFUN NOT ...)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER ARRAY-HEADER-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER ARRAYP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER ATOM)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER BASE-CHAR-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER BASE-STRING-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER CHARACTER-STRING-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER BIGNUMP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER BIT-VECTOR-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER CHARACTERP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER CODE-COMPONENT-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER CONSP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER COMPILED-FUNCTION-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER COMPLEXP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER COMPLEX-DOUBLE-FLOAT-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER COMPLEX-FLOAT-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER COMPLEX-RATIONAL-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER COMPLEX-SINGLE-FLOAT-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER DOUBLE-FLOAT-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER EXTENDED-CHAR-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER FDEFN-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER FIXNUMP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER FLOATP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER FUNCTIONP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER INTEGERP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER LISTP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER LONG-FLOAT-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER LRA-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER NULL)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER NUMBERP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER RATIONALP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER RATIOP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER REALP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER SHORT-FLOAT-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER SINGLE-FLOAT-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER %INSTANCEP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER SYMBOLP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER SYSTEM-AREA-POINTER-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER WEAK-POINTER-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER UNSIGNED-BYTE-64-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER SIGNED-BYTE-64-P)
; x-compiling (SAETP-DEFS)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER SIMPLE-ARRAY-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER SIMPLE-STRING-P)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER STRINGP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER VECTORP)
; x-compiling (DEF-TYPE-PREDICATE-WRAPPER VECTOR-NIL-P)
; x-compiling (DEFUN TYPE-OF ...)
; x-compiling (DEFUN EQ ...)
; x-compiling (DECLAIM (INLINE %EQL))
; x-compiling (DEFUN %EQL ...)
; x-compiling (DEFUN EQL ...)
; x-compiling (DEFUN BIT-VECTOR-= ...)
; x-compiling (DEFUN EQUAL ...)
; x-compiling (DEFUN HASH-TABLE-EQUALP ...)
; x-compiling (DEFUN EQUALP ...)
; x-compiling (/SHOW0 "about to do test cases in pred.lisp")
; x-compiling (LET (#) ...)
; x-compiling (/SHOW0 "done with test cases in pred.lisp")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/pred.lisp-obj-tmp written
; compilation finished in 0:00:00.591
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/target-alieneval.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!ALIEN")
; x-compiling (/SHOW0 "target-alieneval.lisp 15")
; x-compiling (DEFUN GUESS-ALIEN-NAME-FROM-LISP-NAME ...)
; x-compiling (DEFUN GUESS-LISP-NAME-FROM-ALIEN-NAME ...)
; x-compiling (DEFUN PICK-LISP-AND-ALIEN-NAMES ...)
; x-compiling (DEFMACRO DEFINE-ALIEN-VARIABLE ...)
; x-compiling (DEFUN %DEFINE-ALIEN-VARIABLE ...)
; x-compiling (DEFMACRO EXTERN-ALIEN ...)
; x-compiling (DEFMACRO WITH-ALIEN ...)
; x-compiling (DECLAIM (FREEZE-TYPE ALIEN-VALUE))
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DECLAIM (INLINE NULL-ALIEN))
; x-compiling (DEFUN NULL-ALIEN ...)
; x-compiling (DEFMACRO SAP-ALIEN ...)
; x-compiling (DEFUN %SAP-ALIEN ...)
; x-compiling (DEFUN ALIEN-SAP ...)
; x-compiling (DEFMACRO MAKE-ALIEN ...)
; x-compiling (DEFUN MALLOC-ERROR ...)
; x-compiling (DECLAIM (INLINE %MAKE-ALIEN))
; x-compiling (DEFUN %MAKE-ALIEN ...)
; x-compiling (DECLAIM (INLINE FREE-ALIEN))
; x-compiling (DEFUN FREE-ALIEN ...)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFUN %MAKE-ALIEN-STRING ...)
; x-compiling (DEFUN MAKE-ALIEN-STRING ...)
; x-compiling (DEFINE-COMPILER-MACRO MAKE-ALIEN-STRING ...)
; x-compiling (DEFUN SLOT-OR-LOSE ...)
; x-compiling (DEFUN SLOT ...)
; x-compiling (DEFUN %SET-SLOT ...)
; x-compiling (DEFUN %SLOT-ADDR ...)
; x-compiling (DEFUN DEREF-GUTS ...)
; x-compiling (DEFUN DEREF ...)
; x-compiling (DEFUN %SET-DEREF ...)
; x-compiling (DEFUN %DEREF-ADDR ...)
; x-compiling (DEFUN %HEAP-ALIEN ...)
; x-compiling (DEFUN %SET-HEAP-ALIEN ...)
; x-compiling (DEFUN %HEAP-ALIEN-ADDR ...)
; x-compiling (DEFUN MAKE-LOCAL-ALIEN ...)
; x-compiling (DEFUN NOTE-LOCAL-ALIEN-TYPE ...)
; x-compiling (DEFUN LOCAL-ALIEN ...)
; x-compiling (DEFUN %SET-LOCAL-ALIEN ...)
; x-compiling (DEFINE-SETF-EXPANDER LOCAL-ALIEN ...)
; x-compiling (DEFUN %LOCAL-ALIEN-FORCED-TO-MEMORY-P ...)
; x-compiling (DEFUN %LOCAL-ALIEN-ADDR ...)
; x-compiling (DEFUN DISPOSE-LOCAL-ALIEN ...)
; x-compiling (DEFMACRO CAST ...)
; x-compiling (DEFUN %CAST ...)
; x-compiling (DEFMACRO ALIEN-SIZE ...)
; x-compiling (DEFUN COERCE-TO-INTERPRETED-FUNCTION ...)
; x-compiling (DEFUN NATURALIZE ...)
; x-compiling (DEFUN DEPORT ...)
; x-compiling (DEFUN DEPORT-ALLOC ...)
; x-compiling (DEFUN EXTRACT-ALIEN-VALUE ...)
; x-compiling (DEFUN DEPOSIT-ALIEN-VALUE ...)
; x-compiling (DEFUN ALIEN-FUNCALL ...)
; x-compiling (DEFMACRO DEFINE-ALIEN-ROUTINE ...)
; x-compiling (DEFUN ALIEN-TYPEP ...)
; x-compiling (DEFVAR *ALIEN-CALLBACK-INFO* ...)
; x-compiling (DEFSTRUCT CALLBACK-INFO ...)
; x-compiling (DEFUN CALLBACK-INFO-KEY ...)
; x-compiling (DEFUN ALIEN-CALLBACK-INFO ...)
; x-compiling (DEFVAR *ALIEN-CALLBACKS* ...)
; x-compiling (DEFVAR *ALIEN-CALLBACK-WRAPPERS* ...)
; x-compiling (DEFVAR *ALIEN-CALLBACK-TRAMPOLINES* ...)
; x-compiling (DEFUN %ALIEN-CALLBACK-SAP ...)
; x-compiling (DEFUN ALIEN-CALLBACK-LISP-TRAMPOLINE ...)
; x-compiling (DEFUN ALIEN-CALLBACK-LISP-WRAPPER-LAMBDA ...)
; x-compiling (DEFUN INVALID-ALIEN-CALLBACK ...)
; x-compiling (DEFUN PARSE-CALLBACK-SPECIFICATION ...)
; x-compiling (DEFUN PARSE-ALIEN-FTYPE ...)
; x-compiling (DEFUN ALIEN-VOID-TYPE-P ...)
; x-compiling (DEFUN ALIEN-TYPE-WORD-ALIGNED-BITS ...)
; x-compiling (DEFUN ALIEN-CALLBACK-ARGUMENT-BYTES ...)
; x-compiling (DEFUN ENTER-ALIEN-CALLBACK ...)
; x-compiling (DEFVAR *ENTER-ALIEN-CALLBACK* ...)
; x-compiling (DEFMACRO ALIEN-CALLBACK ...)
; x-compiling (DEFUN ALIEN-CALLBACK-P ...)
; x-compiling (DEFUN ALIEN-CALLBACK-FUNCTION ...)
; x-compiling (DEFUN (SETF ALIEN-CALLBACK-FUNCTION) ...)
; x-compiling (DEFUN INVALIDATE-ALIEN-CALLBACK ...)
; x-compiling (DEFMACRO ALIEN-LAMBDA ...)
; x-compiling (DEFMACRO DEFINE-ALIEN-CALLBACK ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/target-alieneval.lisp-obj-tmp written
; compilation finished in 0:00:02.628
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/target-c-call.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!ALIEN")
; x-compiling (DEFINE-ALIEN-TYPE CHAR ...)
; x-compiling (DEFINE-ALIEN-TYPE SHORT ...)
; x-compiling (DEFINE-ALIEN-TYPE INT ...)
; x-compiling (DEFINE-ALIEN-TYPE LONG ...)
; x-compiling (DEFINE-ALIEN-TYPE LONG-LONG ...)
; x-compiling (DEFINE-ALIEN-TYPE UNSIGNED-CHAR ...)
; x-compiling (DEFINE-ALIEN-TYPE UNSIGNED-SHORT ...)
; x-compiling (DEFINE-ALIEN-TYPE UNSIGNED-INT ...)
; x-compiling (DEFINE-ALIEN-TYPE UNSIGNED-LONG ...)
; x-compiling (DEFINE-ALIEN-TYPE UNSIGNED-LONG-LONG ...)
; x-compiling (DEFINE-ALIEN-TYPE FLOAT ...)
; x-compiling (DEFINE-ALIEN-TYPE DOUBLE ...)
; x-compiling (DEFINE-ALIEN-TYPE UTF8-STRING ...)
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR VOID ...)
; x-compiling (DEFUN DEFAULT-C-STRING-EXTERNAL-FORMAT ...)
; x-compiling (DEFUN %NATURALIZE-C-STRING ...)
; x-compiling (DEFUN STRING-TO-C-STRING ...)
; x-compiling (DEFUN C-STRING-TO-STRING ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/target-c-call.lisp-obj-tmp written
; compilation finished in 0:00:00.613
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/target-allocate.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFINE-ALIEN-ROUTINE ("os_allocate" ALLOCATE-SYSTEM-MEMORY) ...)
; x-compiling (DEFINE-ALIEN-ROUTINE ("os_deallocate" DEALLOCATE-SYSTEM-MEMORY) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/target-allocate.lisp-obj-tmp written
; compilation finished in 0:00:00.015
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/misc-aliens.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DECLAIM (INLINE MEMMOVE))
; x-compiling (DEFINE-ALIEN-ROUTINE ("memmove" MEMMOVE) ...)
; x-compiling (DEFINE-ALIEN-ROUTINE ("os_get_errno" GET-ERRNO) ...)
; x-compiling (SETF (FDOCUMENTATION # ...) ...)
; x-compiling (DEFUN STRERROR ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/misc-aliens.lisp-obj-tmp written
; compilation finished in 0:00:00.102
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/array.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DECLAIM (INLINE ADJUSTABLE-ARRAY-P ...))
; x-compiling (DEF %ARRAY-FILL-POINTER)
; x-compiling (DEF %ARRAY-FILL-POINTER-P)
; x-compiling (DEF %ARRAY-AVAILABLE-ELEMENTS)
; x-compiling (DEF %ARRAY-DATA-VECTOR)
; x-compiling (DEF %ARRAY-DISPLACEMENT)
; x-compiling (DEF %ARRAY-DISPLACED-P)
; x-compiling (DEF %ARRAY-DIPLACED-FROM)
; x-compiling (DEFUN %ARRAY-RANK ...)
; x-compiling (DEFUN %ARRAY-DIMENSION ...)
; x-compiling (DEFUN %SET-ARRAY-DIMENSION ...)
; x-compiling (DEFUN %CHECK-BOUND ...)
; x-compiling (DEFUN %WITH-ARRAY-DATA/FP ...)
; x-compiling (DEFUN %WITH-ARRAY-DATA ...)
; x-compiling (DEFUN %DATA-VECTOR-AND-INDEX ...)
; x-compiling (DEFUN %VECTOR-WIDETAG-AND-N-BITS ...)
; x-compiling (DEFUN %COMPLEX-VECTOR-WIDETAG ...)
; x-compiling (DEFUN MAKE-ARRAY ...)
; x-compiling (DEFUN MAKE-STATIC-VECTOR ...)
; x-compiling (DEFUN DATA-VECTOR-FROM-INITS ...)
; x-compiling (DEFUN VECTOR ...)
; x-compiling (DEF !FIND-DATA-VECTOR-SETTER ...)
; x-compiling (DEF !FIND-DATA-VECTOR-SETTER/CHECK-BOUNDS ...)
; x-compiling (DEF !FIND-DATA-VECTOR-REFFER ...)
; x-compiling (DEF !FIND-DATA-VECTOR-REFFER/CHECK-BOUNDS ...)
; x-compiling (DEF !FIND-VECTOR-SUBSEQ-FUN ...)
; x-compiling (DEFINE HAIRY-DATA-VECTOR-REF ...)
; x-compiling (DEFINE HAIRY-DATA-VECTOR-SET ...)
; x-compiling (DEFINE HAIRY-DATA-VECTOR-REF/CHECK-BOUNDS ...)
; x-compiling (DEFINE HAIRY-DATA-VECTOR-SET/CHECK-BOUNDS ...)
; x-compiling (DEFUN HAIRY-REF-ERROR ...)
; x-compiling (DEFUN HAIRY-SUBSEQ-ERROR ...)
; x-compiling (DEF-SUBSEQ-FUNS)
; x-compiling (DEFUN !HAIRY-DATA-VECTOR-REFFER-INIT ...)
; x-compiling (DEFUN DATA-VECTOR-REF ...)
; x-compiling (DEFUN DATA-VECTOR-REF-WITH-OFFSET ...)
; x-compiling (DEFUN INVALID-ARRAY-P ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN INVALID-ARRAY-ERROR ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN INVALID-ARRAY-INDEX-ERROR ...)
; x-compiling (DEFUN %ARRAY-ROW-MAJOR-INDEX ...)
; x-compiling (DEFUN ARRAY-IN-BOUNDS-P ...)
; x-compiling (DEFUN ARRAY-ROW-MAJOR-INDEX ...)
; x-compiling (DEFUN AREF ...)
; x-compiling (DEFUN %ASET ...)
; x-compiling (DECLAIM (INLINE #))
; x-compiling (DEFUN (SETF AREF) ...)
; x-compiling (DEFUN ROW-MAJOR-AREF ...)
; x-compiling (DEFUN %SET-ROW-MAJOR-AREF ...)
; x-compiling (DEFUN SVREF ...)
; x-compiling (DEFUN %SVSET ...)
; x-compiling (DEFUN BIT ...)
; x-compiling (DEFUN %BITSET ...)
; x-compiling (DECLAIM (INLINE #))
; x-compiling (DEFUN (SETF BIT) ...)
; x-compiling (DEFUN SBIT ...)
; x-compiling (DEFUN %SBITSET ...)
; x-compiling (DECLAIM (INLINE #))
; x-compiling (DEFUN (SETF SBIT) ...)
; x-compiling (DEFUN ARRAY-ELEMENT-TYPE ...)
; x-compiling (DEFUN ARRAY-RANK ...)
; x-compiling (DEFUN ARRAY-DIMENSION ...)
; x-compiling (DEFUN ARRAY-DIMENSIONS ...)
; x-compiling (DEFUN ARRAY-TOTAL-SIZE ...)
; x-compiling (DEFUN ARRAY-DISPLACEMENT ...)
; x-compiling (DEFUN ADJUSTABLE-ARRAY-P ...)
; x-compiling (DECLAIM (INLINE ARRAY-HAS-FILL-POINTER-P))
; x-compiling (DEFUN ARRAY-HAS-FILL-POINTER-P ...)
; x-compiling (DEFUN FILL-POINTER-ERROR ...)
; x-compiling (DECLAIM (INLINE FILL-POINTER))
; x-compiling (DEFUN FILL-POINTER ...)
; x-compiling (DEFUN %SET-FILL-POINTER ...)
; x-compiling (DEFUN VECTOR-PUSH ...)
; x-compiling (DEFUN VECTOR-PUSH-EXTEND ...)
; x-compiling (DEFUN VECTOR-POP ...)
; x-compiling (DEFUN ADJUST-ARRAY ...)
; x-compiling (DEFUN GET-NEW-FILL-POINTER ...)
; x-compiling (DEFUN %SHRINK-VECTOR ...)
; x-compiling (DEFUN SHRINK-VECTOR ...)
; x-compiling (DEFUN %SAVE-DISPLACED-ARRAY-BACKPOINTER ...)
; x-compiling (DEFUN %WALK-DISPLACED-ARRAY-BACKPOINTERS ...)
; x-compiling (DEFUN SET-ARRAY-HEADER ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN ARRAY-STORAGE-VECTOR ...)
; x-compiling (DEFUN ZAP-ARRAY-DATA ...)
; x-compiling (DEFUN ZAP-ARRAY-DATA-AUX ...)
; x-compiling (DEFUN ROW-MAJOR-INDEX-FROM-DIMS ...)
; x-compiling (DEFUN BIT-ARRAY-SAME-DIMENSIONS-P ...)
; x-compiling (DEFUN PICK-RESULT-ARRAY ...)
; x-compiling (DEFMACRO DEF-BIT-ARRAY-OP ...)
; x-compiling (DEF-BIT-ARRAY-OP BIT-AND ...)
; x-compiling (DEF-BIT-ARRAY-OP BIT-IOR ...)
; x-compiling (DEF-BIT-ARRAY-OP BIT-XOR ...)
; x-compiling (DEF-BIT-ARRAY-OP BIT-EQV ...)
; x-compiling (DEF-BIT-ARRAY-OP BIT-NAND ...)
; x-compiling (DEF-BIT-ARRAY-OP BIT-NOR ...)
; x-compiling (DEF-BIT-ARRAY-OP BIT-ANDC1 ...)
; x-compiling (DEF-BIT-ARRAY-OP BIT-ANDC2 ...)
; x-compiling (DEF-BIT-ARRAY-OP BIT-ORC1 ...)
; x-compiling (DEF-BIT-ARRAY-OP BIT-ORC2 ...)
; x-compiling (DEFUN BIT-NOT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/array.lisp-obj-tmp written
; compilation finished in 0:00:03.526
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-float.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFUN SINGLE-FROM-BITS ...)
; x-compiling (DEFUN DOUBLE-FROM-BITS ...)
; x-compiling (DEFCONSTANT LEAST-POSITIVE-SINGLE-FLOAT ...)
; x-compiling (DEFCONSTANT LEAST-POSITIVE-SHORT-FLOAT ...)
; x-compiling (DEFCONSTANT LEAST-NEGATIVE-SINGLE-FLOAT ...)
; x-compiling (DEFCONSTANT LEAST-NEGATIVE-SHORT-FLOAT ...)
; x-compiling (DEFCONSTANT LEAST-POSITIVE-DOUBLE-FLOAT ...)
; x-compiling (DEFCONSTANT LEAST-POSITIVE-LONG-FLOAT ...)
; x-compiling (DEFCONSTANT LEAST-NEGATIVE-DOUBLE-FLOAT ...)
; x-compiling (DEFCONSTANT LEAST-NEGATIVE-LONG-FLOAT ...)
; x-compiling (DEFCONSTANT LEAST-POSITIVE-NORMALIZED-SINGLE-FLOAT ...)
; x-compiling (DEFCONSTANT LEAST-POSITIVE-NORMALIZED-SHORT-FLOAT ...)
; x-compiling (DEFCONSTANT LEAST-NEGATIVE-NORMALIZED-SINGLE-FLOAT ...)
; x-compiling (DEFCONSTANT LEAST-NEGATIVE-NORMALIZED-SHORT-FLOAT ...)
; x-compiling (DEFCONSTANT LEAST-POSITIVE-NORMALIZED-DOUBLE-FLOAT ...)
; x-compiling (DEFCONSTANT LEAST-POSITIVE-NORMALIZED-LONG-FLOAT ...)
; x-compiling (DEFCONSTANT LEAST-NEGATIVE-NORMALIZED-DOUBLE-FLOAT ...)
; x-compiling (DEFCONSTANT LEAST-NEGATIVE-NORMALIZED-LONG-FLOAT ...)
; x-compiling (DEFCONSTANT MOST-POSITIVE-SINGLE-FLOAT ...)
; x-compiling (DEFCONSTANT MOST-POSITIVE-SHORT-FLOAT ...)
; x-compiling (DEFCONSTANT MOST-NEGATIVE-SINGLE-FLOAT ...)
; x-compiling (DEFCONSTANT MOST-NEGATIVE-SHORT-FLOAT ...)
; x-compiling (DEFCONSTANT MOST-POSITIVE-DOUBLE-FLOAT ...)
; x-compiling (DEFCONSTANT MOST-POSITIVE-LONG-FLOAT ...)
; x-compiling (DEFCONSTANT MOST-NEGATIVE-DOUBLE-FLOAT ...)
; x-compiling (DEFCONSTANT MOST-NEGATIVE-LONG-FLOAT ...)
; x-compiling (LET NIL ...)
; x-compiling (DEFCONSTANT SINGLE-FLOAT-EPSILON ...)
; x-compiling (DEFCONSTANT SHORT-FLOAT-EPSILON ...)
; x-compiling (DEFCONSTANT SINGLE-FLOAT-NEGATIVE-EPSILON ...)
; x-compiling (DEFCONSTANT SHORT-FLOAT-NEGATIVE-EPSILON ...)
; x-compiling (DEFCONSTANT DOUBLE-FLOAT-EPSILON ...)
; x-compiling (DEFCONSTANT LONG-FLOAT-EPSILON ...)
; x-compiling (DEFCONSTANT DOUBLE-FLOAT-NEGATIVE-EPSILON ...)
; x-compiling (DEFCONSTANT LONG-FLOAT-NEGATIVE-EPSILON ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-float.lisp-obj-tmp written
; compilation finished in 0:00:00.043
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/target-sxhash.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN POINTER-HASH ...)
; x-compiling (DEFCONSTANT +MAX-HASH-DEPTHOID+ ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DECLAIM (INLINE MIX))
; x-compiling (DEFUN MIX ...)
; x-compiling (DECLAIM (INLINE %SXHASH-SUBSTRING))
; x-compiling (DEFUN %SXHASH-SUBSTRING ...)
; x-compiling (DEFUN %SXHASH-SIMPLE-STRING ...)
; x-compiling (DEFUN %SXHASH-SIMPLE-SUBSTRING ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN SXHASH ...)
; x-compiling (DEFUN PSXHASH ...)
; x-compiling (DEFUN ARRAY-PSXHASH ...)
; x-compiling (DEFUN STRUCTURE-OBJECT-PSXHASH ...)
; x-compiling (DEFUN LIST-PSXHASH ...)
; x-compiling (DEFUN HASH-TABLE-PSXHASH ...)
; x-compiling (DEFUN NUMBER-PSXHASH ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/target-sxhash.lisp-obj-tmp written
; compilation finished in 0:00:02.893
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/list.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DECLAIM (MAYBE-INLINE TREE-EQUAL ...))
; x-compiling (DEFUN CAR ...)
; x-compiling (DEFUN CDR ...)
; x-compiling (DEFUN CADR ...)
; x-compiling (DEFUN CDAR ...)
; x-compiling (DEFUN CAAR ...)
; x-compiling (DEFUN CDDR ...)
; x-compiling (DEFUN CADDR ...)
; x-compiling (DEFUN CAADR ...)
; x-compiling (DEFUN CAAAR ...)
; x-compiling (DEFUN CDAAR ...)
; x-compiling (DEFUN CDDAR ...)
; x-compiling (DEFUN CDDDR ...)
; x-compiling (DEFUN CADAR ...)
; x-compiling (DEFUN CDADR ...)
; x-compiling (DEFUN CAAAAR ...)
; x-compiling (DEFUN CAAADR ...)
; x-compiling (DEFUN CAADDR ...)
; x-compiling (DEFUN CADDDR ...)
; x-compiling (DEFUN CDDDDR ...)
; x-compiling (DEFUN CDAAAR ...)
; x-compiling (DEFUN CDDAAR ...)
; x-compiling (DEFUN CDDDAR ...)
; x-compiling (DEFUN CAADAR ...)
; x-compiling (DEFUN CADAAR ...)
; x-compiling (DEFUN CADADR ...)
; x-compiling (DEFUN CADDAR ...)
; x-compiling (DEFUN CDAADR ...)
; x-compiling (DEFUN CDADAR ...)
; x-compiling (DEFUN CDADDR ...)
; x-compiling (DEFUN CDDADR ...)
; x-compiling (DEFUN CONS ...)
; x-compiling (DECLAIM (MAYBE-INLINE TREE-EQUAL-TEST ...))
; x-compiling (DEFUN TREE-EQUAL-TEST-NOT ...)
; x-compiling (DEFUN TREE-EQUAL-TEST ...)
; x-compiling (DEFUN TREE-EQUAL ...)
; x-compiling (DEFUN ENDP ...)
; x-compiling (DEFUN LIST-LENGTH ...)
; x-compiling (DEFUN NTH ...)
; x-compiling (DEFUN FIRST ...)
; x-compiling (DEFUN SECOND ...)
; x-compiling (DEFUN THIRD ...)
; x-compiling (DEFUN FOURTH ...)
; x-compiling (DEFUN FIFTH ...)
; x-compiling (DEFUN SIXTH ...)
; x-compiling (DEFUN SEVENTH ...)
; x-compiling (DEFUN EIGHTH ...)
; x-compiling (DEFUN NINTH ...)
; x-compiling (DEFUN TENTH ...)
; x-compiling (DEFUN REST ...)
; x-compiling (DEFUN NTHCDR ...)
; x-compiling (DEFUN %LAST0 ...)
; x-compiling (DEFUN %LAST1 ...)
; x-compiling (DEFUN %LASTN/FIXNUM ...)
; x-compiling (DEFUN %LASTN/BIGNUM ...)
; x-compiling (DEFUN LAST ...)
; x-compiling (DEFINE-COMPILER-MACRO LAST ...)
; x-compiling (DEFUN LIST ...)
; x-compiling (DEFUN LIST* ...)
; x-compiling (DEFUN MAKE-LIST ...)
; x-compiling (DEFUN APPEND ...)
; x-compiling (DEFUN APPEND2 ...)
; x-compiling (DEFINE-COMPILER-MACRO APPEND ...)
; x-compiling (SB-XC:DEFMACRO !COPY-LIST-MACRO ...)
; x-compiling (DEFUN COPY-LIST ...)
; x-compiling (DEFUN COPY-ALIST ...)
; x-compiling (DEFUN COPY-TREE ...)
; x-compiling (DEFUN REVAPPEND ...)
; x-compiling (DEFUN NCONC ...)
; x-compiling (DEFUN NRECONC ...)
; x-compiling (FLET (#) ...)
; x-compiling (DEFUN LDIFF ...)
; x-compiling (DEFUN RPLACA ...)
; x-compiling (DEFUN RPLACD ...)
; x-compiling (DEFUN %RPLACA ...)
; x-compiling (DEFUN %RPLACD ...)
; x-compiling (DEFUN %SETNTH ...)
; x-compiling (DEFMACRO APPLY-KEY ...)
; x-compiling (DEFMACRO WITH-SET-KEYS ...)
; x-compiling (DEFMACRO SATISFIES-THE-TEST ...)
; x-compiling (DEFUN SUBST ...)
; x-compiling (DEFUN SUBST-IF ...)
; x-compiling (DEFUN SUBST-IF-NOT ...)
; x-compiling (DEFUN NSUBST ...)
; x-compiling (DEFUN NSUBST-IF ...)
; x-compiling (DEFUN NSUBST-IF-NOT ...)
; x-compiling (DEFUN SUBLIS ...)
; x-compiling (DEFMACRO NSUBLIS-MACRO ...)
; x-compiling (DEFUN NSUBLIS ...)
; x-compiling (DEFUN MEMBER ...)
; x-compiling (DEFUN MEMBER-IF ...)
; x-compiling (DEFUN MEMBER-IF-NOT ...)
; x-compiling (DEFUN TAILP ...)
; x-compiling (DEFUN ADJOIN ...)
; x-compiling (DEFCONSTANT +LIST-BASED-UNION-LIMIT+ ...)
; x-compiling (DEFUN UNION ...)
; x-compiling (DEFMACRO STEVE-SPLICE ...)
; x-compiling (DEFUN NUNION ...)
; x-compiling (DEFUN INTERSECTION ...)
; x-compiling (DEFUN NINTERSECTION ...)
; x-compiling (DEFUN SET-DIFFERENCE ...)
; x-compiling (DEFUN NSET-DIFFERENCE ...)
; x-compiling (DEFUN SET-EXCLUSIVE-OR ...)
; x-compiling (DEFUN NSET-EXCLUSIVE-OR ...)
; x-compiling (DEFUN SUBSETP ...)
; x-compiling (DEFUN ACONS ...)
; x-compiling (DEFUN PAIRLIS ...)
; x-compiling (DEFUN ASSOC ...)
; x-compiling (DEFUN ASSOC-IF ...)
; x-compiling (DEFUN ASSOC-IF-NOT ...)
; x-compiling (DEFUN RASSOC ...)
; x-compiling (DEFUN RASSOC-IF ...)
; x-compiling (DEFUN RASSOC-IF-NOT ...)
; x-compiling (DEFUN MAP1 ...)
; x-compiling (DEFUN MAPC ...)
; x-compiling (DEFUN MAPCAR ...)
; x-compiling (DEFUN MAPCAN ...)
; x-compiling (DEFUN MAPL ...)
; x-compiling (DEFUN MAPLIST ...)
; x-compiling (DEFUN MAPCON ...)
; x-compiling (DEF NIL ...)
; x-compiling (DEF NIL ...)
; x-compiling (DEF (KEY) ...)
; x-compiling (DEF (KEY) ...)
; x-compiling (DEF (KEY TEST) ...)
; x-compiling (DEF (KEY TEST-NOT) ...)
; x-compiling (DEF (TEST) ...)
; x-compiling (DEF (TEST-NOT) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/list.lisp-obj-tmp written
; compilation finished in 0:00:01.266
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/seq.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN %CHECK-GENERIC-SEQUENCE-BOUNDS ...)
; x-compiling (DEFPARAMETER *SEQUENCE-KEYWORD-INFO* ...)
; x-compiling (SB-XC:DEFMACRO DEFINE-SEQUENCE-TRAVERSER ...)
; x-compiling (SB-XC:DEFMACRO SEQ-DISPATCH ...)
; x-compiling (SB-XC:DEFMACRO %MAKE-SEQUENCE-LIKE ...)
; x-compiling (SB-XC:DEFMACRO BAD-SEQUENCE-TYPE-ERROR ...)
; x-compiling (SB-XC:DEFMACRO SEQUENCE-TYPE-LENGTH-MISMATCH-ERROR ...)
; x-compiling (SB-XC:DEFMACRO SEQUENCE-TYPE-TOO-HAIRY ...)
; x-compiling (DEFUN IS-A-VALID-SEQUENCE-TYPE-SPECIFIER-P ...)
; x-compiling (DEFUN VECTOR-OF-CHECKED-LENGTH-GIVEN-LENGTH ...)
; x-compiling (DEFUN SEQUENCE-OF-CHECKED-LENGTH-GIVEN-TYPE ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN SIGNAL-INDEX-TOO-LARGE-ERROR ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN SEQUENCE-BOUNDING-INDICES-BAD-ERROR ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN ARRAY-BOUNDING-INDICES-BAD-ERROR ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN CIRCULAR-LIST-ERROR ...)
; x-compiling (DEFUN ELT ...)
; x-compiling (DEFUN %SETELT ...)
; x-compiling (DEFUN LENGTH ...)
; x-compiling (DEFUN MAKE-SEQUENCE ...)
; x-compiling (DEFUN VECTOR-SUBSEQ* ...)
; x-compiling (DEFUN LIST-SUBSEQ* ...)
; x-compiling (DEFUN SUBSEQ ...)
; x-compiling (DEFUN COPY-SEQ ...)
; x-compiling (DEFUN LIST-COPY-SEQ* ...)
; x-compiling (DEFUN LIST-FILL* ...)
; x-compiling (DEFUN VECTOR-FILL* ...)
; x-compiling (DEFUN STRING-FILL* ...)
; x-compiling (DEFUN FILL ...)
; x-compiling (DEFUN LIST-REPLACE-FROM-LIST* ...)
; x-compiling (DEFUN LIST-REPLACE-FROM-VECTOR* ...)
; x-compiling (DEFUN VECTOR-REPLACE-FROM-LIST* ...)
; x-compiling (DEFUN VECTOR-REPLACE-FROM-VECTOR* ...)
; x-compiling (DEFUN SIMPLE-CHARACTER-STRING-REPLACE-FROM-SIMPLE-CHARACTER-STRING* ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER REPLACE ...)
; x-compiling (DEFUN REVERSE ...)
; x-compiling (DEFUN LIST-REVERSE* ...)
; x-compiling (DEFUN VECTOR-REVERSE* ...)
; x-compiling (DEFUN LIST-NREVERSE* ...)
; x-compiling (DEFUN VECTOR-NREVERSE* ...)
; x-compiling (DEFUN NREVERSE ...)
; x-compiling (DEFMACRO SB!SEQUENCE:DOSEQUENCE ...)
; x-compiling (DEFUN CONCATENATE ...)
; x-compiling (DEF %CONCATENATE-TO-STRING ...)
; x-compiling (DEF %CONCATENATE-TO-BASE-STRING ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN %MAP-TO-LIST-ARITY-1 ...)
; x-compiling (DEFUN %MAP-TO-SIMPLE-VECTOR-ARITY-1 ...)
; x-compiling (DEFUN %MAP-FOR-EFFECT-ARITY-1 ...)
; x-compiling (DECLAIM (MAYBE-INLINE %MAP-FOR-EFFECT))
; x-compiling (DEFUN %MAP-FOR-EFFECT ...)
; x-compiling (DEFUN %MAP-TO-LIST ...)
; x-compiling (DEFUN %MAP-TO-VECTOR ...)
; x-compiling (DEFUN %MAP-TO-SEQUENCE ...)
; x-compiling (DEFUN %MAP ...)
; x-compiling (DEFUN MAP ...)
; x-compiling (DEFUN MAP-INTO ...)
; x-compiling (DEFQUANTIFIER SOME ...)
; x-compiling (DEFQUANTIFIER EVERY ...)
; x-compiling (DEFQUANTIFIER NOTANY ...)
; x-compiling (DEFQUANTIFIER NOTEVERY ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER REDUCE ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER DELETE ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER DELETE-IF ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER DELETE-IF-NOT ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER REMOVE ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER REMOVE-IF ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER REMOVE-IF-NOT ...)
; x-compiling (DEFUN LIST-REMOVE-DUPLICATES* ...)
; x-compiling (DEFUN VECTOR-REMOVE-DUPLICATES* ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER REMOVE-DUPLICATES ...)
; x-compiling (DEFUN LIST-DELETE-DUPLICATES* ...)
; x-compiling (DEFUN VECTOR-DELETE-DUPLICATES* ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER DELETE-DUPLICATES ...)
; x-compiling (DEFUN LIST-SUBSTITUTE* ...)
; x-compiling (DEFUN VECTOR-SUBSTITUTE* ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER SUBSTITUTE ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER SUBSTITUTE-IF ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER SUBSTITUTE-IF-NOT ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER NSUBSTITUTE ...)
; x-compiling (DEFUN NLIST-SUBSTITUTE* ...)
; x-compiling (DEFUN NVECTOR-SUBSTITUTE* ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER NSUBSTITUTE-IF ...)
; x-compiling (DEFUN NLIST-SUBSTITUTE-IF* ...)
; x-compiling (DEFUN NVECTOR-SUBSTITUTE-IF* ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER NSUBSTITUTE-IF-NOT ...)
; x-compiling (DEFUN NLIST-SUBSTITUTE-IF-NOT* ...)
; x-compiling (DEFUN NVECTOR-SUBSTITUTE-IF-NOT* ...)
; x-compiling (DEFUN EFFECTIVE-FIND-POSITION-TEST ...)
; x-compiling (DEFUN EFFECTIVE-FIND-POSITION-KEY ...)
; x-compiling (DEFUN %FIND-POSITION ...)
; x-compiling (DEFUN %FIND-POSITION-IF ...)
; x-compiling (DEFUN %FIND-POSITION-IF-NOT ...)
; x-compiling (DEFUN FIND ...)
; x-compiling (DEFUN POSITION ...)
; x-compiling (DEFUN FIND-IF ...)
; x-compiling (DEFUN POSITION-IF ...)
; x-compiling (DEFUN FIND-IF-NOT ...)
; x-compiling (DEFUN POSITION-IF-NOT ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER COUNT-IF ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER COUNT-IF-NOT ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER COUNT ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER MISMATCH ...)
; x-compiling (DEFINE-SEQUENCE-TRAVERSER SEARCH ...)
; x-compiling (DEFUN FILL-DATA-VECTOR ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/seq.lisp-obj-tmp written
; compilation finished in 0:00:04.003
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/coerce.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEF LIST-TO-VECTOR* ...)
; x-compiling (DEF VECTOR-TO-VECTOR* ...)
; x-compiling (DEF SEQUENCE-TO-VECTOR* ...)
; x-compiling (DEFUN VECTOR-TO-LIST* ...)
; x-compiling (DEFVAR *OFFENDING-DATUM*)
; x-compiling (DECLAIM (INLINE COERCE-TO-LIST))
; x-compiling (DECLAIM (INLINE COERCE-TO-VECTOR))
; x-compiling (DEFUN COERCE-TO-FUN ...)
; x-compiling (DEFUN COERCE-TO-LIST ...)
; x-compiling (DEFUN COERCE-TO-VECTOR ...)
; x-compiling (DEFUN COERCE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/coerce.lisp-obj-tmp written
; compilation finished in 0:00:00.246
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/string.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN STRING ...)
; x-compiling (DEFUN %CHECK-VECTOR-SEQUENCE-BOUNDS ...)
; x-compiling (DEFUN CHAR ...)
; x-compiling (DEFUN %CHARSET ...)
; x-compiling (DEFUN SCHAR ...)
; x-compiling (DEFUN %SCHARSET ...)
; x-compiling (DEFUN STRING=* ...)
; x-compiling (DEFUN STRING/=* ...)
; x-compiling (DEFUN STRING<* ...)
; x-compiling (DEFUN STRING>* ...)
; x-compiling (DEFUN STRING<=* ...)
; x-compiling (DEFUN STRING>=* ...)
; x-compiling (DEFUN STRING< ...)
; x-compiling (DEFUN STRING> ...)
; x-compiling (DEFUN STRING<= ...)
; x-compiling (DEFUN STRING>= ...)
; x-compiling (DEFUN STRING= ...)
; x-compiling (DEFUN STRING/= ...)
; x-compiling (DEFUN STRING-EQUAL ...)
; x-compiling (DEFUN STRING-NOT-EQUAL ...)
; x-compiling (DEFUN STRING-LESSP* ...)
; x-compiling (DEFUN STRING-GREATERP* ...)
; x-compiling (DEFUN STRING-NOT-LESSP* ...)
; x-compiling (DEFUN STRING-NOT-GREATERP* ...)
; x-compiling (DEFUN STRING-LESSP ...)
; x-compiling (DEFUN STRING-GREATERP ...)
; x-compiling (DEFUN STRING-NOT-LESSP ...)
; x-compiling (DEFUN STRING-NOT-GREATERP ...)
; x-compiling (DEFUN MAKE-STRING ...)
; x-compiling (FLET (#) ...)
; x-compiling (FLET (#) ...)
; x-compiling (FLET (#) ...)
; x-compiling (DEFUN GENERIC-STRING-TRIM ...)
; x-compiling (DEFUN STRING-LEFT-TRIM ...)
; x-compiling (DEFUN STRING-RIGHT-TRIM ...)
; x-compiling (DEFUN STRING-TRIM ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/string.lisp-obj-tmp written
; compilation finished in 0:00:01.472
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/mipsstrops.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN %SP-STRING-COMPARE ...)
; x-compiling (DEFUN %SP-REVERSE-STRING-COMPARE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/mipsstrops.lisp-obj-tmp written
; compilation finished in 0:00:00.048
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-time.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFCONSTANT SB-XC:INTERNAL-TIME-UNITS-PER-SECOND ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-time.lisp-obj-tmp written
; compilation finished in 0:00:00.004
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/unix.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!UNIX")
; x-compiling (/SHOW0 "unix.lisp 21")
; x-compiling (DEFUN C-STRINGS->STRING-LIST ...)
; x-compiling (DEFTYPE UNIX-PATHNAME ...)
; x-compiling (DEFTYPE UNIX-FD ...)
; x-compiling (DEFTYPE UNIX-FILE-MODE ...)
; x-compiling (DEFTYPE UNIX-PID ...)
; x-compiling (DEFTYPE UNIX-UID ...)
; x-compiling (DEFTYPE UNIX-GID ...)
; x-compiling (/SHOW0 "unix.lisp 74")
; x-compiling (DEFMACRO SYSCALL ...)
; x-compiling (DEFMACRO SYSCALL* ...)
; x-compiling (DEFMACRO INT-SYSCALL ...)
; x-compiling (DEFMACRO WITH-RESTARTED-SYSCALL ...)
; x-compiling (DEFMACRO VOID-SYSCALL ...)
; x-compiling (DEFINE-ALIEN-ROUTINE ("getenv" POSIX-GETENV) ...)
; x-compiling (DEFUN UNIX-RENAME ...)
; x-compiling (/SHOW0 "unix.lisp 220")
; x-compiling (DEFINE-ALIEN-TYPE FD-MASK ...)
; x-compiling (DEFINE-ALIEN-TYPE NIL ...)
; x-compiling (/SHOW0 "unix.lisp 304")
; x-compiling (DEFUN UNIX-OPEN ...)
; x-compiling (/SHOW0 "unix.lisp 391")
; x-compiling (DEFUN UNIX-CLOSE ...)
; x-compiling (DEFUN SB-MKSTEMP ...)
; x-compiling (DEFINE-ALIEN-TYPE NIL ...)
; x-compiling (DEFCONSTANT RUSAGE_SELF ...)
; x-compiling (DEFCONSTANT RUSAGE_CHILDREN ...)
; x-compiling (DEFCONSTANT RUSAGE_BOTH ...)
; x-compiling (DEFINE-ALIEN-TYPE NIL ...)
; x-compiling (DEFUN UNIX-ACCESS ...)
; x-compiling (DEFCONSTANT L_SET ...)
; x-compiling (DEFCONSTANT L_INCR ...)
; x-compiling (DEFCONSTANT L_XTND ...)
; x-compiling (DEFUN UNIX-ISATTY ...)
; x-compiling (DEFUN UNIX-LSEEK ...)
; x-compiling (DECLAIM (MAYBE-INLINE UNIX-READ))
; x-compiling (DEFUN UNIX-READ ...)
; x-compiling (DEFUN UNIX-WRITE ...)
; x-compiling (DEFUN UNIX-PIPE ...)
; x-compiling (DEFUN UNIX-MKDIR ...)
; x-compiling (DEFUN NEWCHARSTAR-STRING ...)
; x-compiling (DEFUN POSIX-GETCWD ...)
; x-compiling (DEFUN POSIX-GETCWD/ ...)
; x-compiling (DEFUN UNIX-DUP ...)
; x-compiling (DEFUN UNIX-EXIT ...)
; x-compiling (DEFINE-ALIEN-ROUTINE ("getpid" UNIX-GETPID) ...)
; x-compiling (DEFINE-ALIEN-ROUTINE ("getuid" UNIX-GETUID) ...)
; x-compiling (DEFUN UID-USERNAME ...)
; x-compiling (DEFUN UID-HOMEDIR ...)
; x-compiling (DEFUN USER-HOMEDIR ...)
; x-compiling (DEFUN UNIX-READLINK ...)
; x-compiling (DEFUN UNIX-REALPATH ...)
; x-compiling (DEFUN UNIX-UNLINK ...)
; x-compiling (DEFUN UNIX-GETHOSTNAME ...)
; x-compiling (DEFUN UNIX-SETSID ...)
; x-compiling (DEFUN UNIX-IOCTL ...)
; x-compiling (DECLAIM (INLINE UNIX-FAST-GETRUSAGE))
; x-compiling (DEFUN UNIX-FAST-GETRUSAGE ...)
; x-compiling (DEFUN UNIX-GETRUSAGE ...)
; x-compiling (DEFVAR *ON-DANGEROUS-WAIT* ...)
; x-compiling (DEFUN NOTE-DANGEROUS-WAIT ...)
; x-compiling (DEFMACRO WITH-FD-SETSIZE ...)
; x-compiling (DECLAIM (INLINE UNIX-FAST-SELECT))
; x-compiling (DEFUN UNIX-FAST-SELECT ...)
; x-compiling (DEFMACRO NUM-TO-FD-SET ...)
; x-compiling (DEFMACRO FD-SET-TO-NUM ...)
; x-compiling (DEFUN UNIX-SELECT ...)
; x-compiling (DEFMACRO FD-SET ...)
; x-compiling (DEFMACRO FD-CLR ...)
; x-compiling (DEFMACRO FD-ISSET ...)
; x-compiling (DEFMACRO FD-ZERO ...)
; x-compiling (DEFUN UNIX-SIMPLE-POLL ...)
; x-compiling (DEFINE-ALIEN-TYPE NIL ...)
; x-compiling (DECLAIM (INLINE %EXTRACT-STAT-RESULTS))
; x-compiling (DEFUN %EXTRACT-STAT-RESULTS ...)
; x-compiling (DEFUN UNIX-STAT ...)
; x-compiling (DEFUN UNIX-LSTAT ...)
; x-compiling (DEFUN UNIX-FSTAT ...)
; x-compiling (DEFUN FD-TYPE ...)
; x-compiling (DEFINE-ALIEN-TYPE NIL ...)
; x-compiling (DEFINE-ALIEN-TYPE NIL ...)
; x-compiling (DEFINE-ALIEN-ROUTINE GET-TIMEZONE ...)
; x-compiling (DEFUN NANOSLEEP ...)
; x-compiling (DEFUN UNIX-GET-SECONDS-WEST ...)
; x-compiling (DEFINE-ALIEN-TYPE NIL ...)
; x-compiling (DEFINE-ALIEN-TYPE NIL ...)
; x-compiling (DEFCONSTANT ITIMER-REAL ...)
; x-compiling (DEFCONSTANT ITIMER-VIRTUAL ...)
; x-compiling (DEFCONSTANT ITIMER-PROF ...)
; x-compiling (DEFUN UNIX-GETITIMER ...)
; x-compiling (DEFUN UNIX-SETITIMER ...)
; x-compiling (DEFCONSTANT MICRO-SECONDS-PER-INTERNAL-TIME-UNIT ...)
; x-compiling (DECLAIM (INLINE GET-TIME-OF-DAY))
; x-compiling (DEFUN GET-TIME-OF-DAY ...)
; x-compiling (DECLAIM (INLINE SYSTEM-INTERNAL-RUN-TIME ...))
; x-compiling (DEFUN SYSTEM-REAL-TIME-VALUES ...)
; x-compiling (LET (# # ...) ...)
; x-compiling (DEFUN SYSTEM-INTERNAL-RUN-TIME ...)
; x-compiling (DEFUN UNIX-GETTIMEOFDAY ...)
; x-compiling (DECLAIM (INLINE UNIX-OPENDIR))
; x-compiling (DEFUN UNIX-OPENDIR ...)
; x-compiling (DECLAIM (INLINE UNIX-READDIR))
; x-compiling (DEFUN UNIX-READDIR ...)
; x-compiling (DECLAIM (INLINE UNIX-CLOSEDIR))
; x-compiling (DEFUN UNIX-CLOSEDIR ...)
; x-compiling (DECLAIM (INLINE UNIX-DIRENT-NAME))
; x-compiling (DEFUN UNIX-DIRENT-NAME ...)
; x-compiling (DEFCONSTANT WSTOPPED ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/unix.lisp-obj-tmp written
; compilation finished in 0:00:02.727
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/common-os.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!SYS")
; x-compiling (DEFVAR *SOFTWARE-VERSION* ...)
; x-compiling (SB!ALIEN:DEFINE-ALIEN-VARIABLE ("posix_argv" *NATIVE-POSIX-ARGV*) ...)
; x-compiling (SB!ALIEN:DEFINE-ALIEN-VARIABLE ("core_string" *NATIVE-CORE-STRING*) ...)
; x-compiling (SB!ALIEN:DEFINE-ALIEN-ROUTINE OS-GET-RUNTIME-EXECUTABLE-PATH ...)
; x-compiling (SB!ALIEN:DEFINE-ALIEN-VARIABLE ("saved_runtime_path" *NATIVE-SAVED-RUNTIME-PATH*) ...)
; x-compiling (DEFUN OS-COLD-INIT-OR-REINIT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/common-os.lisp-obj-tmp written
; compilation finished in 0:00:00.245
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/bsd-os.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFINE-ALIEN-ROUTINE ("sysctl" %SYSCTL) ...)
; x-compiling (DEFINE-ALIEN-ROUTINE ("sysctlbyname" %SYSCTLBYNAME) ...)
; x-compiling (DEFUN SYSCTL ...)
; x-compiling (DEFUN SYSCTLBYNAME ...)
; x-compiling (DEFUN SOFTWARE-TYPE ...)
; x-compiling (DEFUN SOFTWARE-VERSION ...)
; x-compiling (DEFUN GET-SYSTEM-INFO ...)
; x-compiling (DEFUN GET-PAGE-SIZE ...)
; x-compiling (DEFUN GET-MACHINE-VERSION ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/bsd-os.lisp-obj-tmp written
; compilation finished in 0:00:01.094
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/sc-offset.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFCONSTANT-EQX SC-OFFSET-SCN-BYTE ...)
; x-compiling (DEFCONSTANT-EQX SC-OFFSET-OFFSET-BYTE ...)
; x-compiling (DEF!TYPE SC-OFFSET ...)
; x-compiling (DEFMACRO MAKE-SC-OFFSET ...)
; x-compiling (DEFMACRO SC-OFFSET-SCN ...)
; x-compiling (DEFMACRO SC-OFFSET-OFFSET ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/sc-offset.lisp-obj-tmp written
; compilation finished in 0:00:00.020
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/x86-64-vm.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!VM")
; x-compiling (DEFINE-ALIEN-TYPE OS-CONTEXT-T ...)
; x-compiling (DEFUN MACHINE-TYPE ...)
; x-compiling (DEFUN FIXUP-CODE-OBJECT ...)
; x-compiling (DECLAIM (INLINE CONTEXT-PC-ADDR))
; x-compiling (DEFINE-ALIEN-ROUTINE ("os_context_pc_addr" CONTEXT-PC-ADDR) ...)
; x-compiling (DECLAIM (INLINE CONTEXT-PC))
; x-compiling (DEFUN CONTEXT-PC ...)
; x-compiling (DECLAIM (INLINE CONTEXT-REGISTER-ADDR))
; x-compiling (DEFINE-ALIEN-ROUTINE ("os_context_register_addr" CONTEXT-REGISTER-ADDR) ...)
; x-compiling (DECLAIM (INLINE CONTEXT-REGISTER))
; x-compiling (DEFUN CONTEXT-REGISTER ...)
; x-compiling (DEFUN %SET-CONTEXT-REGISTER ...)
; x-compiling (DEFUN CONTEXT-FLOAT-REGISTER ...)
; x-compiling (DEFUN %SET-CONTEXT-FLOAT-REGISTER ...)
; x-compiling (DEFUN CONTEXT-FLOATING-POINT-MODES ...)
; x-compiling (DEFINE-ALIEN-ROUTINE ("arch_get_fp_modes" FLOATING-POINT-MODES) ...)
; x-compiling (DEFINE-ALIEN-ROUTINE ("arch_set_fp_modes" %FLOATING-POINT-MODES-SETTER) ...)
; x-compiling (DEFUN (SETF FLOATING-POINT-MODES) ...)
; x-compiling (DEFUN INTERNAL-ERROR-ARGS ...)
; x-compiling (DEFVAR *ALIEN-STACK*)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/x86-64-vm.lisp-obj-tmp written
; compilation finished in 0:00:00.359
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/target-signal.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!UNIX")
; x-compiling (DEFMACRO WITH-INTERRUPT-BINDINGS ...)
; x-compiling (DEFMACRO NLX-PROTECT ...)
; x-compiling (DEFUN INVOKE-INTERRUPTION ...)
; x-compiling (DEFMACRO IN-INTERRUPTION ...)
; x-compiling (DECLAIM (INLINE REAL-UNIX-KILL))
; x-compiling (DEFINE-ALIEN-ROUTINE ("kill" UNIX-KILL) ...)
; x-compiling (DECLAIM (INLINE REAL-UNIX-KILLPG))
; x-compiling (DEFINE-ALIEN-ROUTINE ("killpg" UNIX-KILLPG) ...)
; x-compiling (DECLAIM (INLINE %UNBLOCK-DEFERRABLE-SIGNALS ...))
; x-compiling (DEFINE-ALIEN-ROUTINE ("unblock_deferrable_signals" %UNBLOCK-DEFERRABLE-SIGNALS) ...)
; x-compiling (DEFINE-ALIEN-ROUTINE ("unblock_gc_signals" %UNBLOCK-GC-SIGNALS) ...)
; x-compiling (DEFUN UNBLOCK-DEFERRABLE-SIGNALS ...)
; x-compiling (DEFUN UNBLOCK-GC-SIGNALS ...)
; x-compiling (DEFINE-ALIEN-ROUTINE ("install_handler" INSTALL-HANDLER) ...)
; x-compiling (DEFUN ENABLE-INTERRUPT ...)
; x-compiling (DEFUN DEFAULT-INTERRUPT ...)
; x-compiling (DEFUN IGNORE-INTERRUPT ...)
; x-compiling (DEFINE-SIGNAL-HANDLER SIGILL-HANDLER ...)
; x-compiling (DEFINE-SIGNAL-HANDLER SIGEMT-HANDLER ...)
; x-compiling (DEFINE-SIGNAL-HANDLER SIGBUS-HANDLER ...)
; x-compiling (DEFINE-SIGNAL-HANDLER SIGSYS-HANDLER ...)
; x-compiling (DEFUN SIGINT-HANDLER ...)
; x-compiling (DEFUN SIGALRM-HANDLER ...)
; x-compiling (DEFUN SIGTERM-HANDLER ...)
; x-compiling (DEFUN SIGPIPE-HANDLER ...)
; x-compiling (DEFUN SIGCHLD-HANDLER ...)
; x-compiling (DEFUN SB!KERNEL:SIGNAL-COLD-INIT-OR-REINIT ...)
; x-compiling (DEFINE-ALIEN-ROUTINE ("siginfo_code" SIGINFO-CODE) ...)
; x-compiling (DEFUN RECEIVE-PENDING-INTERRUPT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/target-signal.lisp-obj-tmp written
; compilation finished in 0:00:00.628
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/symbol.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DECLAIM (MAYBE-INLINE GET ...))
; x-compiling (DEFUN SYMBOL-VALUE ...)
; x-compiling (DEFUN BOUNDP ...)
; x-compiling (DEFUN SET ...)
; x-compiling (DEFUN %SET-SYMBOL-VALUE ...)
; x-compiling (DEFUN SYMBOL-GLOBAL-VALUE ...)
; x-compiling (DEFUN SET-SYMBOL-GLOBAL-VALUE ...)
; x-compiling (DECLAIM (INLINE %MAKUNBOUND))
; x-compiling (DEFUN %MAKUNBOUND ...)
; x-compiling (DEFUN MAKUNBOUND ...)
; x-compiling (DEFUN SYMBOL-HASH ...)
; x-compiling (DEFUN SYMBOL-FUNCTION ...)
; x-compiling (DEFUN (SETF SYMBOL-FUNCTION) ...)
; x-compiling (DEFUN SYMBOL-PLIST ...)
; x-compiling (DEFUN %SET-SYMBOL-PLIST ...)
; x-compiling (DEFUN SYMBOL-NAME ...)
; x-compiling (DEFUN SYMBOL-PACKAGE ...)
; x-compiling (DEFUN %SET-SYMBOL-PACKAGE ...)
; x-compiling (DEFUN MAKE-SYMBOL ...)
; x-compiling (DEFUN GET ...)
; x-compiling (DEFUN GET2 ...)
; x-compiling (DEFUN GET3 ...)
; x-compiling (DEFUN %PUT ...)
; x-compiling (DEFUN REMPROP ...)
; x-compiling (DEFUN GETF ...)
; x-compiling (DEFUN %PUTF ...)
; x-compiling (DEFUN GET-PROPERTIES ...)
; x-compiling (DEFUN COPY-SYMBOL ...)
; x-compiling (DECLAIM (SPECIAL *KEYWORD-PACKAGE*))
; x-compiling (DEFUN KEYWORDP ...)
; x-compiling (DEFUN %MAKE-SYMBOL-NAME ...)
; x-compiling (DEFVAR *GENSYM-COUNTER* ...)
; x-compiling (DECLAIM (TYPE UNSIGNED-BYTE ...))
; x-compiling (DEFUN GENSYM ...)
; x-compiling (DEFVAR *GENTEMP-COUNTER* ...)
; x-compiling (DECLAIM (TYPE UNSIGNED-BYTE ...))
; x-compiling (DEFUN GENTEMP ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/symbol.lisp-obj-tmp written
; compilation finished in 0:00:00.240
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/bignum.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!BIGNUM")
; x-compiling (DEFCONSTANT DIGIT-SIZE ...)
; x-compiling (DEFCONSTANT MAXIMUM-BIGNUM-LENGTH ...)
; x-compiling (DEFCONSTANT ALL-ONES-DIGIT ...)
; x-compiling (DEFUN %ALLOCATE-BIGNUM ...)
; x-compiling (DEFUN %BIGNUM-LENGTH ...)
; x-compiling (DEFUN %BIGNUM-REF ...)
; x-compiling (DEFUN %BIGNUM-SET ...)
; x-compiling (DEFUN %DIGIT-0-OR-PLUSP ...)
; x-compiling (DECLAIM (INLINE %BIGNUM-0-OR-PLUSP))
; x-compiling (DEFUN %BIGNUM-0-OR-PLUSP ...)
; x-compiling (DEFUN %ADD-WITH-CARRY ...)
; x-compiling (DEFUN %SUBTRACT-WITH-BORROW ...)
; x-compiling (DEFUN %MULTIPLY ...)
; x-compiling (DEFUN %MULTIPLY-AND-ADD ...)
; x-compiling (DEFUN %LOGNOT ...)
; x-compiling (DECLAIM (INLINE %LOGAND ...))
; x-compiling (DEFUN %LOGAND ...)
; x-compiling (DEFUN %LOGIOR ...)
; x-compiling (DEFUN %LOGXOR ...)
; x-compiling (DEFUN %FIXNUM-TO-DIGIT ...)
; x-compiling (DEFUN %BIGFLOOR ...)
; x-compiling (DEFUN %FIXNUM-DIGIT-WITH-CORRECT-SIGN ...)
; x-compiling (DEFUN %ASHR ...)
; x-compiling (DEFUN %ASHL ...)
; x-compiling (DEFUN %DIGIT-LOGICAL-SHIFT-RIGHT ...)
; x-compiling (DEFUN %BIGNUM-SET-LENGTH ...)
; x-compiling (DECLAIM (INLINE %SIGN-DIGIT))
; x-compiling (DEFUN %SIGN-DIGIT ...)
; x-compiling (DECLAIM (INLINE %DIGIT-COMPARE ...))
; x-compiling (DEFUN %DIGIT-COMPARE ...)
; x-compiling (DEFUN %DIGIT-GREATER ...)
; x-compiling (DECLAIM (OPTIMIZE # ...))
; x-compiling (DEFUN ADD-BIGNUMS ...)
; x-compiling (DEFUN FINISH-ADD ...)
; x-compiling (DEFUN SUBTRACT-BIGNUM ...)
; x-compiling (DEFUN SUBTRACT-BIGNUM-BUFFERS-WITH-LEN ...)
; x-compiling (DEFUN SUBTRACT-BIGNUM-BUFFERS ...)
; x-compiling (DEFUN MULTIPLY-BIGNUMS ...)
; x-compiling (DEFUN MULTIPLY-BIGNUM-AND-FIXNUM ...)
; x-compiling (DEFUN MULTIPLY-FIXNUMS ...)
; x-compiling (SB-XC:DEFMACRO GCD-ASSERT ...)
; x-compiling (SB-XC:DEFMACRO MODULARLY ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN BIGNUM-FACTORS-OF-TWO ...)
; x-compiling (DECLAIM (INLINE MULTIPLY-BIGNUM-BUFFER-AND-SMALLNUM-TO-BUFFER))
; x-compiling (DEFUN MULTIPLY-BIGNUM-BUFFER-AND-SMALLNUM-TO-BUFFER ...)
; x-compiling (DECLAIM (INLINE BMOD))
; x-compiling (DEFUN BMOD ...)
; x-compiling (DEFUN DMOD ...)
; x-compiling (DEFCONSTANT LOWER-ONES-DIGIT ...)
; x-compiling (DEFUN REDUCED-RATIO-MOD ...)
; x-compiling (DEFUN COPY-BIGNUM ...)
; x-compiling (DECLAIM (INLINE MAKE-SMALL-BIGNUM))
; x-compiling (DEFUN MAKE-SMALL-BIGNUM ...)
; x-compiling (DEFPARAMETER *ACCELERATED-GCD-CUTOFF* ...)
; x-compiling (DEFUN BIGNUM-GCD ...)
; x-compiling (DEFUN BIGNUM-MOD-GCD ...)
; x-compiling (DEFUN BIGNUM-BINARY-GCD ...)
; x-compiling (DEFUN BIGNUM-GCD-ORDER-AND-SUBTRACT ...)
; x-compiling (DEFUN MAKE-GCD-BIGNUM-ODD ...)
; x-compiling (DEFUN NEGATE-BIGNUM ...)
; x-compiling (DEFUN NEGATE-BIGNUM-BUFFER-IN-PLACE ...)
; x-compiling (DEFUN NEGATE-BIGNUM-IN-PLACE ...)
; x-compiling (DEFUN BIGNUM-ABS-BUFFER ...)
; x-compiling (DEFUN BIGNUM-ASHIFT-RIGHT ...)
; x-compiling (DEFUN BIGNUM-ASHIFT-RIGHT-DIGITS ...)
; x-compiling (DEFUN BIGNUM-BUFFER-ASHIFT-RIGHT ...)
; x-compiling (DEFUN BIGNUM-ASHIFT-LEFT ...)
; x-compiling (DEFUN BIGNUM-ASHIFT-LEFT-DIGITS ...)
; x-compiling (DEFUN BIGNUM-ASHIFT-LEFT-UNALIGNED ...)
; x-compiling (DEFUN BIGNUM-PLUS-P ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN BIGNUM-COMPARE ...)
; x-compiling (DEFUN SINGLE-FLOAT-FROM-BITS ...)
; x-compiling (DEFUN DOUBLE-FLOAT-FROM-BITS ...)
; x-compiling (DEFUN BIGNUM-TO-FLOAT ...)
; x-compiling (DEFUN BIGNUM-BUFFER-INTEGER-LENGTH ...)
; x-compiling (DEFUN BIGNUM-INTEGER-LENGTH ...)
; x-compiling (DEFUN BIGNUM-LOGBITP ...)
; x-compiling (DEFUN BIGNUM-LOGCOUNT ...)
; x-compiling (DEFUN BIGNUM-LOGICAL-NOT ...)
; x-compiling (DEFUN BIGNUM-LOGICAL-AND ...)
; x-compiling (DEFUN LOGAND-SHORTER-POSITIVE ...)
; x-compiling (DEFUN LOGAND-SHORTER-NEGATIVE ...)
; x-compiling (DEFUN BIGNUM-LOGICAL-IOR ...)
; x-compiling (DEFUN LOGIOR-SHORTER-POSITIVE ...)
; x-compiling (DEFUN LOGIOR-SHORTER-NEGATIVE ...)
; x-compiling (DEFUN BIGNUM-LOGICAL-XOR ...)
; x-compiling (DEFUN BIGNUM-LOGICAL-XOR-AUX ...)
; x-compiling (DEFUN BIGNUM-TRUNCATE ...)
; x-compiling (DECLAIM (MAYBE-INLINE %NORMALIZE-BIGNUM-BUFFER))
; x-compiling (DEFUN %NORMALIZE-BIGNUM-BUFFER ...)
; x-compiling (DEFUN %NORMALIZE-BIGNUM ...)
; x-compiling (DEFUN %MOSTLY-NORMALIZE-BIGNUM ...)
; x-compiling (DEFUN SXHASH-BIGNUM ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/bignum.lisp-obj-tmp written
; compilation finished in 0:00:02.434
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/numbers.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFUN PARSE-NUMBER-DISPATCH ...)
; x-compiling (DEFPARAMETER *TYPE-TEST-ORDERING* ...)
; x-compiling (DEFUN TYPE-TEST-ORDER ...)
; x-compiling (DEFUN GENERATE-NUMBER-DISPATCH ...)
; x-compiling (DEFMACRO NUMBER-DISPATCH ...)
; x-compiling (DECLAIM (INLINE CANONICAL-COMPLEX))
; x-compiling (DEFUN CANONICAL-COMPLEX ...)
; x-compiling (DECLAIM (INLINE BUILD-RATIO))
; x-compiling (DEFUN BUILD-RATIO ...)
; x-compiling (DECLAIM (INLINE MAYBE-TRUNCATE))
; x-compiling (DEFUN MAYBE-TRUNCATE ...)
; x-compiling (DEFUN COMPLEX ...)
; x-compiling (DEFUN REALPART ...)
; x-compiling (DEFUN IMAGPART ...)
; x-compiling (DEFUN CONJUGATE ...)
; x-compiling (DEFUN SIGNUM ...)
; x-compiling (DEFUN NUMERATOR ...)
; x-compiling (DEFUN DENOMINATOR ...)
; x-compiling (DEFINE-ARITH + ...)
; x-compiling (DEFINE-ARITH * ...)
; x-compiling (DEFUN - ...)
; x-compiling (DEFUN / ...)
; x-compiling (DEFUN 1+ ...)
; x-compiling (DEFUN 1- ...)
; x-compiling (TWO-ARG-+/- TWO-ARG-+ ...)
; x-compiling (TWO-ARG-+/- TWO-ARG-- ...)
; x-compiling (DEFUN TWO-ARG-* ...)
; x-compiling (DEFUN INTEGER-/-INTEGER ...)
; x-compiling (DEFUN TWO-ARG-/ ...)
; x-compiling (DEFUN %NEGATE ...)
; x-compiling (DEFUN TRUNCATE ...)
; x-compiling (DEFUN %MULTIPLY-HIGH ...)
; x-compiling (DECLAIM (INLINE REM ...))
; x-compiling (DEFUN %FLOOR ...)
; x-compiling (DEFUN FLOOR ...)
; x-compiling (DEFUN %CEILING ...)
; x-compiling (DEFUN CEILING ...)
; x-compiling (DEFUN ROUND ...)
; x-compiling (DEFUN REM ...)
; x-compiling (DEFUN MOD ...)
; x-compiling (DEFMACRO !DEFINE-FLOAT-ROUNDING-FUNCTION ...)
; x-compiling (DEFUN FTRUNCATE ...)
; x-compiling (DEFUN FFLOOR ...)
; x-compiling (DEFUN FCEILING ...)
; x-compiling (DEFUN FROUND ...)
; x-compiling (DEFUN = ...)
; x-compiling (DEFUN /= ...)
; x-compiling (DEFUN < ...)
; x-compiling (DEFUN > ...)
; x-compiling (DEFUN <= ...)
; x-compiling (DEFUN >= ...)
; x-compiling (DEFUN MAX ...)
; x-compiling (DEFUN MIN ...)
; x-compiling (DEF-TWO-ARG-</> TWO-ARG-< ...)
; x-compiling (DEF-TWO-ARG-</> TWO-ARG-> ...)
; x-compiling (DEFUN TWO-ARG-= ...)
; x-compiling (DEFUN LOGIOR ...)
; x-compiling (DEFUN LOGXOR ...)
; x-compiling (DEFUN LOGAND ...)
; x-compiling (DEFUN LOGEQV ...)
; x-compiling (DEFUN LOGNOT ...)
; x-compiling (DEF TWO-ARG-AND ...)
; x-compiling (DEF TWO-ARG-IOR ...)
; x-compiling (DEF TWO-ARG-XOR ...)
; x-compiling (DEF TWO-ARG-EQV ...)
; x-compiling (DEF LOGNAND ...)
; x-compiling (DEF LOGNOR ...)
; x-compiling (DEF LOGANDC1 ...)
; x-compiling (DEF LOGANDC2 ...)
; x-compiling (DEF LOGORC1 ...)
; x-compiling (DEF LOGORC2 ...)
; x-compiling (DEFUN LOGCOUNT ...)
; x-compiling (DEFUN LOGTEST ...)
; x-compiling (DEFUN LOGBITP ...)
; x-compiling (DEFUN ASH ...)
; x-compiling (DEFUN INTEGER-LENGTH ...)
; x-compiling (DEFUN BYTE ...)
; x-compiling (DEFUN BYTE-SIZE ...)
; x-compiling (DEFUN BYTE-POSITION ...)
; x-compiling (DEFUN LDB ...)
; x-compiling (DEFUN LDB-TEST ...)
; x-compiling (DEFUN MASK-FIELD ...)
; x-compiling (DEFUN DPB ...)
; x-compiling (DEFUN DEPOSIT-FIELD ...)
; x-compiling (DEFUN %LDB ...)
; x-compiling (DEFUN %MASK-FIELD ...)
; x-compiling (DEFUN %DPB ...)
; x-compiling (DEFUN %DEPOSIT-FIELD ...)
; x-compiling (DEFUN SB!C::MASK-SIGNED-FIELD ...)
; x-compiling (DEFCONSTANT BOOLE-CLR ...)
; x-compiling (DEFCONSTANT BOOLE-SET ...)
; x-compiling (DEFCONSTANT BOOLE-1 ...)
; x-compiling (DEFCONSTANT BOOLE-2 ...)
; x-compiling (DEFCONSTANT BOOLE-C1 ...)
; x-compiling (DEFCONSTANT BOOLE-C2 ...)
; x-compiling (DEFCONSTANT BOOLE-AND ...)
; x-compiling (DEFCONSTANT BOOLE-IOR ...)
; x-compiling (DEFCONSTANT BOOLE-XOR ...)
; x-compiling (DEFCONSTANT BOOLE-EQV ...)
; x-compiling (DEFCONSTANT BOOLE-NAND ...)
; x-compiling (DEFCONSTANT BOOLE-NOR ...)
; x-compiling (DEFCONSTANT BOOLE-ANDC1 ...)
; x-compiling (DEFCONSTANT BOOLE-ANDC2 ...)
; x-compiling (DEFCONSTANT BOOLE-ORC1 ...)
; x-compiling (DEFCONSTANT BOOLE-ORC2 ...)
; x-compiling (DEFUN BOOLE ...)
; x-compiling (DEFUN GCD ...)
; x-compiling (DEFUN LCM ...)
; x-compiling (DEFUN TWO-ARG-LCM ...)
; x-compiling (DEFUN TWO-ARG-GCD ...)
; x-compiling (DEFUN ISQRT ...)
; x-compiling (DEF ZEROP ...)
; x-compiling (DEF PLUSP ...)
; x-compiling (DEF MINUSP ...)
; x-compiling (DEF ODDP ...)
; x-compiling (DEF EVENP ...)
; x-compiling (DEFUN SB!VM::*-MOD64 ...)
; x-compiling (DEFUN SB!VM::*-MODFX ...)
; x-compiling (DEFUN SB!VM::+-MOD64 ...)
; x-compiling (DEFUN SB!VM::+-MODFX ...)
; x-compiling (DEFUN SB!VM::--MOD64 ...)
; x-compiling (DEFUN SB!VM::--MODFX ...)
; x-compiling (DEFUN SB!VM::LOGNOT-MOD64 ...)
; x-compiling (DEFUN SB!VM::ASH-LEFT-MOD64 ...)
; x-compiling (DEFUN SB!VM::ASH-LEFT-MODFX ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/numbers.lisp-obj-tmp written
; compilation finished in 0:00:01.495
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/float-trap.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!VM")
; x-compiling (DEFPARAMETER *FLOAT-TRAP-ALIST* ...)
; x-compiling (DEFPARAMETER *ROUNDING-MODE-ALIST* ...)
; x-compiling (DEFUN FLOAT-TRAP-MASK ...)
; x-compiling (DEFUN SET-FLOATING-POINT-MODES ...)
; x-compiling (DEFUN GET-FLOATING-POINT-MODES ...)
; x-compiling (DEFVAR *SAVED-FLOATING-POINT-MODES* ...)
; x-compiling (DEFUN FLOAT-COLD-INIT-OR-REINIT ...)
; x-compiling (DEFUN FLOAT-DEINIT ...)
; x-compiling (DEFMACRO CURRENT-FLOAT-TRAP ...)
; x-compiling (DEFPARAMETER *SIGFPE-CODE-ERROR-ALIST* ...)
; x-compiling (DEFUN SIGFPE-HANDLER ...)
; x-compiling (DEFMACRO WITH-FLOAT-TRAPS-MASKED ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/float-trap.lisp-obj-tmp written
; compilation finished in 0:00:00.061
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/float.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DECLAIM (MAYBE-INLINE FLOAT-DENORMALIZED-P ...))
; x-compiling (DEFUN FLOAT-DENORMALIZED-P ...)
; x-compiling (DEFMACRO !DEFINE-FLOAT-DISPATCHING-FUNCTION ...)
; x-compiling (!DEFINE-FLOAT-DISPATCHING-FUNCTION FLOAT-INFINITY-P ...)
; x-compiling (!DEFINE-FLOAT-DISPATCHING-FUNCTION FLOAT-NAN-P ...)
; x-compiling (!DEFINE-FLOAT-DISPATCHING-FUNCTION FLOAT-TRAPPING-NAN-P ...)
; x-compiling (DECLAIM (MAYBE-INLINE FLOAT-PRECISION))
; x-compiling (DEFUN FLOAT-PRECISION ...)
; x-compiling (DEFUN FLOAT-SIGN ...)
; x-compiling (DEFUN FLOAT-FORMAT-DIGITS ...)
; x-compiling (DECLAIM (INLINE FLOAT-DIGITS ...))
; x-compiling (DEFUN FLOAT-DIGITS ...)
; x-compiling (DEFUN FLOAT-RADIX ...)
; x-compiling (DECLAIM (MAYBE-INLINE INTEGER-DECODE-SINGLE-FLOAT ...))
; x-compiling (DEFUN INTEGER-DECODE-SINGLE-DENORM ...)
; x-compiling (DEFUN INTEGER-DECODE-SINGLE-FLOAT ...)
; x-compiling (DEFUN INTEGER-DECODE-DOUBLE-DENORM ...)
; x-compiling (DEFUN INTEGER-DECODE-DOUBLE-FLOAT ...)
; x-compiling (DEFUN INTEGER-DECODE-FLOAT ...)
; x-compiling (DECLAIM (MAYBE-INLINE DECODE-SINGLE-FLOAT ...))
; x-compiling (DEFUN DECODE-SINGLE-DENORM ...)
; x-compiling (DEFUN DECODE-SINGLE-FLOAT ...)
; x-compiling (DEFUN DECODE-DOUBLE-DENORM ...)
; x-compiling (DEFUN DECODE-DOUBLE-FLOAT ...)
; x-compiling (DEFUN DECODE-FLOAT ...)
; x-compiling (DECLAIM (MAYBE-INLINE SCALE-SINGLE-FLOAT ...))
; x-compiling (DEFUN SCALE-FLOAT-MAYBE-UNDERFLOW ...)
; x-compiling (DEFUN SCALE-FLOAT-MAYBE-OVERFLOW ...)
; x-compiling (DEFUN SCALE-SINGLE-FLOAT ...)
; x-compiling (DEFUN SCALE-DOUBLE-FLOAT ...)
; x-compiling (DEFUN SCALE-FLOAT ...)
; x-compiling (DEFUN FLOAT ...)
; x-compiling (FROB %SINGLE-FLOAT ...)
; x-compiling (FROB %DOUBLE-FLOAT ...)
; x-compiling (DEFUN FLOAT-RATIO ...)
; x-compiling (DEFUN %UNARY-TRUNCATE ...)
; x-compiling (DEF SINGLE-FLOAT ...)
; x-compiling (DEF DOUBLE-FLOAT ...)
; x-compiling (DEFUN %UNARY-ROUND ...)
; x-compiling (DEFUN %UNARY-FTRUNCATE ...)
; x-compiling (DEFUN RATIONAL ...)
; x-compiling (DEFUN RATIONALIZE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/float.lisp-obj-tmp written
; compilation finished in 0:00:00.312
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/irrat.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFCONSTANT PI ...)
; x-compiling (DEF %SQRT ...)
; x-compiling (DEF-MATH-RTN "sin" ...)
; x-compiling (DEF-MATH-RTN "cos" ...)
; x-compiling (DEF-MATH-RTN "tan" ...)
; x-compiling (DEF-MATH-RTN "atan" ...)
; x-compiling (DEF-MATH-RTN "atan2" ...)
; x-compiling (DEF-MATH-RTN "acos" ...)
; x-compiling (DEF-MATH-RTN "asin" ...)
; x-compiling (DEF-MATH-RTN "cosh" ...)
; x-compiling (DEF-MATH-RTN "sinh" ...)
; x-compiling (DEF-MATH-RTN "tanh" ...)
; x-compiling (DEF-MATH-RTN "asinh" ...)
; x-compiling (DEF-MATH-RTN "acosh" ...)
; x-compiling (DEF-MATH-RTN "atanh" ...)
; x-compiling (DEF-MATH-RTN "exp" ...)
; x-compiling (DEF-MATH-RTN "log" ...)
; x-compiling (DEF-MATH-RTN "log10" ...)
; x-compiling (DEF-MATH-RTN "pow" ...)
; x-compiling (DEF-MATH-RTN "hypot" ...)
; x-compiling (DEF-MATH-RTN "log1p" ...)
; x-compiling (DEFUN EXP ...)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFPARAMETER *INTEXP-MAXIMUM-EXPONENT* ...)
; x-compiling (DEFUN INTEXP ...)
; x-compiling (DEFUN EXPT ...)
; x-compiling (DEFUN LOG2 ...)
; x-compiling (DEFUN LOG ...)
; x-compiling (DEFUN SQRT ...)
; x-compiling (DEFUN ABS ...)
; x-compiling (DEFUN PHASE ...)
; x-compiling (DEFUN SIN ...)
; x-compiling (DEFUN COS ...)
; x-compiling (DEFUN TAN ...)
; x-compiling (DEFUN CIS ...)
; x-compiling (DEFUN ASIN ...)
; x-compiling (DEFUN ACOS ...)
; x-compiling (DEFUN ATAN ...)
; x-compiling (DEFUN SINH ...)
; x-compiling (DEFUN COSH ...)
; x-compiling (DEFUN TANH ...)
; x-compiling (DEFUN ASINH ...)
; x-compiling (DEFUN ACOSH ...)
; x-compiling (DEFUN ATANH ...)
; x-compiling (DECLAIM (INLINE SQUARE))
; x-compiling (DEFUN SQUARE ...)
; x-compiling (DECLAIM (INLINE SCALB))
; x-compiling (DEFUN SCALB ...)
; x-compiling (DECLAIM (INLINE LOGB-FINITE))
; x-compiling (DEFUN LOGB-FINITE ...)
; x-compiling (DEFUN LOGB ...)
; x-compiling (DECLAIM (INLINE COERCE-TO-COMPLEX-TYPE))
; x-compiling (DEFUN COERCE-TO-COMPLEX-TYPE ...)
; x-compiling (DEFUN CSSQS ...)
; x-compiling (DEFUN COMPLEX-SQRT ...)
; x-compiling (DEFUN COMPLEX-LOG-SCALED ...)
; x-compiling (DEFUN COMPLEX-LOG ...)
; x-compiling (DEFUN COMPLEX-ATANH ...)
; x-compiling (DEFUN COMPLEX-TANH ...)
; x-compiling (DEFUN COMPLEX-ACOS ...)
; x-compiling (DEFUN COMPLEX-ACOSH ...)
; x-compiling (DEFUN COMPLEX-ASIN ...)
; x-compiling (DEFUN COMPLEX-ASINH ...)
; x-compiling (DEFUN COMPLEX-ATAN ...)
; x-compiling (DEFUN COMPLEX-TAN ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/irrat.lisp-obj-tmp written
; compilation finished in 0:00:04.973
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/char.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEF!CONSTANT SB-XC:CHAR-CODE-LIMIT ...)
; x-compiling (DEF!CONSTANT BASE-CHAR-CODE-LIMIT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/char.lisp-obj-tmp written
; compilation finished in 0:00:00.006
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/huffman.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFSTRUCT (HUFFMAN-NODE #) ...)
; x-compiling (DEFSTRUCT (HUFFMAN-PAIR # ...) ...)
; x-compiling (DEFUN HUFFMAN-WEIGHTS ...)
; x-compiling (DEFUN MAKE-HUFFMAN-TREE ...)
; x-compiling (DEFUN HUFFMAN-DECODE ...)
; x-compiling (DEFUN HUFFMAN-MATCH ...)
; x-compiling (DEFUN HUFFMAN-ENCODE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/huffman.lisp-obj-tmp written
; compilation finished in 0:00:00.324
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/target-char.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DECLAIM (INLINE STANDARD-CHAR-P ...))
; x-compiling (DECLAIM (MAYBE-INLINE DIGIT-CHAR-P ...))
; x-compiling (DEFTYPE CHAR-CODE ...)
; x-compiling (DEFVAR *UNICODE-CHARACTER-NAME-DATABASE*)
; x-compiling (DEFVAR *UNICODE-CHARACTER-NAME-HUFFMAN-TREE*)
; x-compiling (FROB)
; x-compiling (DEFPARAMETER *BASE-CHAR-NAME-ALIST* ...)
; x-compiling (DEFUN UCD-INDEX ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN UCD-VALUE-0 ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN UCD-VALUE-1 ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN UCD-GENERAL-CATEGORY ...)
; x-compiling (DEFUN UCD-DECIMAL-DIGIT ...)
; x-compiling (DEFUN CHAR-CODE ...)
; x-compiling (DEFUN CHAR-INT ...)
; x-compiling (DEFUN CODE-CHAR ...)
; x-compiling (DEFUN CHARACTER ...)
; x-compiling (DEFUN CHAR-NAME ...)
; x-compiling (DEFUN NAME-CHAR ...)
; x-compiling (DEFUN STANDARD-CHAR-P ...)
; x-compiling (DEFUN %STANDARD-CHAR-P ...)
; x-compiling (DEFUN GRAPHIC-CHAR-P ...)
; x-compiling (DEFUN ALPHA-CHAR-P ...)
; x-compiling (DEFUN UPPER-CASE-P ...)
; x-compiling (DEFUN LOWER-CASE-P ...)
; x-compiling (DEFUN BOTH-CASE-P ...)
; x-compiling (DEFUN DIGIT-CHAR-P ...)
; x-compiling (DEFUN ALPHANUMERICP ...)
; x-compiling (DEFUN CHAR= ...)
; x-compiling (DEFUN CHAR/= ...)
; x-compiling (DEFUN CHAR< ...)
; x-compiling (DEFUN CHAR> ...)
; x-compiling (DEFUN CHAR<= ...)
; x-compiling (DEFUN CHAR>= ...)
; x-compiling (DEFMACRO EQUAL-CHAR-CODE ...)
; x-compiling (DEFUN TWO-ARG-CHAR-EQUAL ...)
; x-compiling (DEFUN CHAR-EQUAL ...)
; x-compiling (DEFUN TWO-ARG-CHAR-NOT-EQUAL ...)
; x-compiling (DEFUN CHAR-NOT-EQUAL ...)
; x-compiling (DEFUN TWO-ARG-CHAR-LESSP ...)
; x-compiling (DEFUN CHAR-LESSP ...)
; x-compiling (DEFUN TWO-ARG-CHAR-GREATERP ...)
; x-compiling (DEFUN CHAR-GREATERP ...)
; x-compiling (DEFUN TWO-ARG-CHAR-NOT-GREATERP ...)
; x-compiling (DEFUN CHAR-NOT-GREATERP ...)
; x-compiling (DEFUN TWO-ARG-CHAR-NOT-LESSP ...)
; x-compiling (DEFUN CHAR-NOT-LESSP ...)
; x-compiling (DEFUN CHAR-UPCASE ...)
; x-compiling (DEFUN CHAR-DOWNCASE ...)
; x-compiling (DEFUN DIGIT-CHAR ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/target-char.lisp-obj-tmp written
; compilation finished in 0:00:01.736
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/target-misc.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN FUNCTION-LAMBDA-EXPRESSION ...)
; x-compiling (DEFUN %FUN-FUN ...)
; x-compiling (DEFUN %FUN-LAMBDA-LIST ...)
; x-compiling (DEFUN (SETF %FUN-LAMBDA-LIST) ...)
; x-compiling (DEFUN %FUN-TYPE ...)
; x-compiling (DEFUN %FUN-NAME ...)
; x-compiling (DEFUN (SETF %FUN-NAME) ...)
; x-compiling (DEFUN %FUN-DOC ...)
; x-compiling (DEFUN (SETF %FUN-DOC) ...)
; x-compiling (DEFVAR *FEATURES* ...)
; x-compiling (DEFUN MACHINE-INSTANCE ...)
; x-compiling (DEFVAR *MACHINE-VERSION*)
; x-compiling (DEFUN MACHINE-VERSION ...)
; x-compiling (DEFVAR *SHORT-SITE-NAME* ...)
; x-compiling (DEFVAR *LONG-SITE-NAME* ...)
; x-compiling (DEFUN SHORT-SITE-NAME ...)
; x-compiling (DEFUN LONG-SITE-NAME ...)
; x-compiling (DEFVAR *ED-FUNCTIONS* ...)
; x-compiling (DEFUN ED ...)
; x-compiling (DEFVAR *PREVIOUS-DRIBBLE-STREAMS* ...)
; x-compiling (DEFVAR *DRIBBLE-STREAM* ...)
; x-compiling (DEFUN DRIBBLE ...)
; x-compiling (DEFUN %BYTE-BLT ...)
; x-compiling (DEFVAR *LOAD-PRINT* ...)
; x-compiling (DEFVAR *LOAD-VERBOSE* ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/target-misc.lisp-obj-tmp written
; compilation finished in 0:00:01.027
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/misc.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN SB-XC:LISP-IMPLEMENTATION-TYPE ...)
; x-compiling (DEFUN SB-XC:LISP-IMPLEMENTATION-VERSION ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/misc.lisp-obj-tmp written
; compilation finished in 0:00:00.009
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/room.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!VM")
; x-compiling (DECLAIM (SPECIAL *READ-ONLY-SPACE-FREE-POINTER* ...))
; x-compiling (DEF!STRUCT (ROOM-INFO #) ...)
; x-compiling (DEFPARAMETER *ROOM-INFO* ...)
; x-compiling (DEFTYPE SPACES ...)
; x-compiling (DECLAIM (TYPE FIXNUM ...))
; x-compiling (DEFUN SPACE-BOUNDS ...)
; x-compiling (DEFUN SPACE-BYTES ...)
; x-compiling (DECLAIM (INLINE ROUND-TO-DUALWORD))
; x-compiling (DEFUN ROUND-TO-DUALWORD ...)
; x-compiling (DECLAIM (INLINE VECTOR-TOTAL-SIZE))
; x-compiling (DEFUN VECTOR-TOTAL-SIZE ...)
; x-compiling (DEFINE-ALIEN-TYPE (STRUCT PAGE) ...)
; x-compiling (DECLAIM (INLINE FIND-PAGE-INDEX))
; x-compiling (DEFINE-ALIEN-ROUTINE "find_page_index" ...)
; x-compiling (DEFINE-ALIEN-VARIABLE "page_table" ...)
; x-compiling (DECLAIM (MAYBE-INLINE MAP-ALLOCATED-OBJECTS))
; x-compiling (DEFUN MAP-ALLOCATED-OBJECTS ...)
; x-compiling (DEFUN TYPE-BREAKDOWN ...)
; x-compiling (DEFUN PRINT-SUMMARY ...)
; x-compiling (DEFUN REPORT-SPACE-TOTAL ...)
; x-compiling (DEFUN MEMORY-USAGE ...)
; x-compiling (DEFUN COUNT-NO-OPS ...)
; x-compiling (DEFUN DESCRIPTOR-VS-NON-DESCRIPTOR-STORAGE ...)
; x-compiling (DEFUN INSTANCE-USAGE ...)
; x-compiling (DEFUN PRINT-ALLOCATED-OBJECTS ...)
; x-compiling (DEFVAR *IGNORE-AFTER* ...)
; x-compiling (DEFUN VALID-OBJ ...)
; x-compiling (DEFUN MAYBE-CONS ...)
; x-compiling (DEFUN LIST-ALLOCATED-OBJECTS ...)
; x-compiling (DEFUN MAP-STACK-REFERENCES ...)
; x-compiling (DEFUN MAP-REFERENCING-OBJECTS ...)
; x-compiling (DEFUN LIST-REFERENCING-OBJECTS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/room.lisp-obj-tmp written
; compilation finished in 0:00:12.883
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/stream.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFVAR *TERMINAL-IO* ...)
; x-compiling (DEFVAR *STANDARD-INPUT* ...)
; x-compiling (DEFVAR *STANDARD-OUTPUT* ...)
; x-compiling (DEFVAR *ERROR-OUTPUT* ...)
; x-compiling (DEFVAR *QUERY-IO* ...)
; x-compiling (DEFVAR *TRACE-OUTPUT* ...)
; x-compiling (DEFVAR *DEBUG-IO* ...)
; x-compiling (DEFUN ILL-IN ...)
; x-compiling (DEFUN ILL-OUT ...)
; x-compiling (DEFUN ILL-BIN ...)
; x-compiling (DEFUN ILL-BOUT ...)
; x-compiling (DEFUN CLOSED-FLAME ...)
; x-compiling (DEFUN NO-OP-PLACEHOLDER ...)
; x-compiling (DEFUN ANSI-STREAM-INPUT-STREAM-P ...)
; x-compiling (DEFUN INPUT-STREAM-P ...)
; x-compiling (DEFUN ANSI-STREAM-OUTPUT-STREAM-P ...)
; x-compiling (DEFUN OUTPUT-STREAM-P ...)
; x-compiling (DECLAIM (INLINE ANSI-STREAM-OPEN-STREAM-P))
; x-compiling (DEFUN ANSI-STREAM-OPEN-STREAM-P ...)
; x-compiling (DEFUN OPEN-STREAM-P ...)
; x-compiling (DECLAIM (INLINE ANSI-STREAM-ELEMENT-TYPE))
; x-compiling (DEFUN ANSI-STREAM-ELEMENT-TYPE ...)
; x-compiling (DEFUN STREAM-ELEMENT-TYPE ...)
; x-compiling (DEFUN STREAM-EXTERNAL-FORMAT ...)
; x-compiling (DEFUN INTERACTIVE-STREAM-P ...)
; x-compiling (DECLAIM (INLINE ANSI-STREAM-CLOSE))
; x-compiling (DEFUN ANSI-STREAM-CLOSE ...)
; x-compiling (DEFUN CLOSE ...)
; x-compiling (DEFUN SET-CLOSED-FLAME ...)
; x-compiling (DEFUN EXTERNAL-FORMAT-CHAR-SIZE ...)
; x-compiling (DECLAIM (INLINE ANSI-STREAM-FILE-POSITION))
; x-compiling (DEFUN ANSI-STREAM-FILE-POSITION ...)
; x-compiling (DEFUN FILE-POSITION ...)
; x-compiling (DEFUN STREAM-ASSOCIATED-WITH-FILE-P ...)
; x-compiling (DEFUN STREAM-MUST-BE-ASSOCIATED-WITH-FILE ...)
; x-compiling (DEFUN FILE-LENGTH ...)
; x-compiling (DEFUN FILE-STRING-LENGTH ...)
; x-compiling (DEFUN ANSI-STREAM-READ-LINE-FROM-FRC-BUFFER ...)
; x-compiling (DECLAIM (INLINE ANSI-STREAM-READ-LINE))
; x-compiling (DEFUN ANSI-STREAM-READ-LINE ...)
; x-compiling (DEFUN READ-LINE ...)
; x-compiling (DECLAIM (INLINE READ-CHAR ...))
; x-compiling (DECLAIM (INLINE ANSI-STREAM-READ-CHAR))
; x-compiling (DEFUN ANSI-STREAM-READ-CHAR ...)
; x-compiling (DEFUN READ-CHAR ...)
; x-compiling (DECLAIM (INLINE ANSI-STREAM-UNREAD-CHAR))
; x-compiling (DEFUN ANSI-STREAM-UNREAD-CHAR ...)
; x-compiling (DEFUN UNREAD-CHAR ...)
; x-compiling (DECLAIM (INLINE ANSI-STREAM-LISTEN))
; x-compiling (DEFUN ANSI-STREAM-LISTEN ...)
; x-compiling (DEFUN LISTEN ...)
; x-compiling (DECLAIM (INLINE ANSI-STREAM-READ-CHAR-NO-HANG))
; x-compiling (DEFUN ANSI-STREAM-READ-CHAR-NO-HANG ...)
; x-compiling (DEFUN READ-CHAR-NO-HANG ...)
; x-compiling (DECLAIM (INLINE ANSI-STREAM-CLEAR-INPUT))
; x-compiling (DEFUN ANSI-STREAM-CLEAR-INPUT ...)
; x-compiling (DEFUN CLEAR-INPUT ...)
; x-compiling (DECLAIM (INLINE ANSI-STREAM-READ-BYTE))
; x-compiling (DEFUN ANSI-STREAM-READ-BYTE ...)
; x-compiling (DEFUN READ-BYTE ...)
; x-compiling (DECLAIM (INLINE READ-N-BYTES))
; x-compiling (DEFUN READ-N-BYTES ...)
; x-compiling (DEFUN ANSI-STREAM-READ-N-BYTES ...)
; x-compiling (DEFCONSTANT +ANSI-STREAM-IN-BUFFER-EXTRA+ ...)
; x-compiling (DEFUN FAST-READ-CHAR-REFILL ...)
; x-compiling (DEFUN FAST-READ-BYTE-REFILL ...)
; x-compiling (DEFUN WRITE-CHAR ...)
; x-compiling (DEFUN TERPRI ...)
; x-compiling (DECLAIM (INLINE ANSI-STREAM-FRESH-LINE))
; x-compiling (DEFUN ANSI-STREAM-FRESH-LINE ...)
; x-compiling (DEFUN FRESH-LINE ...)
; x-compiling (DECLAIM (INLINE ANSI-STREAM-WRITE-STRING))
; x-compiling (DEFUN ANSI-STREAM-WRITE-STRING ...)
; x-compiling (DEFUN %WRITE-STRING ...)
; x-compiling (DEFUN WRITE-STRING ...)
; x-compiling (DECLAIM (INLINE WRITE-STRING-NO-KEY))
; x-compiling (DEFUN WRITE-STRING-NO-KEY ...)
; x-compiling (DEFUN WRITE-LINE ...)
; x-compiling (DEFUN CHARPOS ...)
; x-compiling (DEFUN LINE-LENGTH ...)
; x-compiling (DEFUN FINISH-OUTPUT ...)
; x-compiling (DEFUN FORCE-OUTPUT ...)
; x-compiling (DEFUN CLEAR-OUTPUT ...)
; x-compiling (DEFUN WRITE-BYTE ...)
; x-compiling (DECLAIM (NOTINLINE READ-CHAR ...))
; x-compiling (DEFUN STREAM-MISC-DISPATCH ...)
; x-compiling (DEFSTRUCT (BROADCAST-STREAM # ...) ...)
; x-compiling (DEFUN MAKE-BROADCAST-STREAM ...)
; x-compiling (OUT-FUN BROADCAST-OUT ...)
; x-compiling (OUT-FUN BROADCAST-BOUT ...)
; x-compiling (OUT-FUN BROADCAST-SOUT ...)
; x-compiling (DEFUN BROADCAST-MISC ...)
; x-compiling (DEFSTRUCT (SYNONYM-STREAM # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (OUT-FUN SYNONYM-OUT ...)
; x-compiling (OUT-FUN SYNONYM-BOUT ...)
; x-compiling (OUT-FUN SYNONYM-SOUT ...)
; x-compiling (IN-FUN SYNONYM-IN ...)
; x-compiling (IN-FUN SYNONYM-BIN ...)
; x-compiling (IN-FUN SYNONYM-N-BIN ...)
; x-compiling (DEFUN SYNONYM-MISC ...)
; x-compiling (DEFSTRUCT (TWO-WAY-STREAM # ...) ...)
; x-compiling (DEFPRINTER (TWO-WAY-STREAM) ...)
; x-compiling (DEFUN MAKE-TWO-WAY-STREAM ...)
; x-compiling (OUT-FUN TWO-WAY-OUT ...)
; x-compiling (OUT-FUN TWO-WAY-BOUT ...)
; x-compiling (OUT-FUN TWO-WAY-SOUT ...)
; x-compiling (IN-FUN TWO-WAY-IN ...)
; x-compiling (IN-FUN TWO-WAY-BIN ...)
; x-compiling (IN-FUN TWO-WAY-N-BIN ...)
; x-compiling (DEFUN TWO-WAY-MISC ...)
; x-compiling (DEFSTRUCT (CONCATENATED-STREAM # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFUN MAKE-CONCATENATED-STREAM ...)
; x-compiling (IN-FUN CONCATENATED-IN ...)
; x-compiling (IN-FUN CONCATENATED-BIN ...)
; x-compiling (DEFUN CONCATENATED-N-BIN ...)
; x-compiling (DEFUN CONCATENATED-MISC ...)
; x-compiling (DEFSTRUCT (ECHO-STREAM # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFUN MAKE-ECHO-STREAM ...)
; x-compiling (IN-FUN ECHO-IN ...)
; x-compiling (IN-FUN ECHO-BIN ...)
; x-compiling (DEFUN ECHO-N-BIN ...)
; x-compiling (DEFSTRUCT (STRING-INPUT-STREAM # ...) ...)
; x-compiling (DEFUN STRING-INCH ...)
; x-compiling (DEFUN STRING-BINCH ...)
; x-compiling (DEFUN STRING-STREAM-READ-N-BYTES ...)
; x-compiling (DEFUN STRING-IN-MISC ...)
; x-compiling (DEFUN MAKE-STRING-INPUT-STREAM ...)
; x-compiling (DEFPARAMETER *STRING-OUTPUT-STREAM-BUFFER-INITIAL-SIZE* ...)
; x-compiling (DECLAIM (INLINE STRING-OUTPUT-STRING-STREAM-BUFFER ...))
; x-compiling (DEFSTRUCT (STRING-OUTPUT-STREAM # ...) ...)
; x-compiling (SETF (FDOCUMENTATION # ...) ...)
; x-compiling (DEFUN STRING-OUTPUT-STREAM-NEW-BUFFER ...)
; x-compiling (DEFUN STRING-OUTPUT-STREAM-NEXT-BUFFER ...)
; x-compiling (DEFUN STRING-OUTPUT-STREAM-PREV-BUFFER ...)
; x-compiling (DEFUN STRING-OUCH ...)
; x-compiling (DEFUN STRING-SOUT ...)
; x-compiling (DEFUN SET-STRING-OUTPUT-STREAM-FILE-POSITION ...)
; x-compiling (DEFUN STRING-OUT-MISC ...)
; x-compiling (DEFUN GET-OUTPUT-STREAM-STRING ...)
; x-compiling (DECLAIM (INLINE VECTOR-WITH-FILL-POINTER))
; x-compiling (DEFUN VECTOR-WITH-FILL-POINTER-P ...)
; x-compiling (DEFTYPE STRING-WITH-FILL-POINTER ...)
; x-compiling (DEFSTRUCT (FILL-POINTER-OUTPUT-STREAM # ...) ...)
; x-compiling (DEFUN FILL-POINTER-OUCH ...)
; x-compiling (DEFUN FILL-POINTER-SOUT ...)
; x-compiling (DEFUN FILL-POINTER-MISC ...)
; x-compiling (DEFSTRUCT (CASE-FROB-STREAM # ...) ...)
; x-compiling (DEFUN MAKE-CASE-FROB-STREAM ...)
; x-compiling (DEFUN CASE-FROB-MISC ...)
; x-compiling (DEFUN CASE-FROB-UPCASE-OUT ...)
; x-compiling (DEFUN CASE-FROB-UPCASE-SOUT ...)
; x-compiling (DEFUN CASE-FROB-DOWNCASE-OUT ...)
; x-compiling (DEFUN CASE-FROB-DOWNCASE-SOUT ...)
; x-compiling (DEFUN CASE-FROB-CAPITALIZE-OUT ...)
; x-compiling (DEFUN CASE-FROB-CAPITALIZE-SOUT ...)
; x-compiling (DEFUN CASE-FROB-CAPITALIZE-AUX-OUT ...)
; x-compiling (DEFUN CASE-FROB-CAPITALIZE-AUX-SOUT ...)
; x-compiling (DEFUN CASE-FROB-CAPITALIZE-FIRST-OUT ...)
; x-compiling (DEFUN CASE-FROB-CAPITALIZE-FIRST-SOUT ...)
; x-compiling (DEFUN READ-SEQUENCE ...)
; x-compiling (DECLAIM (INLINE COMPATIBLE-VECTOR-AND-STREAM-ELEMENT-TYPES-P))
; x-compiling (DEFUN COMPATIBLE-VECTOR-AND-STREAM-ELEMENT-TYPES-P ...)
; x-compiling (DEFUN ANSI-STREAM-READ-SEQUENCE ...)
; x-compiling (DEFUN ANSI-STREAM-READ-STRING-FROM-FRC-BUFFER ...)
; x-compiling (DEFUN WRITE-SEQUENCE ...)
; x-compiling (DEFUN ANSI-STREAM-WRITE-SEQUENCE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/stream.lisp-obj-tmp written
; compilation finished in 0:00:03.095
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/print.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFVAR *PRINT-READABLY* ...)
; x-compiling (DEFVAR *PRINT-ESCAPE* ...)
; x-compiling (DEFVAR *PRINT-PRETTY* ...)
; x-compiling (DEFVAR *PRINT-BASE* ...)
; x-compiling (DEFVAR *PRINT-RADIX* ...)
; x-compiling (DEFVAR *PRINT-LEVEL* ...)
; x-compiling (DEFVAR *PRINT-LENGTH* ...)
; x-compiling (DEFVAR *PRINT-CIRCLE* ...)
; x-compiling (DEFVAR *PRINT-CASE* ...)
; x-compiling (DEFVAR *PRINT-ARRAY* ...)
; x-compiling (DEFVAR *PRINT-GENSYM* ...)
; x-compiling (DEFVAR *PRINT-LINES* ...)
; x-compiling (DEFVAR *PRINT-RIGHT-MARGIN* ...)
; x-compiling (DEFVAR *PRINT-MISER-WIDTH* ...)
; x-compiling (DEFVAR *PRINT-PPRINT-DISPATCH*)
; x-compiling (SETF (FDOCUMENTATION # ...) ...)
; x-compiling (DEFVAR *SUPPRESS-PRINT-ERRORS* ...)
; x-compiling (DEFMACRO WITH-STANDARD-IO-SYNTAX ...)
; x-compiling (DEFUN %WITH-STANDARD-IO-SYNTAX ...)
; x-compiling (DEFVAR *PRINTER-KEYWORD-VARIABLES* ...)
; x-compiling (DEFUN WRITE ...)
; x-compiling (DEFINE-COMPILER-MACRO WRITE ...)
; x-compiling (DEFUN PRIN1 ...)
; x-compiling (DEFUN PRINC ...)
; x-compiling (DEFUN PRINT ...)
; x-compiling (DEFUN PPRINT ...)
; x-compiling (DEFUN WRITE-TO-STRING ...)
; x-compiling (DEFINE-COMPILER-MACRO WRITE-TO-STRING ...)
; x-compiling (DEFUN PRIN1-TO-STRING ...)
; x-compiling (DEFUN PRINC-TO-STRING ...)
; x-compiling (DEFUN STRINGIFY-OBJECT ...)
; x-compiling (DEFUN PRINT-NOT-READABLE-ERROR ...)
; x-compiling (DEFUN %PRINT-UNREADABLE-OBJECT ...)
; x-compiling (DEFUN UNIQUELY-IDENTIFIED-BY-PRINT-P ...)
; x-compiling (DEFVAR *IN-PRINT-ERROR* ...)
; x-compiling (DEFUN OUTPUT-OBJECT ...)
; x-compiling (DEFVAR *PRINT-OBJECT-IS-DISABLED-P*)
; x-compiling (DEFUN OUTPUT-UGLY-OBJECT ...)
; x-compiling (DEFVAR *PREVIOUS-CASE* ...)
; x-compiling (DEFVAR *PREVIOUS-READTABLE-CASE* ...)
; x-compiling (DEFVAR *INTERNAL-SYMBOL-OUTPUT-FUN* ...)
; x-compiling (DEFUN SETUP-PRINTER-STATE ...)
; x-compiling (DEFUN OUTPUT-QUOTED-SYMBOL-NAME ...)
; x-compiling (DEFUN OUTPUT-SYMBOL ...)
; x-compiling (DEFUN OUTPUT-SYMBOL-NAME ...)
; x-compiling (DEFVAR *CHARACTER-ATTRIBUTES* ...)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFCONSTANT OTHER-ATTRIBUTE ...)
; x-compiling (DEFCONSTANT NUMBER-ATTRIBUTE ...)
; x-compiling (DEFCONSTANT UPPERCASE-ATTRIBUTE ...)
; x-compiling (DEFCONSTANT LOWERCASE-ATTRIBUTE ...)
; x-compiling (DEFCONSTANT SIGN-ATTRIBUTE ...)
; x-compiling (DEFCONSTANT EXTENSION-ATTRIBUTE ...)
; x-compiling (DEFCONSTANT DOT-ATTRIBUTE ...)
; x-compiling (DEFCONSTANT SLASH-ATTRIBUTE ...)
; x-compiling (DEFCONSTANT FUNNY-ATTRIBUTE ...)
; x-compiling (DEFPARAMETER *ATTRIBUTE-NAMES* ...)
; x-compiling (FLET (#) ...)
; x-compiling (DEFVAR *DIGIT-BASES* ...)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DOTIMES (I 36) ...)
; x-compiling (DEFUN SYMBOL-QUOTEP ...)
; x-compiling (DEFUN OUTPUT-PRESERVE-SYMBOL ...)
; x-compiling (DEFUN OUTPUT-LOWERCASE-SYMBOL ...)
; x-compiling (DEFUN OUTPUT-UPPERCASE-SYMBOL ...)
; x-compiling (DEFUN OUTPUT-CAPITALIZE-SYMBOL ...)
; x-compiling (DEFUN OUTPUT-INVERT-SYMBOL ...)
; x-compiling (DEFUN OUTPUT-LIST ...)
; x-compiling (DEFUN OUTPUT-UNREADABLE-VECTOR-READABLY ...)
; x-compiling (DEFUN OUTPUT-VECTOR ...)
; x-compiling (DEFUN QUOTE-STRING ...)
; x-compiling (DEFUN ARRAY-READABLY-PRINTABLE-P ...)
; x-compiling (DEFUN OUTPUT-ARRAY ...)
; x-compiling (DEFUN OUTPUT-TERSE-ARRAY ...)
; x-compiling (DEFUN LISTIFY-ARRAY ...)
; x-compiling (DEFUN OUTPUT-UNREADABLE-ARRAY-READABLY ...)
; x-compiling (DEFUN OUTPUT-ARRAY-GUTS ...)
; x-compiling (DEFUN SUB-OUTPUT-ARRAY-GUTS ...)
; x-compiling (DEFUN PRINT-OBJECT ...)
; x-compiling (DEFUN %OUTPUT-RADIX ...)
; x-compiling (DEFUN %OUTPUT-REASONABLE-INTEGER-IN-BASE ...)
; x-compiling (DEFVAR *POWER-CACHE* ...)
; x-compiling (DEFCONSTANT +POWER-CACHE-INTEGER-LENGTH-LIMIT+ ...)
; x-compiling (DEFUN SCRUB-POWER-CACHE ...)
; x-compiling (DEFUN POWERS-FOR-BASE ...)
; x-compiling (DEFUN %OUTPUT-HUGE-INTEGER-IN-BASE ...)
; x-compiling (DEFUN %OUTPUT-INTEGER-IN-BASE ...)
; x-compiling (DEFUN OUTPUT-INTEGER ...)
; x-compiling (DEFUN OUTPUT-RATIO ...)
; x-compiling (DEFUN OUTPUT-COMPLEX ...)
; x-compiling (DEFUN FLONUM-TO-STRING ...)
; x-compiling (DEFCONSTANT SINGLE-FLOAT-MIN-E ...)
; x-compiling (DEFCONSTANT DOUBLE-FLOAT-MIN-E ...)
; x-compiling (DEFUN FLONUM-TO-DIGITS ...)
; x-compiling (DEFUN SCALE-EXPONENT ...)
; x-compiling (DEFUN PRINT-FLOAT-EXPONENT ...)
; x-compiling (DEFUN OUTPUT-FLOAT-INFINITY ...)
; x-compiling (DEFUN OUTPUT-FLOAT-NAN ...)
; x-compiling (DEFUN OUTPUT-FLOAT ...)
; x-compiling (DEFUN OUTPUT-FLOAT-AUX ...)
; x-compiling (DEFUN OUTPUT-CHARACTER ...)
; x-compiling (DEFUN OUTPUT-SAP ...)
; x-compiling (DEFUN OUTPUT-WEAK-POINTER ...)
; x-compiling (DEFUN OUTPUT-CODE-COMPONENT ...)
; x-compiling (DEFUN OUTPUT-LRA ...)
; x-compiling (DEFUN OUTPUT-FDEFN ...)
; x-compiling (DEFUN PRINTED-AS-FUNCALLABLE-STANDARD-CLASS ...)
; x-compiling (DEFUN OUTPUT-FUN ...)
; x-compiling (DEFUN OUTPUT-RANDOM ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/print.lisp-obj-tmp written
; compilation finished in 0:00:02.415
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/pprint.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!PRETTY")
; x-compiling (DEFTYPE COLUMN ...)
; x-compiling (DEFTYPE POSN ...)
; x-compiling (DEFCONSTANT INITIAL-BUFFER-SIZE ...)
; x-compiling (DEFCONSTANT DEFAULT-LINE-LENGTH ...)
; x-compiling (DEFSTRUCT (PRETTY-STREAM # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DECLAIM (INLINE INDEX-POSN ...))
; x-compiling (DEFUN INDEX-POSN ...)
; x-compiling (DEFUN POSN-INDEX ...)
; x-compiling (DEFUN POSN-COLUMN ...)
; x-compiling (DEFUN PRINT-PRETTY-ON-STREAM-P ...)
; x-compiling (DEFUN PRETTY-OUT ...)
; x-compiling (DEFUN PRETTY-SOUT ...)
; x-compiling (DEFUN PRETTY-MISC ...)
; x-compiling (DEFSTRUCT (LOGICAL-BLOCK #) ...)
; x-compiling (DEFUN REALLY-START-LOGICAL-BLOCK ...)
; x-compiling (DEFUN SET-INDENTATION ...)
; x-compiling (DEFUN REALLY-END-LOGICAL-BLOCK ...)
; x-compiling (DEFSTRUCT (QUEUED-OP # ...) ...)
; x-compiling (DEFMACRO ENQUEUE ...)
; x-compiling (DEFSTRUCT (SECTION-START # ...) ...)
; x-compiling (DEFSTRUCT (NEWLINE # ...) ...)
; x-compiling (DEFUN ENQUEUE-NEWLINE ...)
; x-compiling (DEFSTRUCT (INDENTATION # ...) ...)
; x-compiling (DEFUN ENQUEUE-INDENT ...)
; x-compiling (DEFSTRUCT (BLOCK-START # ...) ...)
; x-compiling (DEFUN START-LOGICAL-BLOCK ...)
; x-compiling (DEFSTRUCT (BLOCK-END # ...) ...)
; x-compiling (DEFUN END-LOGICAL-BLOCK ...)
; x-compiling (DEFSTRUCT (TAB # ...) ...)
; x-compiling (DEFUN ENQUEUE-TAB ...)
; x-compiling (DEFUN COMPUTE-TAB-SIZE ...)
; x-compiling (DEFUN INDEX-COLUMN ...)
; x-compiling (DEFUN EXPAND-TABS ...)
; x-compiling (DEFUN ENSURE-SPACE-IN-BUFFER ...)
; x-compiling (DEFUN MAYBE-OUTPUT ...)
; x-compiling (DEFUN MISERING-P ...)
; x-compiling (DEFUN FITS-ON-LINE-P ...)
; x-compiling (DEFUN OUTPUT-LINE ...)
; x-compiling (DEFUN OUTPUT-PARTIAL-LINE ...)
; x-compiling (DEFUN FORCE-PRETTY-OUTPUT ...)
; x-compiling (DEFUN PPRINT-NEWLINE ...)
; x-compiling (DEFUN PPRINT-INDENT ...)
; x-compiling (DEFUN PPRINT-TAB ...)
; x-compiling (DEFUN PPRINT-FILL ...)
; x-compiling (DEFUN PPRINT-LINEAR ...)
; x-compiling (DEFUN PPRINT-TABULAR ...)
; x-compiling (DEFVAR *STANDARD-PPRINT-DISPATCH-TABLE*)
; x-compiling (DEFVAR *INITIAL-PPRINT-DISPATCH-TABLE*)
; x-compiling (DEFVAR *BUILDING-INITIAL-TABLE* ...)
; x-compiling (DEFSTRUCT (PPRINT-DISPATCH-ENTRY #) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFUN CONS-TYPE-SPECIFIER-P ...)
; x-compiling (DEFUN ENTRY< ...)
; x-compiling (DEFVAR *PRECOMPILED-PPRINT-DISPATCH-FUNS* ...)
; x-compiling (DEFUN COMPUTE-TEST-FN ...)
; x-compiling (DEFUN COPY-PPRINT-DISPATCH ...)
; x-compiling (DEFUN PPRINT-DISPATCH ...)
; x-compiling (DEFUN ASSERT-NOT-STANDARD-PPRINT-DISPATCH-TABLE ...)
; x-compiling (DEFUN SET-PPRINT-DISPATCH ...)
; x-compiling (DEFUN PPRINT-ARRAY ...)
; x-compiling (DEFUN PPRINT-VECTOR ...)
; x-compiling (DEFUN PPRINT-MULTI-DIM-ARRAY ...)
; x-compiling (DEFUN PPRINT-LAMBDA-LIST ...)
; x-compiling (DEFUN PPRINT-LAMBDA ...)
; x-compiling (DEFUN PPRINT-BLOCK ...)
; x-compiling (DEFUN PPRINT-FLET ...)
; x-compiling (DEFUN PPRINT-LET ...)
; x-compiling (DEFUN PPRINT-PROGN ...)
; x-compiling (DEFUN PPRINT-PROGV ...)
; x-compiling (DEFUN PPRINT-PROG2 ...)
; x-compiling (DEFVAR *PPRINT-QUOTE-WITH-SYNTACTIC-SUGAR* ...)
; x-compiling (DEFUN PPRINT-QUOTE ...)
; x-compiling (DEFUN PPRINT-DECLARE ...)
; x-compiling (DEFUN PPRINT-SETQ ...)
; x-compiling (DEFMACRO PPRINT-TAGBODY-GUTS ...)
; x-compiling (DEFUN PPRINT-TAGBODY ...)
; x-compiling (DEFUN PPRINT-CASE ...)
; x-compiling (DEFUN PPRINT-DEFUN ...)
; x-compiling (DEFUN PPRINT-DEFMETHOD ...)
; x-compiling (DEFUN PPRINT-DEFPACKAGE ...)
; x-compiling (DEFUN PPRINT-DESTRUCTURING-BIND ...)
; x-compiling (DEFUN PPRINT-DO ...)
; x-compiling (DEFUN PPRINT-DOLIST ...)
; x-compiling (DEFUN PPRINT-TYPECASE ...)
; x-compiling (DEFUN PPRINT-PROG ...)
; x-compiling (DEFVAR *LOOP-SEPERATING-CLAUSES* ...)
; x-compiling (DEFUN PPRINT-EXTENDED-LOOP ...)
; x-compiling (DEFUN PPRINT-LOOP ...)
; x-compiling (DEFUN PPRINT-IF ...)
; x-compiling (DEFUN PPRINT-FUN-CALL ...)
; x-compiling (DEFUN PPRINT-SPREAD-FUN-CALL ...)
; x-compiling (DEFUN PPRINT-DATA-LIST ...)
; x-compiling (DEFUN MACRO-INDENTATION ...)
; x-compiling (DEFUN PPRINT-MACRO-CALL ...)
; x-compiling (DEFUN OUTPUT-PRETTY-OBJECT ...)
; x-compiling (DEFUN MBOUNDP ...)
; x-compiling (DEFUN !PPRINT-COLD-INIT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/pprint.lisp-obj-tmp written
; compilation finished in 0:00:03.388
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-format.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!FORMAT")
; x-compiling (DEFPARAMETER *FORMAT-WHITESPACE-CHARS* ...)
; x-compiling (DEFVAR *FORMAT-DIRECTIVE-EXPANDERS* ...)
; x-compiling (DEFVAR *FORMAT-DIRECTIVE-INTERPRETERS* ...)
; x-compiling (DEFVAR *DEFAULT-FORMAT-ERROR-CONTROL-STRING* ...)
; x-compiling (DEFVAR *DEFAULT-FORMAT-ERROR-OFFSET* ...)
; x-compiling (DEFVAR *UP-UP-AND-OUT-ALLOWED* ...)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFVAR *LOGICAL-BLOCK-POPPER* ...)
; x-compiling (DEFVAR *EXPANDER-NEXT-ARG-MACRO* ...)
; x-compiling (DEFVAR *ONLY-SIMPLE-ARGS*)
; x-compiling (DEFVAR *ORIG-ARGS-AVAILABLE* ...)
; x-compiling (DEFVAR *SIMPLE-ARGS*)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-format.lisp-obj-tmp written
; compilation finished in 0:00:00.023
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/target-format.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!FORMAT")
; x-compiling (DEFUN FORMAT ...)
; x-compiling (DEFINE-COMPILER-MACRO FORMAT ...)
; x-compiling (DEFUN %FORMAT ...)
; x-compiling (DEFUN INTERPRET-DIRECTIVE-LIST ...)
; x-compiling (DEFUN FORMAT-WRITE-FIELD ...)
; x-compiling (DEFUN FORMAT-PRINC ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\A ...)
; x-compiling (DEFUN FORMAT-PRIN1 ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\S ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\C ...)
; x-compiling (DEFUN CHAR-PRINTING-P ...)
; x-compiling (DEFUN FORMAT-PRINT-NAMED-CHARACTER ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\W ...)
; x-compiling (DEFUN FORMAT-PRINT-INTEGER ...)
; x-compiling (DEFUN FORMAT-ADD-COMMAS ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\D ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\B ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\O ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\X ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\R ...)
; x-compiling (DEFPARAMETER *CARDINAL-ONES* ...)
; x-compiling (DEFPARAMETER *CARDINAL-TENS* ...)
; x-compiling (DEFPARAMETER *CARDINAL-TEENS* ...)
; x-compiling (DEFPARAMETER *CARDINAL-PERIODS* ...)
; x-compiling (DEFPARAMETER *ORDINAL-ONES* ...)
; x-compiling (DEFPARAMETER *ORDINAL-TENS* ...)
; x-compiling (DEFUN FORMAT-PRINT-SMALL-CARDINAL ...)
; x-compiling (DEFUN FORMAT-PRINT-CARDINAL ...)
; x-compiling (DEFUN FORMAT-PRINT-CARDINAL-AUX ...)
; x-compiling (DEFUN FORMAT-PRINT-ORDINAL ...)
; x-compiling (DEFUN FORMAT-PRINT-OLD-ROMAN ...)
; x-compiling (DEFUN FORMAT-PRINT-ROMAN ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\P ...)
; x-compiling (DEFUN DECIMAL-STRING ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\F ...)
; x-compiling (DEFUN FORMAT-FIXED ...)
; x-compiling (DEFUN FORMAT-FIXED-AUX ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\E ...)
; x-compiling (DEFUN FORMAT-EXPONENTIAL ...)
; x-compiling (DEFUN FORMAT-EXPONENT-MARKER ...)
; x-compiling (DEFUN FORMAT-EXP-AUX ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\G ...)
; x-compiling (DEFUN FORMAT-GENERAL ...)
; x-compiling (DEFUN FORMAT-GENERAL-AUX ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\$ ...)
; x-compiling (DEFUN FORMAT-DOLLARS ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\% ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\& ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\| ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\~ ...)
; x-compiling (DEF-COMPLEX-FORMAT-INTERPRETER #\Newline ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\T ...)
; x-compiling (DEFUN OUTPUT-SPACES ...)
; x-compiling (DEFUN FORMAT-RELATIVE-TAB ...)
; x-compiling (DEFUN FORMAT-ABSOLUTE-TAB ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\_ ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\I ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\* ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\? ...)
; x-compiling (DEF-COMPLEX-FORMAT-INTERPRETER #\( ...)
; x-compiling (DEF-COMPLEX-FORMAT-INTERPRETER #\) ...)
; x-compiling (DEF-COMPLEX-FORMAT-INTERPRETER #\[ ...)
; x-compiling (DEF-COMPLEX-FORMAT-INTERPRETER #\; ...)
; x-compiling (DEF-COMPLEX-FORMAT-INTERPRETER #\] ...)
; x-compiling (DEFVAR *OUTSIDE-ARGS*)
; x-compiling (DEF-FORMAT-INTERPRETER #\^ ...)
; x-compiling (DEF-COMPLEX-FORMAT-INTERPRETER #\{ ...)
; x-compiling (DEF-COMPLEX-FORMAT-INTERPRETER #\} ...)
; x-compiling (DEF-COMPLEX-FORMAT-INTERPRETER #\< ...)
; x-compiling (DEFUN INTERPRET-FORMAT-JUSTIFICATION ...)
; x-compiling (DEFUN FORMAT-JUSTIFICATION ...)
; x-compiling (DEFUN INTERPRET-FORMAT-LOGICAL-BLOCK ...)
; x-compiling (DEF-FORMAT-INTERPRETER #\/ ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/target-format.lisp-obj-tmp written
; compilation finished in 0:00:01.669
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defpackage.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFMACRO DEFPACKAGE ...)
; x-compiling (DEFUN CHECK-DISJOINT ...)
; x-compiling (DEFUN STRINGIFY-STRING-DESIGNATOR ...)
; x-compiling (DEFUN STRINGIFY-STRING-DESIGNATORS ...)
; x-compiling (DEFUN STRINGIFY-PACKAGE-DESIGNATOR ...)
; x-compiling (DEFUN STRINGIFY-PACKAGE-DESIGNATORS ...)
; x-compiling (DEFUN IMPORT-LIST-SYMBOLS ...)
; x-compiling (DEFUN USE-LIST-PACKAGES ...)
; x-compiling (DEFUN UPDATE-PACKAGE ...)
; x-compiling (DEFUN UPDATE-PACKAGE-WITH-VARIANCE ...)
; x-compiling (DEFUN %DEFPACKAGE ...)
; x-compiling (DEFUN FIND-OR-MAKE-SYMBOL ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/defpackage.lisp-obj-tmp written
; compilation finished in 0:00:01.295
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/pp-backq.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN BACKQ-UNPARSE-EXPR ...)
; x-compiling (DEFUN BACKQ-UNPARSE ...)
; x-compiling (DEFUN PPRINT-BACKQUOTE ...)
; x-compiling (DEFUN PPRINT-BACKQ-COMMA ...)
; x-compiling (DEFUN !BACKQ-PP-COLD-INIT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/pp-backq.lisp-obj-tmp written
; compilation finished in 0:00:00.032
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/error-error.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFVAR *ERROR-ERROR-DEPTH* ...)
; x-compiling (DEFUN ERROR-ERROR ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/error-error.lisp-obj-tmp written
; compilation finished in 0:00:00.089
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/deadline.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFVAR *DEADLINE*)
; x-compiling (!COLD-INIT-FORMS (SETQ *DEADLINE* ...))
; x-compiling (DEFVAR *DEADLINE-SECONDS*)
; x-compiling (!COLD-INIT-FORMS (SETQ *DEADLINE-SECONDS* ...))
; x-compiling (DECLAIM (INLINE SECONDS-TO-INTERNAL-TIME))
; x-compiling (DEFUN SECONDS-TO-INTERNAL-TIME ...)
; x-compiling (DEFMACRO WITH-DEADLINE ...)
; x-compiling (DECLAIM (INLINE DECODE-INTERNAL-TIME))
; x-compiling (DEFUN DECODE-INTERNAL-TIME ...)
; x-compiling (DEFUN SIGNAL-TIMEOUT ...)
; x-compiling (DEFUN SIGNAL-DEADLINE ...)
; x-compiling (DEFUN DEFER-DEADLINE ...)
; x-compiling (DEFUN CANCEL-DEADLINE ...)
; x-compiling (DECLAIM (INLINE RELATIVE-DECODED-TIMES))
; x-compiling (DEFUN RELATIVE-DECODED-TIMES ...)
; x-compiling (DEFUN DECODE-TIMEOUT ...)
; x-compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !DEADLINE-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/deadline.lisp-obj-tmp written
; compilation finished in 0:00:00.124
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/serve-event.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFSTRUCT (HANDLER # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFVAR *DESCRIPTOR-HANDLERS* ...)
; x-compiling (SB-XC:DEFMACRO WITH-DESCRIPTOR-HANDLERS ...)
; x-compiling (DEFUN LIST-ALL-DESCRIPTOR-HANDLERS ...)
; x-compiling (DEFUN SELECT-DESCRIPTOR-HANDLERS ...)
; x-compiling (DEFUN MAP-DESCRIPTOR-HANDLERS ...)
; x-compiling (DEFUN ADD-FD-HANDLER ...)
; x-compiling (DEFUN REMOVE-FD-HANDLER ...)
; x-compiling (DEFUN INVALIDATE-DESCRIPTOR ...)
; x-compiling (DEFMACRO WITH-FD-HANDLER ...)
; x-compiling (DEFUN HANDLER-DESCRIPTORS-ERROR ...)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFVAR *PERIODIC-POLLING-FUNCTION* ...)
; x-compiling (DECLAIM (REAL *PERIODIC-POLLING-PERIOD*))
; x-compiling (DEFVAR *PERIODIC-POLLING-PERIOD* ...)
; x-compiling (DEFUN WAIT-UNTIL-FD-USABLE ...)
; x-compiling (DEFUN SERVE-ALL-EVENTS ...)
; x-compiling (DEFUN SERVE-EVENT ...)
; x-compiling (DEFUN SUB-SERVE-EVENT ...)
; x-compiling (DEFUN SUB-SUB-SERVE-EVENT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/serve-event.lisp-obj-tmp written
; compilation finished in 0:00:00.356
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/fd-stream.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DECLAIM (INLINE BUFFER-SAP ...))
; x-compiling (DEFSTRUCT (BUFFER #) ...)
; x-compiling (DEFVAR *AVAILABLE-BUFFERS* ...)
; x-compiling (DEFVAR *AVAILABLE-BUFFERS-LOCK* ...)
; x-compiling (DEFMACRO WITH-AVAILABLE-BUFFERS-LOCK ...)
; x-compiling (DEFCONSTANT +BYTES-PER-BUFFER+ ...)
; x-compiling (DEFUN ALLOC-BUFFER ...)
; x-compiling (DEFUN GET-BUFFER ...)
; x-compiling (DECLAIM (INLINE RESET-BUFFER))
; x-compiling (DEFUN RESET-BUFFER ...)
; x-compiling (DEFUN RELEASE-BUFFER ...)
; x-compiling (DEFUN RELEASE-FD-STREAM-BUFFERS ...)
; x-compiling (DEFSTRUCT (FD-STREAM # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFUN BUFFER-OUTPUT ...)
; x-compiling (DEFUN FLUSH-OUTPUT-BUFFER ...)
; x-compiling (DEFUN %QUEUE-AND-REPLACE-OUTPUT-BUFFER ...)
; x-compiling (DEFUN WRITE-OUTPUT-FROM-QUEUE ...)
; x-compiling (DEFUN WRITE-OR-BUFFER-OUTPUT ...)
; x-compiling (DECLAIM (INLINE OUTPUT-RAW-BYTES))
; x-compiling (DEFINE-DEPRECATED-FUNCTION :LATE ...)
; x-compiling (DEFVAR *OUTPUT-ROUTINES* ...)
; x-compiling (DEFUN SIMPLE-STREAM-PERROR ...)
; x-compiling (DEFUN SIMPLE-FILE-PERROR ...)
; x-compiling (DEFUN STREAM-DECODING-ERROR ...)
; x-compiling (DEFUN STREAM-ENCODING-ERROR ...)
; x-compiling (DEFUN C-STRING-ENCODING-ERROR ...)
; x-compiling (DEFUN C-STRING-DECODING-ERROR ...)
; x-compiling (DEFUN STREAM-DECODING-ERROR-AND-HANDLE ...)
; x-compiling (DEFUN STREAM-ENCODING-ERROR-AND-HANDLE ...)
; x-compiling (DEFUN EXTERNAL-FORMAT-ENCODING-ERROR ...)
; x-compiling (DEFUN SYNCHRONIZE-STREAM-OUTPUT ...)
; x-compiling (DEFUN FD-STREAM-OUTPUT-FINISHED-P ...)
; x-compiling (DEFMACRO OUTPUT-WRAPPER/VARIABLE-WIDTH ...)
; x-compiling (DEFMACRO OUTPUT-WRAPPER ...)
; x-compiling (DEFMACRO DEF-OUTPUT-ROUTINES/VARIABLE-WIDTH ...)
; x-compiling (DEFMACRO DEF-OUTPUT-ROUTINES ...)
; x-compiling (DEF-OUTPUT-ROUTINES ("OUTPUT-CHAR-~A-BUFFERED" 1 ...) ...)
; x-compiling (DEF-OUTPUT-ROUTINES ("OUTPUT-UNSIGNED-BYTE-~A-BUFFERED" 1 ...) ...)
; x-compiling (DEF-OUTPUT-ROUTINES ("OUTPUT-SIGNED-BYTE-~A-BUFFERED" 1 ...) ...)
; x-compiling (DEF-OUTPUT-ROUTINES ("OUTPUT-UNSIGNED-SHORT-~A-BUFFERED" 2 ...) ...)
; x-compiling (DEF-OUTPUT-ROUTINES ("OUTPUT-SIGNED-SHORT-~A-BUFFERED" 2 ...) ...)
; x-compiling (DEF-OUTPUT-ROUTINES ("OUTPUT-UNSIGNED-LONG-~A-BUFFERED" 4 ...) ...)
; x-compiling (DEF-OUTPUT-ROUTINES ("OUTPUT-SIGNED-LONG-~A-BUFFERED" 4 ...) ...)
; x-compiling (DEF-OUTPUT-ROUTINES ("OUTPUT-UNSIGNED-LONG-LONG-~A-BUFFERED" 8 ...) ...)
; x-compiling (DEF-OUTPUT-ROUTINES ("OUTPUT-SIGNED-LONG-LONG-~A-BUFFERED" 8 ...) ...)
; x-compiling (DEFUN FD-SOUT ...)
; x-compiling (DEFSTRUCT (EXTERNAL-FORMAT # ...) ...)
; x-compiling (DEFUN EF-CHAR-SIZE ...)
; x-compiling (DEFUN WRAP-EXTERNAL-FORMAT-FUNCTIONS ...)
; x-compiling (DEFVAR *EXTERNAL-FORMATS* ...)
; x-compiling (DEFUN GET-EXTERNAL-FORMAT ...)
; x-compiling (DEFUN GET-EXTERNAL-FORMAT-OR-LOSE ...)
; x-compiling (DEFUN EXTERNAL-FORMAT-KEYWORD ...)
; x-compiling (DEFUN FD-STREAM-EXTERNAL-FORMAT-KEYWORD ...)
; x-compiling (DEFUN CANONIZE-EXTERNAL-FORMAT ...)
; x-compiling (DEFUN PICK-OUTPUT-ROUTINE ...)
; x-compiling (DEFVAR *INPUT-ROUTINES* ...)
; x-compiling (DEFUN SYSREAD-MAY-BLOCK-P ...)
; x-compiling (DEFUN REFILL-INPUT-BUFFER ...)
; x-compiling (DEFMACRO INPUT-AT-LEAST ...)
; x-compiling (DEFMACRO INPUT-WRAPPER/VARIABLE-WIDTH ...)
; x-compiling (DEFMACRO INPUT-WRAPPER ...)
; x-compiling (DEFMACRO DEF-INPUT-ROUTINE/VARIABLE-WIDTH ...)
; x-compiling (DEFMACRO DEF-INPUT-ROUTINE ...)
; x-compiling (DEF-INPUT-ROUTINE INPUT-CHARACTER ...)
; x-compiling (DEF-INPUT-ROUTINE INPUT-UNSIGNED-8BIT-BYTE ...)
; x-compiling (DEF-INPUT-ROUTINE INPUT-SIGNED-8BIT-NUMBER ...)
; x-compiling (DEF-INPUT-ROUTINE INPUT-UNSIGNED-16BIT-BYTE ...)
; x-compiling (DEF-INPUT-ROUTINE INPUT-SIGNED-16BIT-BYTE ...)
; x-compiling (DEF-INPUT-ROUTINE INPUT-UNSIGNED-32BIT-BYTE ...)
; x-compiling (DEF-INPUT-ROUTINE INPUT-SIGNED-32BIT-BYTE ...)
; x-compiling (DEF-INPUT-ROUTINE INPUT-UNSIGNED-64BIT-BYTE ...)
; x-compiling (DEF-INPUT-ROUTINE INPUT-SIGNED-64BIT-BYTE ...)
; x-compiling (DEFUN PICK-INPUT-ROUTINE ...)
; x-compiling (DEFUN FD-STREAM-READ-N-BYTES ...)
; x-compiling (DEFUN FD-STREAM-RESYNC ...)
; x-compiling (DEFUN GET-FD-STREAM-CHARACTER-SIZER ...)
; x-compiling (DEFUN FD-STREAM-CHARACTER-SIZE ...)
; x-compiling (DEFUN FD-STREAM-STRING-SIZE ...)
; x-compiling (DEFUN FIND-EXTERNAL-FORMAT ...)
; x-compiling (DEFUN VARIABLE-WIDTH-EXTERNAL-FORMAT-P ...)
; x-compiling (DEFUN BYTES-FOR-CHAR-FUN ...)
; x-compiling (DEFMACRO DEFINE-UNIBYTE-MAPPING-EXTERNAL-FORMAT ...)
; x-compiling (DEFMACRO DEFINE-UNIBYTE-EXTERNAL-FORMAT ...)
; x-compiling (DEFMACRO DEFINE-EXTERNAL-FORMAT/VARIABLE-WIDTH ...)
; x-compiling (DEFUN SET-FD-STREAM-ROUTINES ...)
; x-compiling (DEFUN RELEASE-FD-STREAM-RESOURCES ...)
; x-compiling (DEFUN FLUSH-INPUT-BUFFER ...)
; x-compiling (DEFUN FD-STREAM-CLEAR-INPUT ...)
; x-compiling (DEFUN FD-STREAM-MISC-ROUTINE ...)
; x-compiling (DEFUN FINISH-FD-STREAM-OUTPUT ...)
; x-compiling (DEFUN FD-STREAM-GET-FILE-POSITION ...)
; x-compiling (DEFUN FD-STREAM-SET-FILE-POSITION ...)
; x-compiling (DEFUN MAKE-FD-STREAM ...)
; x-compiling (DEFUN PICK-BACKUP-NAME ...)
; x-compiling (DEFUN ENSURE-ONE-OF ...)
; x-compiling (DEFUN RENAME-THE-OLD-ONE ...)
; x-compiling (DEFUN OPEN ...)
; x-compiling (DEFVAR *TTY*)
; x-compiling (DEFVAR *STDIN*)
; x-compiling (DEFVAR *STDOUT*)
; x-compiling (DEFVAR *STDERR*)
; x-compiling (DEFUN STREAM-COLD-INIT-OR-RESET ...)
; x-compiling (DEFUN STREAM-DEINIT ...)
; x-compiling (DEFUN STDSTREAM-EXTERNAL-FORMAT ...)
; x-compiling (DEFUN STREAM-REINIT ...)
; x-compiling (DEFUN BEEP ...)
; x-compiling (DEFUN FILE-NAME ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/fd-stream.lisp-obj-tmp written
; compilation finished in 0:00:02.617
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/module.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFVAR *MODULES* ...)
; x-compiling (DEFVAR *MODULE-PROVIDER-FUNCTIONS* ...)
; x-compiling (DEFUN PROVIDE ...)
; x-compiling (DEFVAR *REQUIRING* ...)
; x-compiling (DEFUN REQUIRE-ERROR ...)
; x-compiling (DEFUN REQUIRE ...)
; x-compiling (DEFUN MODULE-PROVIDE-CONTRIB ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/module.lisp-obj-tmp written
; compilation finished in 0:00:00.138
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/interr.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFVAR *INTERNAL-ERRORS* ...)
; x-compiling (DEFERR UNKNOWN-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-FUN-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-LIST-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-BIGNUM-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-RATIO-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-SINGLE-FLOAT-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-DOUBLE-FLOAT-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-SIMPLE-STRING-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-FIXNUM-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-VECTOR-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-STRING-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-BASE-STRING-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-VECTOR-NIL-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-CHARACTER-STRING-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-BIT-VECTOR-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-ARRAY-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-NUMBER-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-RATIONAL-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-FLOAT-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-REAL-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-INTEGER-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-CONS-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-SYMBOL-ERROR ...)
; x-compiling (DEFERR UNDEFINED-FUN-ERROR ...)
; x-compiling (DEFERR INVALID-ARG-COUNT-ERROR ...)
; x-compiling (DEFERR BOGUS-ARG-TO-VALUES-LIST-ERROR ...)
; x-compiling (DEFERR UNBOUND-SYMBOL-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-CHARACTER-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-SAP-ERROR ...)
; x-compiling (DEFERR INVALID-UNWIND-ERROR ...)
; x-compiling (DEFERR UNSEEN-THROW-TAG-ERROR ...)
; x-compiling (DEFERR NIL-FUN-RETURNED-ERROR ...)
; x-compiling (DEFERR NIL-ARRAY-ACCESSED-ERROR ...)
; x-compiling (DEFERR DIVISION-BY-ZERO-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-TYPE-ERROR ...)
; x-compiling (DEFERR LAYOUT-INVALID-ERROR ...)
; x-compiling (DEFERR ODD-KEY-ARGS-ERROR ...)
; x-compiling (DEFERR UNKNOWN-KEY-ARG-ERROR ...)
; x-compiling (DEFERR INVALID-ARRAY-INDEX-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-SIMPLE-ARRAY-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-SIGNED-BYTE-32-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-UNSIGNED-BYTE-32-ERROR ...)
; x-compiling (DEFERR TLS-EXHAUSTED-ERROR ...)
; x-compiling (DEFINE-SIMPLE-ARRAY-INTERNAL-ERRORS)
; x-compiling (DEFERR OBJECT-NOT-COMPLEX-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-COMPLEX-RATIONAL-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-COMPLEX-SINGLE-FLOAT-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-COMPLEX-DOUBLE-FLOAT-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-WEAK-POINTER-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-INSTANCE-ERROR ...)
; x-compiling (DEFERR OBJECT-NOT-COMPLEX-VECTOR-ERROR ...)
; x-compiling (DEFVAR *FINDING-NAME* ...)
; x-compiling (DEFUN FIND-CALLER-NAME-AND-FRAME ...)
; x-compiling (DEFUN FIND-INTERRUPTED-NAME-AND-FRAME ...)
; x-compiling (DEFUN INTERNAL-ERROR ...)
; x-compiling (DEFUN CONTROL-STACK-EXHAUSTED-ERROR ...)
; x-compiling (DEFUN BINDING-STACK-EXHAUSTED-ERROR ...)
; x-compiling (DEFUN ALIEN-STACK-EXHAUSTED-ERROR ...)
; x-compiling (DEFVAR *HEAP-EXHAUSTED-ERROR-CONDITION*)
; x-compiling (DEFVAR *HEAP-EXHAUSTED-ERROR-AVAILABLE-BYTES*)
; x-compiling (DEFVAR *HEAP-EXHAUSTED-ERROR-REQUESTED-BYTES*)
; x-compiling (DEFUN HEAP-EXHAUSTED-ERROR ...)
; x-compiling (DEFUN UNDEFINED-ALIEN-VARIABLE-ERROR ...)
; x-compiling (DEFUN UNDEFINED-ALIEN-FUNCTION-ERROR ...)
; x-compiling (DEFINE-ALIEN-VARIABLE CURRENT-MEMORY-FAULT-ADDRESS ...)
; x-compiling (DEFUN MEMORY-FAULT-ERROR ...)
; x-compiling (DEFUN UNHANDLED-TRAP-ERROR ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/interr.lisp-obj-tmp written
; compilation finished in 0:00:00.705
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/query.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN QUERY-READ-CHAR ...)
; x-compiling (DEFUN QUERY-READ-LINE ...)
; x-compiling (DEFUN MAYBE-PRINT-QUERY ...)
; x-compiling (DEFUN CLARIFY-LEGAL-QUERY-INPUT ...)
; x-compiling (DEFUN Y-OR-N-P ...)
; x-compiling (DEFUN YES-OR-NO-P ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/query.lisp-obj-tmp written
; compilation finished in 0:00:00.020
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/sort.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN SORT-VECTOR ...)
; x-compiling (DECLAIM (MAYBE-INLINE SORT))
; x-compiling (DEFUN SORT ...)
; x-compiling (DEFUN STABLE-SORT ...)
; x-compiling (DEFUN LAST-CONS-OF ...)
; x-compiling (DEFUN MERGE-LISTS* ...)
; x-compiling (DEFUN STABLE-SORT-LIST ...)
; x-compiling (DEFUN STABLE-SORT-SIMPLE-VECTOR ...)
; x-compiling (DEFUN STABLE-SORT-VECTOR ...)
; x-compiling (DEFUN MERGE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/sort.lisp-obj-tmp written
; compilation finished in 0:00:00.516
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/time.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN TIME-REINIT ...)
; x-compiling (SETF (FDOCUMENTATION # ...) ...)
; x-compiling (DEFUN GET-INTERNAL-RUN-TIME ...)
; x-compiling (DEFCONSTANT SECONDS-IN-WEEK ...)
; x-compiling (DEFCONSTANT WEEKS-OFFSET ...)
; x-compiling (DEFCONSTANT SECONDS-OFFSET ...)
; x-compiling (DEFCONSTANT MINUTES-PER-DAY ...)
; x-compiling (DEFCONSTANT QUARTER-DAYS-PER-YEAR ...)
; x-compiling (DEFCONSTANT QUARTER-DAYS-PER-CENTURY ...)
; x-compiling (DEFCONSTANT NOVEMBER-17-1858 ...)
; x-compiling (DEFCONSTANT WEEKDAY-NOVEMBER-17-1858 ...)
; x-compiling (DEFCONSTANT UNIX-TO-UNIVERSAL-TIME ...)
; x-compiling (DEFUN GET-UNIVERSAL-TIME ...)
; x-compiling (DEFUN GET-DECODED-TIME ...)
; x-compiling (DEFCONSTANT +MAR-1-2000+ ...)
; x-compiling (DEFCONSTANT +MAR-1-2035+ ...)
; x-compiling (DEFCONSTANT +MAR-1-1903+ ...)
; x-compiling (DEFUN YEARS-SINCE-MAR-2000 ...)
; x-compiling (DEFUN TRUNCATE-TO-UNIX-RANGE ...)
; x-compiling (DEFUN DECODE-UNIVERSAL-TIME ...)
; x-compiling (DEFUN PICK-OBVIOUS-YEAR ...)
; x-compiling (DEFUN LEAP-YEARS-BEFORE ...)
; x-compiling (DEFVAR *DAYS-BEFORE-MONTH* ...)
; x-compiling (DEFUN ENCODE-UNIVERSAL-TIME ...)
; x-compiling (DEFVAR *GC-RUN-TIME* ...)
; x-compiling (DECLAIM (TYPE INDEX ...))
; x-compiling (DEFUN PRINT-TIME ...)
; x-compiling (DEFMACRO TIME ...)
; x-compiling (DEFUN TIME-GET-SYS-INFO ...)
; x-compiling (DEFUN ELAPSED-CYCLES ...)
; x-compiling (DECLAIM (INLINE READ-CYCLE-COUNTER))
; x-compiling (DEFUN READ-CYCLE-COUNTER ...)
; x-compiling (DEFUN FORMAT-MICROSECONDS ...)
; x-compiling (DEFUN FORMAT-MILLISECONDS ...)
; x-compiling (DEFUN %FORMAT-DECIMAL ...)
; x-compiling (DEFUN CALL-WITH-TIMING ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/time.lisp-obj-tmp written
; compilation finished in 0:00:00.347
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/timer.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DECLAIM (INLINE HEAP-PARENT ...))
; x-compiling (DEFUN HEAP-PARENT ...)
; x-compiling (DEFUN HEAP-LEFT ...)
; x-compiling (DEFUN HEAP-RIGHT ...)
; x-compiling (DEFUN HEAPIFY ...)
; x-compiling (DEFUN HEAP-INSERT ...)
; x-compiling (DEFUN HEAP-MAXIMUM ...)
; x-compiling (DEFUN HEAP-EXTRACT ...)
; x-compiling (DEFUN HEAP-EXTRACT-MAXIMUM ...)
; x-compiling (DEFSTRUCT (PRIORITY-QUEUE # ...) ...)
; x-compiling (DEFUN MAKE-PRIORITY-QUEUE ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFUN PRIORITY-QUEUE-MAXIMUM ...)
; x-compiling (DEFUN PRIORITY-QUEUE-EXTRACT-MAXIMUM ...)
; x-compiling (DEFUN PRIORITY-QUEUE-INSERT ...)
; x-compiling (DEFUN PRIORITY-QUEUE-EMPTY-P ...)
; x-compiling (DEFUN PRIORITY-QUEUE-REMOVE ...)
; x-compiling (DEFSTRUCT (TIMER # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFUN MAKE-TIMER ...)
; x-compiling (DEFUN TIMER-NAME ...)
; x-compiling (DEFUN TIMER-SCHEDULED-P ...)
; x-compiling (DEFVAR *SCHEDULER-LOCK* ...)
; x-compiling (DEFMACRO WITH-SCHEDULER-LOCK ...)
; x-compiling (DEFUN UNDER-SCHEDULER-LOCK-P ...)
; x-compiling (DEFPARAMETER *SCHEDULE* ...)
; x-compiling (DEFUN PEEK-SCHEDULE ...)
; x-compiling (DEFUN TIME-LEFT ...)
; x-compiling (DEFUN DELTA->REAL ...)
; x-compiling (DEFUN MAKE-CANCELLABLE-INTERRUPTOR ...)
; x-compiling (DEFUN %SCHEDULE-TIMER ...)
; x-compiling (DEFUN SCHEDULE-TIMER ...)
; x-compiling (DEFUN UNSCHEDULE-TIMER ...)
; x-compiling (DEFUN LIST-ALL-TIMERS ...)
; x-compiling (DEFUN RESCHEDULE-TIMER ...)
; x-compiling (DEFUN REAL-TIME->SEC-AND-USEC ...)
; x-compiling (DEFUN SET-SYSTEM-TIMER ...)
; x-compiling (DEFUN RUN-TIMER ...)
; x-compiling (DEFUN RUN-EXPIRED-TIMERS ...)
; x-compiling (DEFUN TIMEOUT-CERROR ...)
; x-compiling (DEFMACRO WITH-TIMEOUT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/timer.lisp-obj-tmp written
; compilation finished in 0:00:00.719
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/weak.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN MAKE-WEAK-POINTER ...)
; x-compiling (DECLAIM (INLINE WEAK-POINTER-VALUE))
; x-compiling (DEFUN WEAK-POINTER-VALUE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/weak.lisp-obj-tmp written
; compilation finished in 0:00:00.008
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/final.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFGLOBAL **FINALIZER-STORE** ...)
; x-compiling (DEFGLOBAL **FINALIZER-STORE-LOCK** ...)
; x-compiling (DEFMACRO WITH-FINALIZER-STORE-LOCK ...)
; x-compiling (DEFUN FINALIZE ...)
; x-compiling (DEFUN DEINIT-FINALIZERS ...)
; x-compiling (DEFUN CANCEL-FINALIZATION ...)
; x-compiling (DEFUN RUN-PENDING-FINALIZERS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/final.lisp-obj-tmp written
; compilation finished in 0:00:00.353
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/setf-funs.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFINE-SETTERS ("COMMON-LISP") ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/setf-funs.lisp-obj-tmp written
; compilation finished in 0:00:00.112
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/stubs.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEF %CALLER-FRAME ...)
; x-compiling (DEF %CALLER-PC ...)
; x-compiling (DEF %CODE-CODE-SIZE)
; x-compiling (DEF %CODE-DEBUG-INFO)
; x-compiling (DEF %CODE-ENTRY-POINTS)
; x-compiling (DEF %FUNCALLABLE-INSTANCE-LAYOUT)
; x-compiling (DEF %SET-FUNCALLABLE-INSTANCE-LAYOUT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/stubs.lisp-obj-tmp written
; compilation finished in 0:00:00.014
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/exhaust.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFINE-ALIEN-ROUTINE RESET-CONTROL-STACK-GUARD-PAGE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/exhaust.lisp-obj-tmp written
; compilation finished in 0:00:00.007
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/early-c.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEF!CONSTANT SB-XC:CALL-ARGUMENTS-LIMIT ...)
; x-compiling (DEF!CONSTANT SB-XC:LAMBDA-PARAMETERS-LIMIT ...)
; x-compiling (DEF!CONSTANT SB-XC:MULTIPLE-VALUES-LIMIT ...)
; x-compiling (DEFVAR SB-XC:*COMPILE-FILE-PATHNAME*)
; x-compiling (DEFVAR SB-XC:*COMPILE-FILE-TRUENAME*)
; x-compiling (DEFVAR SB-XC:*COMPILE-PRINT*)
; x-compiling (DEFVAR SB-XC:*COMPILE-VERBOSE*)
; x-compiling (DEF!TYPE LAYOUT-DEPTHOID ...)
; x-compiling (DEFTYPE INLINEP ...)
; x-compiling (DEFPARAMETER *INLINEP-TRANSLATIONS* ...)
; x-compiling (DEFVAR *LEXENV*)
; x-compiling (DECLAIM (TYPE LEXENV ...))
; x-compiling (DEFVAR *FREE-VARS*)
; x-compiling (DEFVAR *FREE-FUNS*)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (DEFVAR *CONSTANTS*)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (DEFVAR *ALLOW-INSTRUMENTING*)
; x-compiling (DEFVAR *CODE-SEGMENT*)
; x-compiling (DEFVAR *COMPONENT-BEING-COMPILED*)
; x-compiling (DEFVAR *COMPILER-ERROR-CONTEXT*)
; x-compiling (DEFVAR *COMPILER-ERROR-COUNT*)
; x-compiling (DEFVAR *COMPILER-WARNING-COUNT*)
; x-compiling (DEFVAR *COMPILER-STYLE-WARNING-COUNT*)
; x-compiling (DEFVAR *COMPILER-NOTE-COUNT*)
; x-compiling (DEFVAR *COMPILER-TRACE-OUTPUT*)
; x-compiling (DEFVAR *CONSTRAINT-UNIVERSE*)
; x-compiling (DEFVAR *COUNT-VOP-USAGES*)
; x-compiling (DEFVAR *CURRENT-PATH*)
; x-compiling (DEFVAR *CURRENT-COMPONENT*)
; x-compiling (DEFVAR *DELAYED-IR1-TRANSFORMS*)
; x-compiling (DEFVAR *EVAL-TLF-INDEX*)
; x-compiling (DEFVAR *HANDLED-CONDITIONS*)
; x-compiling (DEFVAR *DISABLED-PACKAGE-LOCKS*)
; x-compiling (DEFVAR *POLICY*)
; x-compiling (DEFVAR *DYNAMIC-COUNTS-TN*)
; x-compiling (DEFVAR *ELSEWHERE*)
; x-compiling (DEFVAR *EVENT-INFO*)
; x-compiling (DEFVAR *EVENT-NOTE-THRESHOLD*)
; x-compiling (DEFVAR *FAILURE-P*)
; x-compiling (DEFVAR *FIXUP-NOTES*)
; x-compiling (DEFVAR *IN-PACK*)
; x-compiling (DEFVAR *INFO-ENVIRONMENT*)
; x-compiling (DEFVAR *CONSTANT-SEGMENT*)
; x-compiling (DEFVAR *CONSTANT-TABLE*)
; x-compiling (DEFVAR *CONSTANT-VECTOR*)
; x-compiling (DEFVAR *LEXENV*)
; x-compiling (DEFVAR *SOURCE-INFO*)
; x-compiling (DEFVAR *SOURCE-PLIST*)
; x-compiling (DEFVAR *SOURCE-NAMESTRING*)
; x-compiling (DEFVAR *TRACE-TABLE*)
; x-compiling (DEFVAR *UNDEFINED-WARNINGS*)
; x-compiling (DEFVAR *WARNINGS-P*)
; x-compiling (DEFVAR *LAMBDA-CONVERSIONS*)
; x-compiling (DEFVAR *STACK-ALLOCATE-DYNAMIC-EXTENT* ...)
; x-compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; x-compiling (DEFGLOBAL **WORLD-LOCK** ...)
; x-compiling (!COLD-INIT-FORMS (SETF **WORLD-LOCK** ...))
; x-compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !WORLD-LOCK-COLD-INIT)
; x-compiling (DEFMACRO WITH-WORLD-LOCK ...)
; x-compiling (DECLAIM (TYPE FIXNUM ...))
; x-compiling (DEFVAR *COMPILER-SSET-COUNTER* ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN NOTE-NAME-DEFINED ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN NOTE-LEXICAL-BINDING ...)
; x-compiling (DEF!STRUCT (DEBUG-NAME-MARKER # ...))
; x-compiling (DEFVAR *DEBUG-NAME-LEVEL* ...)
; x-compiling (DEFVAR *DEBUG-NAME-LENGTH* ...)
; x-compiling (DEFVAR *DEBUG-NAME-PUNT*)
; x-compiling (DEFVAR *DEBUG-NAME-SHARP*)
; x-compiling (DEFVAR *DEBUG-NAME-ELLIPSIS*)
; x-compiling (DEFUN DUMP-DEBUG-NAME-MARKER ...)
; x-compiling (DEFUN PRINT-DEBUG-NAME-MARKER ...)
; x-compiling (SETF *DEBUG-NAME-SHARP* ...)
; x-compiling (DEFUN DEBUG-NAME ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/early-c.lisp-obj-tmp written
; compilation finished in 0:00:00.157
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/policy.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEF!TYPE POLICY-QUALITY ...)
; x-compiling (DEFVAR *POLICY-RESTRICTIONS* ...)
; x-compiling (DEFUN RESTRICT-COMPILER-POLICY ...)
; x-compiling (DEF!TYPE POLICY ...)
; x-compiling (DEFSTRUCT POLICY-DEPENDENT-QUALITY ...)
; x-compiling (DEFVAR *POLICY-QUALITIES*)
; x-compiling (DEFVAR *POLICY-DEPENDENT-QUALITIES* ...)
; x-compiling (DEFUN POLICY-QUALITY-NAME-P ...)
; x-compiling (DEFUN POLICY-QUALITY-DEPRECATION-WARNING ...)
; x-compiling (DECLAIM (TYPE POLICY ...))
; x-compiling (DEFVAR *POLICY*)
; x-compiling (DEFUN SORT-POLICY ...)
; x-compiling (DEFUN !POLICY-COLD-INIT-OR-RESANIFY ...)
; x-compiling (DEFUN POLICY-QUALITY ...)
; x-compiling (DEFUN %POLICY-QUALITY ...)
; x-compiling (DEFMACRO POLICY ...)
; x-compiling (DEFMACRO DEFINE-OPTIMIZATION-QUALITY ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/policy.lisp-obj-tmp written
; compilation finished in 0:00:00.118
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/policies.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFINE-OPTIMIZATION-QUALITY CHECK-CONSTANT-MODIFICATION ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY TYPE-CHECK ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY CHECK-TAG-EXISTENCE ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY LET-CONVERSION ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY REST-CONVERSION ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY ALIEN-FUNCALL-SAVES-FP-AND-PC ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY VERIFY-ARG-COUNT ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY MERGE-TAIL-CALLS ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY INSERT-DEBUG-CATCH ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY RECOGNIZE-SELF-CALLS ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY FLOAT-ACCURACY ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY INSERT-STEP-CONDITIONS ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY COMPUTE-DEBUG-FUN ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY PRESERVE-SINGLE-USE-DEBUG-VARIABLES ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY INSERT-ARRAY-BOUNDS-CHECKS ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY STORE-XREF-DATA ...)
; x-compiling (DEFINE-OPTIMIZATION-QUALITY STORE-COVERAGE-DATA ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/policies.lisp-obj-tmp written
; compilation finished in 0:00:00.624
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/typedefs.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; x-compiling (DEFMACRO !DEF-TYPE-TRANSLATOR ...)
; x-compiling (DECLAIM (SPECIAL *WILD-TYPE* ...))
; x-compiling (DEFVAR *TYPE-RANDOM-STATE*)
; x-compiling (DEF!STRUCT (CTYPE # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFUN MAKE-TYPE-LOAD-FORM ...)
; x-compiling (DEFUN HIERARCHICAL-INTERSECTION2 ...)
; x-compiling (DEFUN HIERARCHICAL-UNION2 ...)
; x-compiling (DECLAIM (INLINE TYPE-CACHE-HASH))
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN TYPE-CACHE-HASH ...)
; x-compiling (DECLAIM (INLINE TYPE-LIST-CACHE-HASH))
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN TYPE-LIST-CACHE-HASH ...)
; x-compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !TYPEDEFS-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/typedefs.lisp-obj-tmp written
; compilation finished in 0:00:00.449
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/macros.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DECLAIM (SPECIAL *WILD-TYPE* ...))
; x-compiling (DEFTYPE INLINEP ...)
; x-compiling (DEFMACRO DEF-IR1-TRANSLATOR ...)
; x-compiling (DEFMACRO SOURCE-TRANSFORM-LAMBDA ...)
; x-compiling (DEFMACRO DEFINE-SOURCE-TRANSFORM ...)
; x-compiling (DEFTYPE ATTRIBUTES ...)
; x-compiling (DEFUN COMPUTE-ATTRIBUTE-MASK ...)
; x-compiling (DEFMACRO ATTRIBUTES-UNION ...)
; x-compiling (DEFMACRO ATTRIBUTES-INTERSECTION ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DECLAIM (INLINE ATTRIBUTES=))
; x-compiling (DEFUN ATTRIBUTES= ...)
; x-compiling (DEFUN PARSE-DEFTRANSFORM ...)
; x-compiling (DEFMACRO DEFTRANSFORM ...)
; x-compiling (DEFMACRO DEFKNOWN ...)
; x-compiling (DEFMACRO DEFOPTIMIZER ...)
; x-compiling (DEFMACRO DO-BLOCKS ...)
; x-compiling (DEFMACRO DO-BLOCKS-BACKWARDS ...)
; x-compiling (DEFMACRO DO-USES ...)
; x-compiling (DEFMACRO DO-NODES ...)
; x-compiling (DEFMACRO DO-NODES-BACKWARDS ...)
; x-compiling (DEFMACRO DO-NODES-CAREFULLY ...)
; x-compiling (DEFMACRO WITH-IR1-ENVIRONMENT-FROM-NODE ...)
; x-compiling (DEFUN %WITH-IR1-ENVIRONMENT-FROM-NODE ...)
; x-compiling (DEFMACRO WITH-IR1-NAMESPACE ...)
; x-compiling (DEFMACRO LEXENV-FIND ...)
; x-compiling (DEFMACRO WITH-COMPONENT-LAST-BLOCK ...)
; x-compiling (DEFSTRUCT (EVENT-INFO #) ...)
; x-compiling (DEFVAR *EVENT-INFO* ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN EVENT-INFO-OR-LOSE ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN EVENT-COUNT ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN EVENT-ACTION ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN %SET-EVENT-ACTION ...)
; x-compiling (DEFSETF EVENT-ACTION ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN EVENT-LEVEL ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN %SET-EVENT-LEVEL ...)
; x-compiling (DEFSETF EVENT-LEVEL ...)
; x-compiling (DEFMACRO DEFEVENT ...)
; x-compiling (DECLAIM (TYPE UNSIGNED-BYTE ...))
; x-compiling (DEFVAR *EVENT-NOTE-THRESHOLD* ...)
; x-compiling (DEFMACRO EVENT ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN EVENT-STATISTICS ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN CLEAR-EVENT-STATISTICS ...)
; x-compiling (DECLAIM (INLINE FIND-IN ...))
; x-compiling (DEFUN FIND-IN ...)
; x-compiling (DEFUN POSITION-IN ...)
; x-compiling (DEF!MACRO DELETEF-IN ...)
; x-compiling (DEF!MACRO PUSH-IN ...)
; x-compiling (DEFMACRO POSITION-OR-LOSE ...)
; x-compiling (DEFVAR *COMPILER-PRINT-VARIABLE-ALIST* ...)
; x-compiling (DEFMACRO WITH-COMPILER-IO-SYNTAX ...)
; x-compiling (DEFMACRO COMPILER-DESTRUCTURING-BIND ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/macros.lisp-obj-tmp written
; compilation finished in 0:00:00.425
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/vm-macs.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!VM")
; x-compiling (DEFMACRO PAD-DATA-BLOCK ...)
; x-compiling (DEFUN REMOVE-KEYWORDS ...)
; x-compiling (DEF!STRUCT (PRIM-OBJECT-SLOT # ...) ...)
; x-compiling (DEF!STRUCT (PRIMITIVE-OBJECT #) ...)
; x-compiling (DEFVAR *PRIMITIVE-OBJECTS* ...)
; x-compiling (DEFUN %DEFINE-PRIMITIVE-OBJECT ...)
; x-compiling (DEFMACRO DEFINE-PRIMITIVE-OBJECT ...)
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFMACRO DEF-REFFER ...)
; x-compiling (DEFMACRO DEF-SETTER ...)
; x-compiling (DEFMACRO DEF-ALLOC ...)
; x-compiling (DEFMACRO DEF-CASSER ...)
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEF!CONSTANT SC-NUMBER-LIMIT ...)
; x-compiling (DEFSTRUCT MODULAR-CLASS ...)
; x-compiling (DEFVAR *UNTAGGED-UNSIGNED-MODULAR-CLASS* ...)
; x-compiling (DEFVAR *UNTAGGED-SIGNED-MODULAR-CLASS* ...)
; x-compiling (DEFVAR *TAGGED-MODULAR-CLASS* ...)
; x-compiling (DEFUN FIND-MODULAR-CLASS ...)
; x-compiling (DEFSTRUCT MODULAR-FUN-INFO ...)
; x-compiling (DEFUN FIND-MODULAR-VERSION ...)
; x-compiling (DEFUN MODULAR-VERSION-INFO ...)
; x-compiling (DEFUN %DEFINE-MODULAR-FUN ...)
; x-compiling (DEFMACRO DEFINE-MODULAR-FUN ...)
; x-compiling (DEFUN %DEFINE-GOOD-MODULAR-FUN ...)
; x-compiling (DEFMACRO DEFINE-GOOD-MODULAR-FUN ...)
; x-compiling (DEFMACRO DEFINE-MODULAR-FUN-OPTIMIZER ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/generic/vm-macs.lisp-obj-tmp written
; compilation finished in 0:00:00.481
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/sset.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEF!STRUCT (SSET-ELEMENT # ...) ...)
; x-compiling (DEFSTRUCT (SSET #) ...)
; x-compiling (DEFPRINTER (SSET) ...)
; x-compiling (DEFMACRO DO-SSET-ELEMENTS ...)
; x-compiling (DECLAIM (INLINE SSET-HASH1))
; x-compiling (DEFUN SSET-HASH1 ...)
; x-compiling (DECLAIM (INLINE SSET-HASH2))
; x-compiling (DEFUN SSET-HASH2 ...)
; x-compiling (DEFUN SSET-GROW ...)
; x-compiling (DEFCONSTANT +SSET-REHASH-THRESHOLD+ ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN SSET-ADJOIN ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN SSET-DELETE ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN SSET-MEMBER ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN SSET= ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN SSET-EMPTY ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN COPY-SSET ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN SSET-UNION ...)
; x-compiling (DEFUN SSET-INTERSECTION ...)
; x-compiling (DEFUN SSET-DIFFERENCE ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN SSET-UNION-OF-DIFFERENCE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/sset.lisp-obj-tmp written
; compilation finished in 0:00:00.228
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/node.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEF!STRUCT (CTRAN # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEF!STRUCT (LVAR # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEF!STRUCT (NODE # ...) ...)
; x-compiling (DEF!STRUCT (VALUED-NODE # ...) ...)
; x-compiling (!DEF-BOOLEAN-ATTRIBUTE BLOCK ...)
; x-compiling (FROB REOPTIMIZE)
; x-compiling (FROB FLUSH-P)
; x-compiling (FROB TYPE-CHECK)
; x-compiling (FROB DELETE-P)
; x-compiling (FROB TYPE-ASSERTED)
; x-compiling (FROB TEST-MODIFIED)
; x-compiling (DEF!STRUCT (CBLOCK # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEF!STRUCT (BLOCK-ANNOTATION # ...) ...)
; x-compiling (DEF!STRUCT (COMPONENT # ...) ...)
; x-compiling (DEFPRINTER (COMPONENT :IDENTITY ...) ...)
; x-compiling (DEFUN AVER-LIVE-COMPONENT ...)
; x-compiling (DEFUN LAMBDA-TOPLEVELISH-P ...)
; x-compiling (DEFUN COMPONENT-TOPLEVELISH-P ...)
; x-compiling (DEF!STRUCT (CLEANUP #) ...)
; x-compiling (DEFPRINTER (CLEANUP :IDENTITY ...) ...)
; x-compiling (DEF!STRUCT (PHYSENV #) ...)
; x-compiling (DEFPRINTER (PHYSENV :IDENTITY ...) ...)
; x-compiling (DEF!STRUCT (TAIL-SET) ...)
; x-compiling (DEFPRINTER (TAIL-SET :IDENTITY ...) ...)
; x-compiling (DEF!STRUCT (NLX-INFO # ...) ...)
; x-compiling (DEFPRINTER (NLX-INFO :IDENTITY ...) ...)
; x-compiling (DEF!STRUCT (LEAF # ...) ...)
; x-compiling (DEFUN LEAF-DYNAMIC-EXTENT ...)
; x-compiling (DEFUN LEAF-HAS-SOURCE-NAME-P ...)
; x-compiling (DEFUN LEAF-SOURCE-NAME ...)
; x-compiling (DEFUN LEAF-DEBUG-NAME ...)
; x-compiling (DEFUN LEAF-%DEBUG-NAME ...)
; x-compiling (DEF!STRUCT (CONSTANT # ...) ...)
; x-compiling (DEFPRINTER (CONSTANT :IDENTITY ...) ...)
; x-compiling (DEF!STRUCT (BASIC-VAR # ...) ...)
; x-compiling (DEF!STRUCT (GLOBAL-VAR #) ...)
; x-compiling (DEFPRINTER (GLOBAL-VAR :IDENTITY ...) ...)
; x-compiling (DEF!STRUCT (DEFINED-FUN #) ...)
; x-compiling (DEFPRINTER (DEFINED-FUN :IDENTITY ...) ...)
; x-compiling (DEF!STRUCT (FUNCTIONAL #) ...)
; x-compiling (DEFPRINTER (FUNCTIONAL :IDENTITY ...) ...)
; x-compiling (DEFUN FUNCTIONAL-LETLIKE-P ...)
; x-compiling (DEFUN FUNCTIONAL-SOMEWHAT-LETLIKE-P ...)
; x-compiling (DEFUN FUNCTIONAL-DEBUG-NAME ...)
; x-compiling (DEF!STRUCT (CLAMBDA # ...) ...)
; x-compiling (DEFPRINTER (CLAMBDA :CONC-NAME ...) ...)
; x-compiling (DEF!STRUCT (OPTIONAL-DISPATCH #) ...)
; x-compiling (DEFPRINTER (OPTIONAL-DISPATCH :IDENTITY ...) ...)
; x-compiling (DEF!STRUCT ARG-INFO ...)
; x-compiling (DEFPRINTER (ARG-INFO :IDENTITY ...) ...)
; x-compiling (!DEF-BOOLEAN-ATTRIBUTE LAMBDA-VAR ...)
; x-compiling (DEF!STRUCT (LAMBDA-VAR #) ...)
; x-compiling (DEFPRINTER (LAMBDA-VAR :IDENTITY ...) ...)
; x-compiling (DEFMACRO LAMBDA-VAR-IGNOREP ...)
; x-compiling (DEFMACRO LAMBDA-VAR-INDIRECT ...)
; x-compiling (DEFMACRO LAMBDA-VAR-DELETED ...)
; x-compiling (DEFMACRO LAMBDA-VAR-EXPLICIT-VALUE-CELL ...)
; x-compiling (DEF!STRUCT (REF # ...) ...)
; x-compiling (DEFPRINTER (REF :IDENTITY ...) ...)
; x-compiling (DEF!STRUCT (CIF # ...) ...)
; x-compiling (DEFPRINTER (CIF :CONC-NAME ...) ...)
; x-compiling (DEF!STRUCT (CSET # ...) ...)
; x-compiling (DEFPRINTER (CSET :CONC-NAME ...) ...)
; x-compiling (DEF!STRUCT (BASIC-COMBINATION # ...) ...)
; x-compiling (DEF!STRUCT (COMBINATION # ...))
; x-compiling (DEFPRINTER (COMBINATION :IDENTITY ...) ...)
; x-compiling (DEF!STRUCT (MV-COMBINATION # ...))
; x-compiling (DEFPRINTER (MV-COMBINATION) ...)
; x-compiling (DEF!STRUCT (BIND # ...) ...)
; x-compiling (DEFPRINTER (BIND) ...)
; x-compiling (DEF!STRUCT (CRETURN # ...) ...)
; x-compiling (DEFPRINTER (CRETURN :CONC-NAME ...) ...)
; x-compiling (DEF!STRUCT (CAST # ...) ...)
; x-compiling (DEFPRINTER (CAST :IDENTITY ...) ...)
; x-compiling (DEF!STRUCT (ENTRY # ...) ...)
; x-compiling (DEFPRINTER (ENTRY :IDENTITY ...))
; x-compiling (DEF!STRUCT (EXIT # ...) ...)
; x-compiling (DEFPRINTER (EXIT :IDENTITY ...) ...)
; x-compiling (DEF!STRUCT (UNDEFINED-WARNING # ...) ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN %COERCE-TO-POLICY ...)
; x-compiling (DECLAIM (FREEZE-TYPE NODE ...))
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/node.lisp-obj-tmp written
; compilation finished in 0:00:03.058
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/vop.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEF!CONSTANT LOCAL-TN-LIMIT ...)
; x-compiling (DEFTYPE LOCAL-TN-NUMBER ...)
; x-compiling (DEFTYPE LOCAL-TN-COUNT ...)
; x-compiling (DEFTYPE LOCAL-TN-VECTOR ...)
; x-compiling (DEFTYPE LOCAL-TN-BIT-VECTOR ...)
; x-compiling (DEFTYPE SC-NUMBER ...)
; x-compiling (DEFTYPE SC-VECTOR ...)
; x-compiling (DEFTYPE SC-BIT-VECTOR ...)
; x-compiling (DEFTYPE LTN-POLICY ...)
; x-compiling (DEFSTRUCT (PRIMITIVE-TYPE #) ...)
; x-compiling (DEFPRINTER (PRIMITIVE-TYPE) ...)
; x-compiling (DEFSTRUCT (IR2-BLOCK # ...) ...)
; x-compiling (DEFPRINTER (IR2-BLOCK) ...)
; x-compiling (DEFSTRUCT (IR2-LVAR # ...) ...)
; x-compiling (DEFPRINTER (IR2-LVAR) ...)
; x-compiling (DEFSTRUCT (IR2-COMPONENT #) ...)
; x-compiling (DEFSTRUCT (ENTRY-INFO #) ...)
; x-compiling (DEFSTRUCT (IR2-PHYSENV #) ...)
; x-compiling (DEFPRINTER (IR2-PHYSENV) ...)
; x-compiling (DEFSTRUCT (RETURN-INFO #) ...)
; x-compiling (DEFPRINTER (RETURN-INFO) ...)
; x-compiling (DEFSTRUCT (IR2-NLX-INFO #) ...)
; x-compiling (DEFPRINTER (IR2-NLX-INFO) ...)
; x-compiling (DEFSTRUCT (CLOOP # ...) ...)
; x-compiling (DEFPRINTER (CLOOP :CONC-NAME ...) ...)
; x-compiling (DEF!STRUCT (VOP # ...) ...)
; x-compiling (DEFPRINTER (VOP) ...)
; x-compiling (DEF!STRUCT (TN-REF # ...) ...)
; x-compiling (DEFPRINTER (TN-REF) ...)
; x-compiling (DEF!STRUCT (TEMPLATE # ...) ...)
; x-compiling (DEFPRINTER (TEMPLATE) ...)
; x-compiling (DEF!STRUCT (VOP-INFO # ...) ...)
; x-compiling (DEF!STRUCT (SB #) ...)
; x-compiling (DEFPRINTER (SB) ...)
; x-compiling (DEF!STRUCT (FINITE-SB #) ...)
; x-compiling (DEF!STRUCT (SC #) ...)
; x-compiling (DEFPRINTER (SC) ...)
; x-compiling (DEF!STRUCT (TN # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFSTRUCT (GLOBAL-CONFLICTS # ...) ...)
; x-compiling (DEFPRINTER (GLOBAL-CONFLICTS) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/vop.lisp-obj-tmp written
; compilation finished in 0:00:00.745
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/backend.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFVAR *BACKEND-REGISTER-SAVE-PENALTY* ...)
; x-compiling (DECLAIM (TYPE INDEX ...))
; x-compiling (DEFVAR *BACKEND-BYTE-ORDER*)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFVAR *BACKEND-SC-NUMBERS* ...)
; x-compiling (DECLAIM (TYPE SC-VECTOR ...))
; x-compiling (DEFVAR *BACKEND-SB-LIST* ...)
; x-compiling (DECLAIM (TYPE LIST ...))
; x-compiling (DEFVAR *BACKEND-TEMPLATE-NAMES* ...)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (DEFVAR *BACKEND-SC-NAMES* ...)
; x-compiling (DEFVAR *BACKEND-SB-NAMES* ...)
; x-compiling (DEFVAR *BACKEND-META-SC-NAMES* ...)
; x-compiling (DEFVAR *BACKEND-META-SB-NAMES* ...)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (DEFVAR *BACKEND-META-SC-NUMBERS* ...)
; x-compiling (DECLAIM (TYPE SC-VECTOR ...))
; x-compiling (DEFVAR *BACKEND-PRIMITIVE-TYPE-NAMES* ...)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (DEFVAR *BACKEND-PRIMITIVE-TYPE-ALIASES* ...)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (DEFVAR *BACKEND-META-PRIMITIVE-TYPE-NAMES* ...)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (DEFVAR *BACKEND-T-PRIMITIVE-TYPE*)
; x-compiling (DECLAIM (TYPE PRIMITIVE-TYPE ...))
; x-compiling (DEFVAR *BACKEND-PARSED-VOPS* ...)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (DEFVAR *BACKEND-INSTRUCTION-FORMATS* ...)
; x-compiling (DEFVAR *BACKEND-INSTRUCTION-FLAVORS* ...)
; x-compiling (DEFVAR *BACKEND-SPECIAL-ARG-TYPES* ...)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (DEFVAR *BACKEND-PREDICATE-TYPES* ...)
; x-compiling (DEFVAR *BACKEND-TYPE-PREDICATES* ...)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (DECLAIM (TYPE LIST ...))
; x-compiling (DEFVAR *BACKEND-INTERNAL-ERRORS* ...)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFVAR *BACKEND-SUPPORT-ROUTINES*)
; x-compiling (DEF-VM-SUPPORT-ROUTINES IMMEDIATE-CONSTANT-SC ...)
; x-compiling (DEFPRINTER (VM-SUPPORT-ROUTINES))
; x-compiling (DEFMACRO !DEF-VM-SUPPORT-ROUTINE ...)
; x-compiling (DEFVAR *BACKEND-SUPPORT-ROUTINES* ...)
; x-compiling (DECLAIM (TYPE VM-SUPPORT-ROUTINES ...))
; x-compiling (DEFVAR *BACKEND-SUBFEATURES* ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/backend.lisp-obj-tmp written
; compilation finished in 0:00:00.235
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/vmdef.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFUN TEMPLATE-OR-LOSE ...)
; x-compiling (DEFUN SC-OR-LOSE ...)
; x-compiling (DEFUN SB-OR-LOSE ...)
; x-compiling (DEFUN SC-NUMBER-OR-LOSE ...)
; x-compiling (DEFUN META-SC-OR-LOSE ...)
; x-compiling (DEFUN META-SB-OR-LOSE ...)
; x-compiling (DEFUN META-SC-NUMBER-OR-LOSE ...)
; x-compiling (!DEF-BOOLEAN-ATTRIBUTE VOP ...)
; x-compiling (DEFUN COMPUTE-MOVE-COSTS ...)
; x-compiling (DEFUN PRIMITIVE-TYPE-OR-LOSE ...)
; x-compiling (DEFUN SC-ALLOWED-BY-PRIMITIVE-TYPE ...)
; x-compiling (DEF!CONSTANT MAX-VOP-TN-REFS ...)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFVAR *VOP-TN-REFS* ...)
; x-compiling (DEF!CONSTANT SC-BITS ...)
; x-compiling (DEFUN EMIT-GENERIC-VOP ...)
; x-compiling (DEFUN %EMIT-GENERIC-VOP ...)
; x-compiling (DEFUN ADJOIN-TEMPLATE ...)
; x-compiling (DEFUN TEMPLATE-TYPE-SPECIFIER ...)
; x-compiling (DECLAIM (INLINE TEMPLATE-CONDITIONAL-P))
; x-compiling (DEFUN TEMPLATE-CONDITIONAL-P ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/vmdef.lisp-obj-tmp written
; compilation finished in 0:00:00.354
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/backend-parms.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!VM")
; x-compiling (DEF!CONSTANT +BACKEND-FASL-FILE-IMPLEMENTATION+ ...)
; x-compiling (SETF *BACKEND-REGISTER-SAVE-PENALTY* ...)
; x-compiling (SETF *BACKEND-BYTE-ORDER* ...)
; x-compiling (SETF *BACKEND-PAGE-BYTES* ...)
; x-compiling (DEF!CONSTANT GENCGC-CARD-BYTES ...)
; x-compiling (DEF!CONSTANT GENCGC-ALLOC-GRANULARITY ...)
; x-compiling (DEF!CONSTANT GENCGC-RELEASE-GRANULARITY ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/x86-64/backend-parms.lisp-obj-tmp written
; compilation finished in 0:00:00.010
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/globaldb.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; x-compiling (DECLAIM (SPECIAL *UNIVERSAL-TYPE*))
; x-compiling (DECLAIM (INLINE GLOBALDB-SXHASHOID))
; x-compiling (DEFUN GLOBALDB-SXHASHOID ...)
; x-compiling (DEFUN PRIMIFY ...)
; x-compiling (DEF!CONSTANT TYPE-NUMBER-BITS ...)
; x-compiling (DEFTYPE TYPE-NUMBER ...)
; x-compiling (DEFSTRUCT (CLASS-INFO # ...) ...)
; x-compiling (DEFVAR *INFO-TYPES*)
; x-compiling (DECLAIM (TYPE SIMPLE-VECTOR ...))
; x-compiling (DEFSTRUCT (TYPE-INFO # ...) ...)
; x-compiling (DEFVAR *INFO-CLASSES*)
; x-compiling (DECLAIM (HASH-TABLE *INFO-CLASSES*))
; x-compiling (DEFUN FIND-TYPE-INFO ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN CLASS-INFO-OR-LOSE ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN TYPE-INFO-OR-LOSE ...)
; x-compiling (DEFSTRUCT (INFO-ENV # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFMACRO DO-INFO ...)
; x-compiling (DEFUN DO-COMPACT-INFO ...)
; x-compiling (DEFUN DO-VOLATILE-INFO ...)
; x-compiling (DEF!CONSTANT COMPACT-INFO-ENV-ENTRIES-BITS ...)
; x-compiling (DEFTYPE COMPACT-INFO-ENTRIES-INDEX ...)
; x-compiling (DEFTYPE COMPACT-INFO-ENTRY ...)
; x-compiling (DEFSTRUCT (COMPACT-INFO-ENV # ...) ...)
; x-compiling (DEF!CONSTANT COMPACT-INFO-ENTRY-TYPE-MASK ...)
; x-compiling (DEF!CONSTANT COMPACT-INFO-ENTRY-LAST ...)
; x-compiling (DECLAIM (INLINE COMPACT-INFO-LOOKUP-INDEX))
; x-compiling (DEFUN COMPACT-INFO-LOOKUP-INDEX ...)
; x-compiling (DEFUN COMPACT-INFO-LOOKUP ...)
; x-compiling (DEF!CONSTANT COMPACT-INFO-ENVIRONMENT-DENSITY ...)
; x-compiling (DEFUN COMPACT-INFO-ENVIRONMENT ...)
; x-compiling (DEFSTRUCT (VOLATILE-INFO-ENV # ...) ...)
; x-compiling (DEFUN VOLATILE-INFO-LOOKUP ...)
; x-compiling (DECLAIM (INLINE GET-WRITE-INFO-ENV))
; x-compiling (DEFUN GET-WRITE-INFO-ENV ...)
; x-compiling (DEFUN SET-INFO-VALUE ...)
; x-compiling (DEFUN INFO ...)
; x-compiling (DEFINE-COMPILER-MACRO INFO ...)
; x-compiling (DEFUN (SETF INFO) ...)
; x-compiling (DEFINE-COMPILER-MACRO (SETF INFO) ...)
; x-compiling (DEF!CONSTANT VOLATILE-INFO-ENVIRONMENT-DENSITY ...)
; x-compiling (DEFUN MAKE-INFO-ENVIRONMENT ...)
; x-compiling (DEFUN CLEAR-INFO ...)
; x-compiling (DEFINE-COMPILER-MACRO CLEAR-INFO ...)
; x-compiling (DEFUN CLEAR-INFO-VALUE ...)
; x-compiling (DEFVAR *INFO-ENVIRONMENT*)
; x-compiling (DECLAIM (TYPE LIST ...))
; x-compiling (!COLD-INIT-FORMS (SETQ *INFO-ENVIRONMENT* ...) ...)
; x-compiling (DEFUN GET-INFO-VALUE ...)
; x-compiling (DEFINE-INFO-CLASS :FUNCTION)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-CLASS :VARIABLE)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-CLASS :TYPE)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-CLASS :TYPED-STRUCTURE)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-CLASS :DECLARATION)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-CLASS :ALIEN-TYPE)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-CLASS :SETF)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-CLASS :RANDOM-DOCUMENTATION)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-CLASS :SOURCE-LOCATION)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DEFINE-INFO-TYPE :CLASS ...)
; x-compiling (DECLAIM (FREEZE-TYPE INFO-ENV))
; x-compiling (!COLD-INIT-FORMS (/SHOW0 "beginning *INFO-CLASSES* init, calling MAKE-HASH-TABLE") ...)
; x-compiling (FROB)
; x-compiling (DEFVAR *SETF-ASSUMED-FBOUNDP*)
; x-compiling (!COLD-INIT-FORMS (SETF *SETF-ASSUMED-FBOUNDP* ...))
; x-compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !GLOBALDB-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/globaldb.lisp-obj-tmp written
; compilation finished in 0:00:00.647
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/info-functions.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFUN CHECK-FUN-NAME ...)
; x-compiling (DEFUN PROCLAIM-AS-FUN-NAME ...)
; x-compiling (DEFUN NOTE-IF-SETF-FUN-AND-MACRO ...)
; x-compiling (DEFUN UNDEFINE-FUN-NAME ...)
; x-compiling (DEFUN BECOME-DEFINED-FUN-NAME ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN FUN-NAME-INLINE-EXPANSION ...)
; x-compiling (DEFUN SB-XC:MACRO-FUNCTION ...)
; x-compiling (DEFUN (SETF SB-XC:MACRO-FUNCTION) ...)
; x-compiling (DEFUN FUN-LOCALLY-DEFINED-P ...)
; x-compiling (DEFUN SB-XC:COMPILER-MACRO-FUNCTION ...)
; x-compiling (DEFUN (SETF SB-XC:COMPILER-MACRO-FUNCTION) ...)
; x-compiling (DEFUN FDOCUMENTATION ...)
; x-compiling (DEFUN (SETF FDOCUMENTATION) ...)
; x-compiling (DEFUN RANDOM-DOCUMENTATION ...)
; x-compiling (DEFUN (SETF RANDOM-DOCUMENTATION) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/info-functions.lisp-obj-tmp written
; compilation finished in 0:00:00.747
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/force-delayed-defbangconstants.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/force-delayed-defbangconstants.lisp-obj-tmp written
; compilation finished in 0:00:00.005
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defmacro.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN %EXPANDER-FOR-DEFMACRO ...)
; x-compiling (DEF (:LOAD-TOPLEVEL :EXECUTE) ...)
; x-compiling (DEF NIL ...)
; x-compiling (DEFMACRO SB-XC:DEFMACRO ...)
; x-compiling (DEF!MACRO DEFMACRO-MUNDANELY ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/defmacro.lisp-obj-tmp written
; compilation finished in 0:00:00.121
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/force-delayed-defbangmacros.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/force-delayed-defbangmacros.lisp-obj-tmp written
; compilation finished in 0:00:00.003
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/late-macros.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/late-macros.lisp-obj-tmp written
; compilation finished in 0:00:00.003
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/meta-vmdef.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFMACRO DEFINE-STORAGE-BASE ...)
; x-compiling (DEFMACRO DEFINE-STORAGE-CLASS ...)
; x-compiling (DEFMACRO DO-SC-PAIRS ...)
; x-compiling (DEFMACRO DEFINE-MOVE-FUN ...)
; x-compiling (DEFPARAMETER *SC-VOP-SLOTS* ...)
; x-compiling (DEFMACRO DEFINE-MOVE-VOP ...)
; x-compiling (DEFUN META-PRIMITIVE-TYPE-OR-LOSE ...)
; x-compiling (DEFMACRO !DEF-PRIMITIVE-TYPE ...)
; x-compiling (DEFMACRO !DEF-PRIMITIVE-TYPE-ALIAS ...)
; x-compiling (DEFPARAMETER *PRIMITIVE-TYPE-SLOT-ALIST* ...)
; x-compiling (DEFMACRO PRIMITIVE-TYPE-VOP ...)
; x-compiling (DEFUN META-SC-ALLOWED-BY-PRIMITIVE-TYPE ...)
; x-compiling (DEF!STRUCT (VOP-PARSE # ...) ...)
; x-compiling (DEFPRINTER (VOP-PARSE) ...)
; x-compiling (DEF!STRUCT (OPERAND-PARSE # ...) ...)
; x-compiling (DEFPRINTER (OPERAND-PARSE) ...)
; x-compiling (DEFUN FIND-OPERAND ...)
; x-compiling (DEFUN VOP-PARSE-OR-LOSE ...)
; x-compiling (DEFUN ACCESS-OPERANDS ...)
; x-compiling (DEFUN IGNORE-UNREFERENCED-TEMPS ...)
; x-compiling (DEFUN VOP-SPEC-ARG ...)
; x-compiling (DEFUN PARSE-TIME-SPEC ...)
; x-compiling (DEFUN TIME-SPEC-ORDER ...)
; x-compiling (DEFUN COMPUTE-TEMPORARIES-DESCRIPTION ...)
; x-compiling (DEFUN COMPUTE-REF-ORDERING ...)
; x-compiling (DEFUN MAKE-EMIT-FUNCTION-AND-FRIENDS ...)
; x-compiling (DEFUN FIND-MOVE-FUNS ...)
; x-compiling (DEFUN CALL-MOVE-FUN ...)
; x-compiling (DEFUN DECIDE-TO-LOAD ...)
; x-compiling (DEFUN MAKE-GENERATOR-FUNCTION ...)
; x-compiling (DEFVAR *PARSE-VOP-OPERAND-COUNT*)
; x-compiling (DEFUN MAKE-OPERAND-PARSE-TEMP ...)
; x-compiling (DEFUN MAKE-OPERAND-PARSE-LOAD-TN ...)
; x-compiling (DEFUN !PARSE-VOP-OPERANDS ...)
; x-compiling (DEFUN PARSE-TEMPORARY ...)
; x-compiling (DEFUN COMPUTE-PARSE-VOP-OPERAND-COUNT ...)
; x-compiling (DEFUN PARSE-DEFINE-VOP ...)
; x-compiling (DEFUN COMPUTE-LOADING-COSTS ...)
; x-compiling (DEFPARAMETER *NO-COSTS* ...)
; x-compiling (DEFPARAMETER *NO-LOADS* ...)
; x-compiling (DEFUN COMPUTE-LOADING-COSTS-IF-ANY ...)
; x-compiling (DEFUN COMPUTE-COSTS-AND-RESTRICTIONS-LIST ...)
; x-compiling (DEFUN MAKE-COSTS-AND-RESTRICTIONS ...)
; x-compiling (DEFUN !PARSE-VOP-OPERAND-TYPES ...)
; x-compiling (DEFUN CHECK-OPERAND-TYPE-SCS ...)
; x-compiling (DEFUN CHECK-OPERAND-TYPES ...)
; x-compiling (DEFUN !GROVEL-VOP-OPERANDS ...)
; x-compiling (DEFUN !SET-UP-FUN-TRANSLATION ...)
; x-compiling (DEFUN MAKE-OPERAND-TYPE ...)
; x-compiling (DEFUN SPECIFY-OPERAND-TYPES ...)
; x-compiling (DEFUN MAKE-VOP-INFO-TYPES ...)
; x-compiling (DEFPARAMETER *SLOT-INHERIT-ALIST* ...)
; x-compiling (DEFMACRO INHERIT-VOP-INFO ...)
; x-compiling (DEFUN SET-UP-VOP-INFO ...)
; x-compiling (DEF!MACRO DEFINE-VOP ...)
; x-compiling (DEFUN MAKE-OPERAND-LIST ...)
; x-compiling (DEFMACRO EMIT-TEMPLATE ...)
; x-compiling (DEFMACRO VOP ...)
; x-compiling (DEFMACRO VOP* ...)
; x-compiling (DEF!MACRO SC-CASE ...)
; x-compiling (DEFMACRO SC-IS ...)
; x-compiling (DEFMACRO DO-IR2-BLOCKS ...)
; x-compiling (DEFMACRO DO-LIVE-TNS ...)
; x-compiling (DEFMACRO DO-PHYSENV-IR2-BLOCKS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/meta-vmdef.lisp-obj-tmp written
; compilation finished in 0:00:00.836
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/x86-64/vm.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!VM")
; x-compiling (DEFTYPE SAP-INT ...)
; x-compiling (DEFVAR *BYTE-REGISTER-NAMES* ...)
; x-compiling (DEFVAR *WORD-REGISTER-NAMES* ...)
; x-compiling (DEFVAR *DWORD-REGISTER-NAMES* ...)
; x-compiling (DEFVAR *QWORD-REGISTER-NAMES* ...)
; x-compiling (DEFVAR *FLOAT-REGISTER-NAMES* ...)
; x-compiling (DEFREG AL ...)
; x-compiling (DEFREG CL ...)
; x-compiling (DEFREG DL ...)
; x-compiling (DEFREG BL ...)
; x-compiling (DEFREG SIL ...)
; x-compiling (DEFREG DIL ...)
; x-compiling (DEFREG R8B ...)
; x-compiling (DEFREG R9B ...)
; x-compiling (DEFREG R10B ...)
; x-compiling (DEFREG R11B ...)
; x-compiling (DEFREG R12B ...)
; x-compiling (DEFREG R13B ...)
; x-compiling (DEFREG R14B ...)
; x-compiling (DEFREG R15B ...)
; x-compiling (DEFREGSET *BYTE-REGS* ...)
; x-compiling (DEFREG AX ...)
; x-compiling (DEFREG CX ...)
; x-compiling (DEFREG DX ...)
; x-compiling (DEFREG BX ...)
; x-compiling (DEFREG SP ...)
; x-compiling (DEFREG BP ...)
; x-compiling (DEFREG SI ...)
; x-compiling (DEFREG DI ...)
; x-compiling (DEFREG R8W ...)
; x-compiling (DEFREG R9W ...)
; x-compiling (DEFREG R10W ...)
; x-compiling (DEFREG R11W ...)
; x-compiling (DEFREG R12W ...)
; x-compiling (DEFREG R13W ...)
; x-compiling (DEFREG R14W ...)
; x-compiling (DEFREG R15W ...)
; x-compiling (DEFREGSET *WORD-REGS* ...)
; x-compiling (DEFREG EAX ...)
; x-compiling (DEFREG ECX ...)
; x-compiling (DEFREG EDX ...)
; x-compiling (DEFREG EBX ...)
; x-compiling (DEFREG ESP ...)
; x-compiling (DEFREG EBP ...)
; x-compiling (DEFREG ESI ...)
; x-compiling (DEFREG EDI ...)
; x-compiling (DEFREG R8D ...)
; x-compiling (DEFREG R9D ...)
; x-compiling (DEFREG R10D ...)
; x-compiling (DEFREG R11D ...)
; x-compiling (DEFREG R12D ...)
; x-compiling (DEFREG R13D ...)
; x-compiling (DEFREG R14D ...)
; x-compiling (DEFREG R15D ...)
; x-compiling (DEFREGSET *DWORD-REGS* ...)
; x-compiling (DEFREG RAX ...)
; x-compiling (DEFREG RCX ...)
; x-compiling (DEFREG RDX ...)
; x-compiling (DEFREG RBX ...)
; x-compiling (DEFREG RSP ...)
; x-compiling (DEFREG RBP ...)
; x-compiling (DEFREG RSI ...)
; x-compiling (DEFREG RDI ...)
; x-compiling (DEFREG R8 ...)
; x-compiling (DEFREG R9 ...)
; x-compiling (DEFREG R10 ...)
; x-compiling (DEFREG R11 ...)
; x-compiling (DEFREG R12 ...)
; x-compiling (DEFREG R13 ...)
; x-compiling (DEFREG R14 ...)
; x-compiling (DEFREG R15 ...)
; x-compiling (DEFREGSET *QWORD-REGS* ...)
; x-compiling (DEFREG FLOAT0 ...)
; x-compiling (DEFREG FLOAT1 ...)
; x-compiling (DEFREG FLOAT2 ...)
; x-compiling (DEFREG FLOAT3 ...)
; x-compiling (DEFREG FLOAT4 ...)
; x-compiling (DEFREG FLOAT5 ...)
; x-compiling (DEFREG FLOAT6 ...)
; x-compiling (DEFREG FLOAT7 ...)
; x-compiling (DEFREG FLOAT8 ...)
; x-compiling (DEFREG FLOAT9 ...)
; x-compiling (DEFREG FLOAT10 ...)
; x-compiling (DEFREG FLOAT11 ...)
; x-compiling (DEFREG FLOAT12 ...)
; x-compiling (DEFREG FLOAT13 ...)
; x-compiling (DEFREG FLOAT14 ...)
; x-compiling (DEFREG FLOAT15 ...)
; x-compiling (DEFREGSET *FLOAT-REGS* ...)
; x-compiling (DEF!CONSTANT REGISTER-ARG-COUNT ...)
; x-compiling (DEFPARAMETER *REGISTER-ARG-NAMES* ...)
; x-compiling (DEFREGSET *REGISTER-ARG-OFFSETS* ...)
; x-compiling (DEFREGSET *C-CALL-REGISTER-ARG-OFFSETS* ...)
; x-compiling (DEFINE-STORAGE-BASE REGISTERS ...)
; x-compiling (DEFINE-STORAGE-BASE FLOAT-REGISTERS ...)
; x-compiling (DEFINE-STORAGE-BASE STACK ...)
; x-compiling (DEFINE-STORAGE-BASE CONSTANT ...)
; x-compiling (DEFINE-STORAGE-BASE IMMEDIATE-CONSTANT ...)
; x-compiling (DEFINE-STORAGE-BASE NOISE ...)
; x-compiling (DEFMACRO !DEFINE-STORAGE-CLASSES ...)
; x-compiling (DEF!CONSTANT KLUDGE-NONDETERMINISTIC-CATCH-BLOCK-SIZE ...)
; x-compiling (!DEFINE-STORAGE-CLASSES (CONSTANT CONSTANT) ...)
; x-compiling (DEFPARAMETER *BYTE-SC-NAMES* ...)
; x-compiling (DEFPARAMETER *WORD-SC-NAMES* ...)
; x-compiling (DEFPARAMETER *DWORD-SC-NAMES* ...)
; x-compiling (DEFPARAMETER *QWORD-SC-NAMES* ...)
; x-compiling (DEFPARAMETER *FLOAT-SC-NAMES* ...)
; x-compiling (DEFPARAMETER *DOUBLE-SC-NAMES* ...)
; x-compiling (DEFPARAMETER *COMPLEX-SC-NAMES* ...)
; x-compiling (DEF-MISC-REG-TNS UNSIGNED-REG ...)
; x-compiling (DEF-MISC-REG-TNS DWORD-REG ...)
; x-compiling (DEF-MISC-REG-TNS WORD-REG ...)
; x-compiling (DEF-MISC-REG-TNS BYTE-REG ...)
; x-compiling (DEF-MISC-REG-TNS SINGLE-REG ...)
; x-compiling (DEFUN REG-IN-SIZE ...)
; x-compiling (DEFPARAMETER TEMP-REG-TN ...)
; x-compiling (DEFPARAMETER *REGISTER-ARG-TNS* ...)
; x-compiling (DEFPARAMETER THREAD-BASE-TN ...)
; x-compiling (!DEF-VM-SUPPORT-ROUTINE IMMEDIATE-CONSTANT-SC ...)
; x-compiling (!DEF-VM-SUPPORT-ROUTINE BOXED-IMMEDIATE-SC-P ...)
; x-compiling (DEF!CONSTANT RETURN-PC-SAVE-OFFSET ...)
; x-compiling (DEF!CONSTANT OCFP-SAVE-OFFSET ...)
; x-compiling (DEF!CONSTANT CODE-SAVE-OFFSET ...)
; x-compiling (DEF!CONSTANT SP->FP-OFFSET ...)
; x-compiling (DECLAIM (INLINE FRAME-WORD-OFFSET))
; x-compiling (DEFUN FRAME-WORD-OFFSET ...)
; x-compiling (DECLAIM (INLINE FRAME-BYTE-OFFSET))
; x-compiling (DEFUN FRAME-BYTE-OFFSET ...)
; x-compiling (DEF!CONSTANT LRA-SAVE-OFFSET ...)
; x-compiling (DEF!CONSTANT SINGLE-VALUE-RETURN-BYTE-OFFSET ...)
; x-compiling (!DEF-VM-SUPPORT-ROUTINE LOCATION-PRINT-NAME ...)
; x-compiling (DEFUN DWORDS-FOR-QUAD ...)
; x-compiling (DEFUN WORDS-FOR-DWORD ...)
; x-compiling (DEF!CONSTANT CFP-OFFSET ...)
; x-compiling (!DEF-VM-SUPPORT-ROUTINE COMBINATION-IMPLEMENTATION-STYLE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/x86-64/vm.lisp-obj-tmp written
; compilation finished in 0:00:00.847
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/xset.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DECLAIM (INLINE ALLOC-XSET ...))
; x-compiling (DEFSTRUCT (XSET # ...) ...)
; x-compiling (DEFUN XSET-COUNT ...)
; x-compiling (DEFUN MAP-XSET ...)
; x-compiling (DEFCONSTANT +XSET-LIST-SIZE-LIMIT+ ...)
; x-compiling (DEFUN ADD-TO-XSET ...)
; x-compiling (DEFUN XSET-UNION ...)
; x-compiling (DEFUN XSET-MEMBER-P ...)
; x-compiling (DEFUN XSET-MEMBERS ...)
; x-compiling (DEFUN XSET-INTERSECTION ...)
; x-compiling (DEFUN XSET-SUBSET-P ...)
; x-compiling (DECLAIM (INLINE XSET-EMPTY-P))
; x-compiling (DEFUN XSET-EMPTY-P ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/xset.lisp-obj-tmp written
; compilation finished in 0:00:00.054
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-type.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; x-compiling (DEFSTRUCT (HAIRY-TYPE # ...) ...)
; x-compiling (!DEFINE-TYPE-CLASS HAIRY)
; x-compiling (DEFSTRUCT (UNKNOWN-TYPE # ...))
; x-compiling (DEFUN MAYBE-REPARSE-SPECIFIER ...)
; x-compiling (DEFMACRO MAYBE-REPARSE-SPECIFIER! ...)
; x-compiling (DEFSTRUCT (NEGATION-TYPE # ...) ...)
; x-compiling (!DEFINE-TYPE-CLASS NEGATION)
; x-compiling (DEFSTRUCT (ARGS-TYPE # ...) ...)
; x-compiling (DEFUN CANONICALIZE-ARGS-TYPE-ARGS ...)
; x-compiling (DEFUN PARSE-ARGS-TYPES ...)
; x-compiling (DEFSTRUCT (VALUES-TYPE # ...))
; x-compiling (DECLAIM (INLINE VALUE-TYPE-P))
; x-compiling (DEFUN VALUES-TYPE-P ...)
; x-compiling (DEFUN-CACHED (MAKE-VALUES-TYPE-CACHED :HASH-BITS ...) ...)
; x-compiling (DEFUN MAKE-VALUES-TYPE ...)
; x-compiling (!DEFINE-TYPE-CLASS VALUES)
; x-compiling (DEFSTRUCT (FUN-TYPE # ...) ...)
; x-compiling (DEFSTRUCT (CONSTANT-TYPE # ...) ...)
; x-compiling (DEFSTRUCT (NAMED-TYPE # ...) ...)
; x-compiling (DEFPARAMETER *FLOAT-FORMATS* ...)
; x-compiling (DEFTYPE FLOAT-FORMAT ...)
; x-compiling (DEFSTRUCT (NUMERIC-TYPE # ...) ...)
; x-compiling (DEFUN MAKE-NUMERIC-TYPE ...)
; x-compiling (DEFUN MODIFIED-NUMERIC-TYPE ...)
; x-compiling (DEFSTRUCT (CHARACTER-SET-TYPE # ...) ...)
; x-compiling (DEFUN MAKE-CHARACTER-SET-TYPE ...)
; x-compiling (DEFSTRUCT (ARRAY-TYPE # ...) ...)
; x-compiling (DEFINE-CACHED-SYNONYM MAKE-ARRAY-TYPE)
; x-compiling (DEFSTRUCT (MEMBER-TYPE # ...) ...)
; x-compiling (DEFUN MAKE-MEMBER-TYPE ...)
; x-compiling (DEFUN MEMBER-TYPE-SIZE ...)
; x-compiling (DEFUN MEMBER-TYPE-MEMBER-P ...)
; x-compiling (DEFUN MAPCAR-MEMBER-TYPE-MEMBERS ...)
; x-compiling (DEFUN MAPC-MEMBER-TYPE-MEMBERS ...)
; x-compiling (DEFUN MEMBER-TYPE-MEMBERS ...)
; x-compiling (DEFSTRUCT (COMPOUND-TYPE # ...) ...)
; x-compiling (DEFSTRUCT (UNION-TYPE # ...))
; x-compiling (DEFINE-CACHED-SYNONYM MAKE-UNION-TYPE)
; x-compiling (DEFSTRUCT (INTERSECTION-TYPE # ...))
; x-compiling (DEFUN TYPE-*-TO-T ...)
; x-compiling (DEFSTRUCT (CONS-TYPE # ...) ...)
; x-compiling (DEFUN MAKE-CONS-TYPE ...)
; x-compiling (DEFUN CONS-TYPE-LENGTH-INFO ...)
; x-compiling (DEFUN-CACHED (VALUES-SPECIFIER-TYPE :HASH-FUNCTION ...) ...)
; x-compiling (DEFUN SPECIFIER-TYPE ...)
; x-compiling (DEFUN SINGLE-VALUE-SPECIFIER-TYPE ...)
; x-compiling (DEFUN TYPEXPAND-1 ...)
; x-compiling (DEFUN TYPEXPAND ...)
; x-compiling (DEFUN TYPEXPAND-ALL ...)
; x-compiling (DEFUN DEFINED-TYPE-NAME-P ...)
; x-compiling (DEFUN VALID-TYPE-SPECIFIER-P ...)
; x-compiling (DEFUN %NOTE-TYPE-DEFINED ...)
; x-compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !EARLY-TYPE-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-type.lisp-obj-tmp written
; compilation finished in 0:00:01.603
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/class.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; x-compiling (DEF!STRUCT (CLASSOID # ...) ...)
; x-compiling (DEFUN CLASSOID-MAKE-LOAD-FORM-FUN ...)
; x-compiling (DEF!CONSTANT LAYOUT-CLOS-HASH-LIMIT ...)
; x-compiling (DEF!TYPE LAYOUT-CLOS-HASH ...)
; x-compiling (DEFVAR *!INITIAL-LAYOUTS*)
; x-compiling (DEFVAR *FORWARD-REFERENCED-LAYOUTS*)
; x-compiling (!COLD-INIT-FORMS (SETQ *FORWARD-REFERENCED-LAYOUTS* ...) ...)
; x-compiling (DEF!STRUCT (LAYOUT #) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFUN LAYOUT-PROPER-NAME ...)
; x-compiling (DEFVAR *LAYOUT-CLOS-HASH-RANDOM-STATE*)
; x-compiling (DEFUN RANDOM-LAYOUT-CLOS-HASH ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN FIND-LAYOUT ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN %INIT-OR-CHECK-LAYOUT ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN REDEFINE-LAYOUT-WARNING ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN CHECK-LAYOUT ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN FIND-AND-INIT-OR-CHECK-LAYOUT ...)
; x-compiling (DEFUN REGISTER-LAYOUT ...)
; x-compiling (DEFUN ORDER-LAYOUT-INHERITS ...)
; x-compiling (DEFUN TOPOLOGICAL-SORT ...)
; x-compiling (DEFUN STD-COMPUTE-CLASS-PRECEDENCE-LIST ...)
; x-compiling (DEF!STRUCT (UNDEFINED-CLASSOID # ...))
; x-compiling (DEF!STRUCT (BUILT-IN-CLASSOID # ...) ...)
; x-compiling (DEF!STRUCT (STRUCTURE-CLASSOID # ...) ...)
; x-compiling (DEF!STRUCT (CLASSOID-CELL # ...) ...)
; x-compiling (DEFVAR *CLASSOID-CELLS*)
; x-compiling (!COLD-INIT-FORMS (SETQ *CLASSOID-CELLS* ...))
; x-compiling (DEFUN FIND-CLASSOID-CELL ...)
; x-compiling (DEFUN FIND-CLASSOID ...)
; x-compiling (DEFUN (SETF FIND-CLASSOID) ...)
; x-compiling (DEFUN %CLEAR-CLASSOID ...)
; x-compiling (DEFUN INSURED-FIND-CLASSOID ...)
; x-compiling (DEFUN CLASSOID-PROPER-NAME ...)
; x-compiling (!DEFINE-TYPE-CLASS CLASSOID)
; x-compiling (DEFUN %ENSURE-CLASSOID-VALID ...)
; x-compiling (DEFUN %ENSURE-BOTH-CLASSOIDS-VALID ...)
; x-compiling (DEFUN UPDATE-OBJECT-LAYOUT-OR-INVALID ...)
; x-compiling (!DEFINE-TYPE-METHOD (CLASSOID :SIMPLE-=) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CLASSOID :SIMPLE-SUBTYPEP) ...)
; x-compiling (DEFUN SEALED-CLASS-INTERSECTION2 ...)
; x-compiling (!DEFINE-TYPE-METHOD (CLASSOID :SIMPLE-INTERSECTION2) ...)
; x-compiling (DEFVAR *NON-INSTANCE-CLASSOID-TYPES* ...)
; x-compiling (!DEFINE-TYPE-METHOD (CLASSOID :COMPLEX-SUBTYPEP-ARG2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CLASSOID :NEGATE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CLASSOID :UNPARSE) ...)
; x-compiling (DEF!STRUCT (STANDARD-CLASSOID # ...))
; x-compiling (DEF!STRUCT (STATIC-CLASSOID # ...))
; x-compiling (DEFVAR *BUILT-IN-CLASSES*)
; x-compiling (!COLD-INIT-FORMS (/SHOW0 "setting *BUILT-IN-CLASSES*") ...)
; x-compiling (!COLD-INIT-FORMS (DOLIST # ...) ...)
; x-compiling (!COLD-INIT-FORMS (/SHOW0 "about to define temporary STANDARD-CLASSes") ...)
; x-compiling (!COLD-INIT-FORMS (DOLIST # ...))
; x-compiling (DEFUN %MODIFY-CLASSOID ...)
; x-compiling (DEFUN %INVALIDATE-LAYOUT ...)
; x-compiling (DEFUN !CLASS-FINALIZE ...)
; x-compiling (!COLD-INIT-FORMS (/SHOW0 "about to set *BUILT-IN-CLASS-CODES*") ...)
; x-compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !CLASSES-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/class.lisp-obj-tmp written
; compilation finished in 0:00:01.871
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/condition.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFUN FILE-POSITION-OR-NIL-FOR-ERROR ...)
; x-compiling (/SHOW0 "condition.lisp 20")
; x-compiling (/SHOW0 "condition.lisp 24")
; x-compiling (DEF!STRUCT (CONDITION-CLASSOID # ...) ...)
; x-compiling (/SHOW0 "condition.lisp 49")
; x-compiling (!DEFSTRUCT-WITH-ALTERNATE-METACLASS CONDITION ...)
; x-compiling (DEFUN MAKE-CONDITION-OBJECT ...)
; x-compiling (DEFSTRUCT (CONDITION-SLOT #) ...)
; x-compiling (/SHOW0 "condition.lisp 103")
; x-compiling (LET (#) ...)
; x-compiling (/SHOW0 "condition.lisp 103")
; x-compiling (SETF (CONDITION-CLASSOID-REPORT #) ...)
; x-compiling (DEFUN FIND-CONDITION-LAYOUT ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFVAR *EMPTY-CONDITION-SLOT* ...)
; x-compiling (DEFUN FIND-SLOT-DEFAULT ...)
; x-compiling (DEFUN FIND-CONDITION-CLASS-SLOT ...)
; x-compiling (DEFUN CONDITION-WRITER-FUNCTION ...)
; x-compiling (DEFUN CONDITION-READER-FUNCTION ...)
; x-compiling (DEFUN MAKE-CONDITION ...)
; x-compiling (DEFUN %COMPILER-DEFINE-CONDITION ...)
; x-compiling (DEFUN COMPUTE-EFFECTIVE-SLOTS ...)
; x-compiling (DECLAIM (NOTINLINE INSTALL-CONDITION-SLOT-READER ...))
; x-compiling (DEFUN INSTALL-CONDITION-SLOT-READER ...)
; x-compiling (DEFUN INSTALL-CONDITION-SLOT-WRITER ...)
; x-compiling (DEFVAR *DEFINE-CONDITION-HOOKS* ...)
; x-compiling (DEFUN %SET-CONDITION-REPORT ...)
; x-compiling (DEFUN %DEFINE-CONDITION ...)
; x-compiling (DEFMACRO DEFINE-CONDITION ...)
; x-compiling (DEFINE-CONDITION SERIOUS-CONDITION ...)
; x-compiling (DEFINE-CONDITION ERROR ...)
; x-compiling (DEFINE-CONDITION WARNING ...)
; x-compiling (DEFINE-CONDITION STYLE-WARNING ...)
; x-compiling (DEFUN SIMPLE-CONDITION-PRINTER ...)
; x-compiling (DEFINE-CONDITION SIMPLE-CONDITION ...)
; x-compiling (DEFINE-CONDITION SIMPLE-WARNING ...)
; x-compiling (DEFINE-CONDITION SIMPLE-ERROR ...)
; x-compiling (DEFINE-CONDITION STORAGE-CONDITION ...)
; x-compiling (DEFINE-CONDITION TYPE-ERROR ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFINE-CONDITION SIMPLE-STYLE-WARNING ...)
; x-compiling (DEFINE-CONDITION SIMPLE-TYPE-ERROR ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN BAD-TYPE ...)
; x-compiling (DEFINE-CONDITION PROGRAM-ERROR ...)
; x-compiling (DEFINE-CONDITION PARSE-ERROR ...)
; x-compiling (DEFINE-CONDITION CONTROL-ERROR ...)
; x-compiling (DEFINE-CONDITION STREAM-ERROR ...)
; x-compiling (DEFINE-CONDITION END-OF-FILE ...)
; x-compiling (DEFINE-CONDITION CLOSED-STREAM-ERROR ...)
; x-compiling (DEFINE-CONDITION FILE-ERROR ...)
; x-compiling (DEFINE-CONDITION PACKAGE-ERROR ...)
; x-compiling (DEFINE-CONDITION CELL-ERROR ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFINE-CONDITION UNBOUND-VARIABLE ...)
; x-compiling (DEFINE-CONDITION UNDEFINED-FUNCTION ...)
; x-compiling (DEFINE-CONDITION SPECIAL-FORM-FUNCTION ...)
; x-compiling (DEFINE-CONDITION ARITHMETIC-ERROR ...)
; x-compiling (DEFINE-CONDITION DIVISION-BY-ZERO ...)
; x-compiling (DEFINE-CONDITION FLOATING-POINT-OVERFLOW ...)
; x-compiling (DEFINE-CONDITION FLOATING-POINT-UNDERFLOW ...)
; x-compiling (DEFINE-CONDITION FLOATING-POINT-INEXACT ...)
; x-compiling (DEFINE-CONDITION FLOATING-POINT-INVALID-OPERATION ...)
; x-compiling (DEFINE-CONDITION PRINT-NOT-READABLE ...)
; x-compiling (DEFINE-CONDITION READER-ERROR ...)
; x-compiling (DEFINE-CONDITION SIMPLE-READER-ERROR ...)
; x-compiling (DEFUN %REPORT-READER-ERROR ...)
; x-compiling (DEFINE-CONDITION BUG ...)
; x-compiling (DEFINE-CONDITION SIMPLE-STORAGE-CONDITION ...)
; x-compiling (DEFINE-CONDITION UNSUPPORTED-OPERATOR ...)
; x-compiling (DEFUN PRINT-REFERENCE ...)
; x-compiling (DEFINE-CONDITION REFERENCE-CONDITION ...)
; x-compiling (DEFVAR *PRINT-CONDITION-REFERENCES* ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFINE-CONDITION SIMPLE-REFERENCE-ERROR ...)
; x-compiling (DEFINE-CONDITION SIMPLE-REFERENCE-WARNING ...)
; x-compiling (DEFINE-CONDITION ARGUMENTS-OUT-OF-DOMAIN-ERROR ...)
; x-compiling (DEFINE-CONDITION DUPLICATE-DEFINITION ...)
; x-compiling (DEFINE-CONDITION CONSTANT-MODIFIED ...)
; x-compiling (DEFINE-CONDITION PACKAGE-AT-VARIANCE ...)
; x-compiling (DEFINE-CONDITION DEFCONSTANT-UNEQL ...)
; x-compiling (DEFINE-CONDITION ARRAY-INITIAL-ELEMENT-MISMATCH ...)
; x-compiling (DEFINE-CONDITION TYPE-WARNING ...)
; x-compiling (DEFINE-CONDITION TYPE-STYLE-WARNING ...)
; x-compiling (DEFINE-CONDITION LOCAL-ARGUMENT-MISMATCH ...)
; x-compiling (DEFINE-CONDITION FORMAT-ARGS-MISMATCH ...)
; x-compiling (DEFINE-CONDITION FORMAT-TOO-FEW-ARGS-WARNING ...)
; x-compiling (DEFINE-CONDITION FORMAT-TOO-MANY-ARGS-WARNING ...)
; x-compiling (DEFINE-CONDITION IMPLICIT-GENERIC-FUNCTION-WARNING ...)
; x-compiling (DEFINE-CONDITION EXTENSION-FAILURE ...)
; x-compiling (DEFINE-CONDITION STRUCTURE-INITARG-NOT-KEYWORD ...)
; x-compiling (DEFINE-CONDITION PACKAGE-LOCK-VIOLATION ...)
; x-compiling (DEFINE-CONDITION PACKAGE-LOCKED-ERROR ...)
; x-compiling (DEFINE-CONDITION SYMBOL-PACKAGE-LOCKED-ERROR ...)
; x-compiling (DEFINE-CONDITION UNDEFINED-ALIEN-ERROR ...)
; x-compiling (DEFINE-CONDITION UNDEFINED-ALIEN-VARIABLE-ERROR ...)
; x-compiling (DEFINE-CONDITION UNDEFINED-ALIEN-FUNCTION-ERROR ...)
; x-compiling (DEFINE-CONDITION ENCAPSULATED-CONDITION ...)
; x-compiling (DEFINE-CONDITION FLOATING-POINT-EXCEPTION ...)
; x-compiling (DEFINE-CONDITION INVALID-ARRAY-INDEX-ERROR ...)
; x-compiling (DEFINE-CONDITION INVALID-ARRAY-ERROR ...)
; x-compiling (DEFINE-CONDITION INDEX-TOO-LARGE-ERROR ...)
; x-compiling (DEFINE-CONDITION BOUNDING-INDICES-BAD-ERROR ...)
; x-compiling (DEFINE-CONDITION NIL-ARRAY-ACCESSED-ERROR ...)
; x-compiling (DEFINE-CONDITION NAMESTRING-PARSE-ERROR ...)
; x-compiling (DEFINE-CONDITION SIMPLE-PACKAGE-ERROR ...)
; x-compiling (DEFINE-CONDITION SIMPLE-READER-PACKAGE-ERROR ...)
; x-compiling (DEFINE-CONDITION READER-EOF-ERROR ...)
; x-compiling (DEFINE-CONDITION READER-IMPOSSIBLE-NUMBER-ERROR ...)
; x-compiling (DEFINE-CONDITION STANDARD-READTABLE-MODIFIED-ERROR ...)
; x-compiling (DEFINE-CONDITION STANDARD-PPRINT-DISPATCH-TABLE-MODIFIED-ERROR ...)
; x-compiling (DEFINE-CONDITION TIMEOUT ...)
; x-compiling (DEFINE-CONDITION IO-TIMEOUT ...)
; x-compiling (DEFINE-CONDITION DEADLINE-TIMEOUT ...)
; x-compiling (DEFINE-CONDITION DECLARATION-TYPE-CONFLICT-ERROR ...)
; x-compiling (DEFINE-CONDITION STEP-CONDITION ...)
; x-compiling (SETF (FDOCUMENTATION # ...) ...)
; x-compiling (DEFINE-CONDITION STEP-FORM-CONDITION ...)
; x-compiling (DEFINE-CONDITION STEP-RESULT-CONDITION ...)
; x-compiling (SETF (FDOCUMENTATION # ...) ...)
; x-compiling (DEFINE-CONDITION STEP-VALUES-CONDITION ...)
; x-compiling (DEFINE-CONDITION STEP-FINISHED-CONDITION ...)
; x-compiling (DEFVAR *MUFFLED-WARNINGS* ...)
; x-compiling (DEFINE-CONDITION REDEFINITION-WARNING ...)
; x-compiling (DEFINE-CONDITION FUNCTION-REDEFINITION-WARNING ...)
; x-compiling (DEFINE-CONDITION REDEFINITION-WITH-DEFUN ...)
; x-compiling (DEFINE-CONDITION REDEFINITION-WITH-DEFMACRO ...)
; x-compiling (DEFINE-CONDITION REDEFINITION-WITH-DEFGENERIC ...)
; x-compiling (DEFINE-CONDITION REDEFINITION-WITH-DEFMETHOD ...)
; x-compiling (DEFUN FUNCTION-FILE-NAMESTRING ...)
; x-compiling (DEFUN INTERESTING-FUNCTION-REDEFINITION-WARNING-P ...)
; x-compiling (DEFUN UNINTERESTING-ORDINARY-FUNCTION-REDEFINITION-P ...)
; x-compiling (DEFUN UNINTERESTING-MACRO-REDEFINITION-P ...)
; x-compiling (DEFUN UNINTERESTING-GENERIC-FUNCTION-REDEFINITION-P ...)
; x-compiling (DEFUN UNINTERESTING-METHOD-REDEFINITION-P ...)
; x-compiling (DEFTYPE UNINTERESTING-REDEFINITION ...)
; x-compiling (DEFINE-CONDITION REDEFINITION-WITH-DEFTRANSFORM ...)
; x-compiling (DEFINE-CONDITION DUBIOUS-ASTERISKS-AROUND-VARIABLE-NAME ...)
; x-compiling (DEFINE-CONDITION ASTERISKS-AROUND-LEXICAL-VARIABLE-NAME ...)
; x-compiling (DEFINE-CONDITION ASTERISKS-AROUND-CONSTANT-VARIABLE-NAME ...)
; x-compiling (DEFINE-CONDITION UNDEFINED-ALIEN-STYLE-WARNING ...)
; x-compiling (DEFINE-CONDITION LEXICAL-ENVIRONMENT-TOO-COMPLEX ...)
; x-compiling (DEFINE-CONDITION CHARACTER-DECODING-ERROR-IN-COMMENT ...)
; x-compiling (DEFINE-CONDITION CHARACTER-DECODING-ERROR-IN-MACRO-CHAR-COMMENT ...)
; x-compiling (DEFINE-CONDITION CHARACTER-DECODING-ERROR-IN-DISPATCH-MACRO-CHAR-COMMENT ...)
; x-compiling (DEFUN DECODING-ERROR-IN-COMMENT-MACRO ...)
; x-compiling (DEFINE-CONDITION DEPRECATED-EVAL-WHEN-SITUATIONS ...)
; x-compiling (DEFINE-CONDITION PROCLAMATION-MISMATCH ...)
; x-compiling (DEFINE-CONDITION TYPE-PROCLAMATION-MISMATCH ...)
; x-compiling (DEFINE-CONDITION FTYPE-PROCLAMATION-MISMATCH ...)
; x-compiling (DEFINE-CONDITION DEPRECATION-CONDITION ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFINE-CONDITION EARLY-DEPRECATION-WARNING ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFINE-CONDITION LATE-DEPRECATION-WARNING ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFINE-CONDITION FINAL-DEPRECATION-WARNING ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFINE-CONDITION DEPRECATION-ERROR ...)
; x-compiling (DEFINE-CONDITION ABORT-FAILURE ...)
; x-compiling (DEFUN ABORT ...)
; x-compiling (DEFUN MUFFLE-WARNING ...)
; x-compiling (DEFUN TRY-RESTART ...)
; x-compiling (DEFINE-NIL-RETURNING-RESTART CONTINUE ...)
; x-compiling (DEFINE-NIL-RETURNING-RESTART STORE-VALUE ...)
; x-compiling (DEFINE-NIL-RETURNING-RESTART USE-VALUE ...)
; x-compiling (DEFINE-NIL-RETURNING-RESTART PRINT-UNREADABLY ...)
; x-compiling (DEF STEP-CONTINUE ...)
; x-compiling (DEF STEP-NEXT ...)
; x-compiling (DEF STEP-INTO ...)
; x-compiling (/SHOW0 "condition.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/condition.lisp-obj-tmp written
; compilation finished in 0:00:01.885
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/vm-array.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!VM")
; x-compiling (DEFSTRUCT (SPECIALIZED-ARRAY-ELEMENT-TYPE-PROPERTIES # ...) ...)
; x-compiling (DEFPARAMETER *SPECIALIZED-ARRAY-ELEMENT-TYPE-PROPERTIES* ...)
; x-compiling (DEFUN VALID-BIT-BASH-SAETP-P ...)
; x-compiling (DEFVAR SB!KERNEL::*SPECIALIZED-ARRAY-ELEMENT-TYPES* ...)
; x-compiling (DEFUN !VM-TYPE-COLD-INIT ...)
; x-compiling (DEFVAR *SIMPLE-ARRAY-PRIMITIVE-TYPES* ...)
; x-compiling (DEFVAR *VECTOR-WITHOUT-COMPLEX-TYPECODE-INFOS* ...)
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFUN FIND-SAETP ...)
; x-compiling (DEFUN FIND-SAETP-BY-CTYPE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/generic/vm-array.lisp-obj-tmp written
; compilation finished in 0:00:00.240
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/primtype.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!VM")
; x-compiling (/SHOW0 "primtype.lisp 17")
; x-compiling (!DEF-PRIMITIVE-TYPE T ...)
; x-compiling (/SHOW0 "primtype.lisp 20")
; x-compiling (SETF *BACKEND-T-PRIMITIVE-TYPE* ...)
; x-compiling (/SHOW0 "primtype.lisp 24")
; x-compiling (!DEF-PRIMITIVE-TYPE POSITIVE-FIXNUM ...)
; x-compiling (/SHOW0 "primtype.lisp 27")
; x-compiling (/SHOW0 "primtype.lisp 31")
; x-compiling (/SHOW0 "primtype.lisp 35")
; x-compiling (!DEF-PRIMITIVE-TYPE UNSIGNED-BYTE-63 ...)
; x-compiling (!DEF-PRIMITIVE-TYPE UNSIGNED-BYTE-64 ...)
; x-compiling (!DEF-PRIMITIVE-TYPE FIXNUM ...)
; x-compiling (!DEF-PRIMITIVE-TYPE SIGNED-BYTE-64 ...)
; x-compiling (DEFVAR *FIXNUM-PRIMITIVE-TYPE* ...)
; x-compiling (/SHOW0 "primtype.lisp 53")
; x-compiling (!DEF-PRIMITIVE-TYPE-ALIAS TAGGED-NUM ...)
; x-compiling (!DEF-PRIMITIVE-TYPE-ALIAS UNSIGNED-NUM ...)
; x-compiling (!DEF-PRIMITIVE-TYPE-ALIAS SIGNED-NUM ...)
; x-compiling (!DEF-PRIMITIVE-TYPE-ALIAS UNTAGGED-NUM ...)
; x-compiling (/SHOW0 "primtype.lisp 68")
; x-compiling (!DEF-PRIMITIVE-TYPE CHARACTER ...)
; x-compiling (/SHOW0 "primtype.lisp 73")
; x-compiling (!DEF-PRIMITIVE-TYPE FUNCTION ...)
; x-compiling (!DEF-PRIMITIVE-TYPE LIST ...)
; x-compiling (!DEF-PRIMITIVE-TYPE INSTANCE ...)
; x-compiling (/SHOW0 "primtype.lisp 77")
; x-compiling (!DEF-PRIMITIVE-TYPE FUNCALLABLE-INSTANCE ...)
; x-compiling (/SHOW0 "primtype.lisp 81")
; x-compiling (!DEF-PRIMITIVE-TYPE BIGNUM ...)
; x-compiling (!DEF-PRIMITIVE-TYPE RATIO ...)
; x-compiling (!DEF-PRIMITIVE-TYPE COMPLEX ...)
; x-compiling (/SHOW0 "about to !DEF-PRIMITIVE-TYPE SINGLE-FLOAT")
; x-compiling (!DEF-PRIMITIVE-TYPE SINGLE-FLOAT ...)
; x-compiling (/SHOW0 "about to !DEF-PRIMITIVE-TYPE DOUBLE-FLOAT")
; x-compiling (!DEF-PRIMITIVE-TYPE DOUBLE-FLOAT ...)
; x-compiling (/SHOW0 "about to !DEF-PRIMITIVE-TYPE COMPLEX-SINGLE-FLOAT")
; x-compiling (!DEF-PRIMITIVE-TYPE COMPLEX-SINGLE-FLOAT ...)
; x-compiling (/SHOW0 "about to !DEF-PRIMITIVE-TYPE COMPLEX-DOUBLE-FLOAT")
; x-compiling (!DEF-PRIMITIVE-TYPE COMPLEX-DOUBLE-FLOAT ...)
; x-compiling (/SHOW0 "primtype.lisp 96")
; x-compiling (DEFINE-SIMPLE-ARRAY-PRIMITIVE-TYPES)
; x-compiling (!DEF-PRIMITIVE-TYPE SYSTEM-AREA-POINTER ...)
; x-compiling (!DEF-PRIMITIVE-TYPE WEAK-POINTER ...)
; x-compiling (!DEF-PRIMITIVE-TYPE CATCH-BLOCK ...)
; x-compiling (/SHOW0 "primtype.lisp 147")
; x-compiling (!DEF-VM-SUPPORT-ROUTINE PRIMITIVE-TYPE-OF ...)
; x-compiling (/SHOW0 "primtype.lisp 188")
; x-compiling (!DEF-VM-SUPPORT-ROUTINE PRIMITIVE-TYPE ...)
; x-compiling (/SHOW0 "primtype.lisp 191")
; x-compiling (DEFUN-CACHED (PRIMITIVE-TYPE-AUX :HASH-FUNCTION ...) ...)
; x-compiling (/SHOW0 "primtype.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/generic/primtype.lisp-obj-tmp written
; compilation finished in 0:00:00.489
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/parse-lambda-list.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (/SHOW0 "parse-lambda-list.lisp 12")
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN PARSE-LAMBDA-LIST-LIKE-THING ...)
; x-compiling (DEFUN PARSE-LAMBDA-LIST ...)
; x-compiling (/SHOW0 "parse-lambda-list.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/parse-lambda-list.lisp-obj-tmp written
; compilation finished in 0:00:00.054
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/host-alieneval.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!ALIEN")
; x-compiling (/SHOW0 "host-alieneval.lisp 15")
; x-compiling (DEFUN ALIGN-OFFSET ...)
; x-compiling (DEFUN GUESS-ALIGNMENT ...)
; x-compiling (DEFSTRUCT (ALIEN-TYPE-CLASS #) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFUN ALIEN-TYPE-CLASS-OR-LOSE ...)
; x-compiling (DEFUN CREATE-ALIEN-TYPE-CLASS-IF-NECESSARY ...)
; x-compiling (DEFPARAMETER *METHOD-SLOT-ALIST* ...)
; x-compiling (DEFUN METHOD-SLOT ...)
; x-compiling (DEF!MACRO DEFINE-ALIEN-TYPE-CLASS ...)
; x-compiling (DEF!MACRO DEFINE-ALIEN-TYPE-METHOD ...)
; x-compiling (DEF!MACRO INVOKE-ALIEN-TYPE-METHOD ...)
; x-compiling (DEFUN AUXILIARY-TYPE-DEFINITIONS ...)
; x-compiling (DEF!MACRO WITH-AUXILIARY-ALIEN-TYPES ...)
; x-compiling (DEFUN PARSE-ALIEN-TYPE ...)
; x-compiling (DEFUN AUXILIARY-ALIEN-TYPE ...)
; x-compiling (DEFUN (SETF AUXILIARY-ALIEN-TYPE) ...)
; x-compiling (DEFUN VERIFY-LOCAL-AUXILIARIES-OKAY ...)
; x-compiling (DEFUN UNPARSE-ALIEN-TYPE ...)
; x-compiling (DEFUN %UNPARSE-ALIEN-TYPE ...)
; x-compiling (DEF!MACRO DEFINE-ALIEN-TYPE-TRANSLATOR ...)
; x-compiling (DEFUN %DEFINE-ALIEN-TYPE-TRANSLATOR ...)
; x-compiling (DEF!MACRO DEFINE-ALIEN-TYPE ...)
; x-compiling (DEFUN %DEF-AUXILIARY-ALIEN-TYPES ...)
; x-compiling (DEFUN %DEFINE-ALIEN-TYPE ...)
; x-compiling (CREATE-ALIEN-TYPE-CLASS-IF-NECESSARY (QUOTE ROOT) ...)
; x-compiling (DEF!STRUCT (ALIEN-TYPE # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFINE-ALIEN-TYPE-CLASS (SYSTEM-AREA-POINTER))
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR SYSTEM-AREA-POINTER ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (SYSTEM-AREA-POINTER :UNPARSE) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (SYSTEM-AREA-POINTER :LISP-REP) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (SYSTEM-AREA-POINTER :ALIEN-REP) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (SYSTEM-AREA-POINTER :NATURALIZE-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (SYSTEM-AREA-POINTER :DEPORT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (SYSTEM-AREA-POINTER :EXTRACT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-CLASS (ALIEN-VALUE :INCLUDE ...))
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ALIEN-VALUE :LISP-REP) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ALIEN-VALUE :NATURALIZE-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ALIEN-VALUE :DEPORT-GEN) ...)
; x-compiling (DEF!STRUCT (HEAP-ALIEN-INFO #) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFUN ALIEN-TYPE-= ...)
; x-compiling (DEFUN ALIEN-SUBTYPE-P ...)
; x-compiling (DEFUN COMPUTE-NATURALIZE-LAMBDA ...)
; x-compiling (DEFUN COMPUTE-DEPORT-LAMBDA ...)
; x-compiling (DEFUN COMPUTE-DEPORT-ALLOC-LAMBDA ...)
; x-compiling (DEFUN COMPUTE-EXTRACT-LAMBDA ...)
; x-compiling (DEF!MACRO MAYBE-WITH-PINNED-OBJECTS ...)
; x-compiling (DEFUN COMPUTE-DEPOSIT-LAMBDA ...)
; x-compiling (DEFUN COMPUTE-LISP-REP-TYPE ...)
; x-compiling (DEFUN COMPUTE-ALIEN-REP-TYPE ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :UNPARSE) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :TYPE=) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :SUBTYPEP) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :LISP-REP) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :ALIEN-REP) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :NATURALIZE-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :DEPORT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :DEPORT-ALLOC-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :DEPORT-PIN-P) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :EXTRACT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :DEPOSIT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :ARG-TN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ROOT :RESULT-TN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-CLASS (INTEGER) ...)
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR SIGNED ...)
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR INTEGER ...)
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR UNSIGNED ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (INTEGER :UNPARSE) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (INTEGER :TYPE=) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (INTEGER :LISP-REP) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (INTEGER :ALIEN-REP) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (INTEGER :DEPORT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (INTEGER :EXTRACT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-CLASS (BOOLEAN :INCLUDE ...))
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR BOOLEAN ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (BOOLEAN :UNPARSE) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (BOOLEAN :LISP-REP) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (BOOLEAN :NATURALIZE-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (BOOLEAN :DEPORT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-CLASS (ENUM :INCLUDE ...) ...)
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR ENUM ...)
; x-compiling (DEFUN PARSE-ENUM ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ENUM :UNPARSE) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ENUM :TYPE=) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ENUM :LISP-REP) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ENUM :NATURALIZE-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ENUM :DEPORT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-CLASS (FLOAT) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (FLOAT :UNPARSE) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (FLOAT :LISP-REP) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (FLOAT :ALIEN-REP) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (FLOAT :NATURALIZE-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (FLOAT :DEPORT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-CLASS (SINGLE-FLOAT :INCLUDE ...))
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR SINGLE-FLOAT ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (SINGLE-FLOAT :EXTRACT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-CLASS (DOUBLE-FLOAT :INCLUDE ...))
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR DOUBLE-FLOAT ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (DOUBLE-FLOAT :EXTRACT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-CLASS (POINTER :INCLUDE ...) ...)
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR * ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (POINTER :UNPARSE) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (POINTER :TYPE=) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (POINTER :SUBTYPEP) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (POINTER :DEPORT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-CLASS (MEM-BLOCK :INCLUDE ...))
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (MEM-BLOCK :EXTRACT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (MEM-BLOCK :DEPOSIT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-CLASS (ARRAY :INCLUDE ...) ...)
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR ARRAY ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ARRAY :UNPARSE) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ARRAY :TYPE=) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (ARRAY :SUBTYPEP) ...)
; x-compiling (DEF!STRUCT (ALIEN-RECORD-FIELD #) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFINE-ALIEN-TYPE-CLASS (RECORD :INCLUDE ...) ...)
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR STRUCT ...)
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR UNION ...)
; x-compiling (DEFUN PARSE-ALIEN-RECORD-TYPE ...)
; x-compiling (DEFUN PARSE-ALIEN-RECORD-FIELDS ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (RECORD :UNPARSE) ...)
; x-compiling (DEFUN UNPARSE-ALIEN-RECORD-KIND ...)
; x-compiling (DEFUN UNPARSE-ALIEN-RECORD-FIELD ...)
; x-compiling (DEFUN RECORD-FIELDS-MATCH-P ...)
; x-compiling (DEFVAR *ALIEN-TYPE-MATCHES* ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (RECORD :TYPE=) ...)
; x-compiling (DEFINE-ALIEN-TYPE-CLASS (FUN :INCLUDE ...) ...)
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR FUNCTION ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (FUN :UNPARSE) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (FUN :TYPE=) ...)
; x-compiling (DEFINE-ALIEN-TYPE-CLASS (VALUES) ...)
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR VALUES ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (VALUES :UNPARSE) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (VALUES :TYPE=) ...)
; x-compiling (DEF!STRUCT (LOCAL-ALIEN-INFO # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFMACRO-MUNDANELY ADDR ...)
; x-compiling (/SHOW0 "host-alieneval.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/host-alieneval.lisp-obj-tmp written
; compilation finished in 0:00:02.573
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/host-c-call.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!ALIEN")
; x-compiling (/SHOW0 "host-c-call.lisp 12")
; x-compiling (DEFINE-ALIEN-TYPE-CLASS (C-STRING :INCLUDE ...) ...)
; x-compiling (DEFINE-ALIEN-TYPE-TRANSLATOR C-STRING ...)
; x-compiling (DEFUN C-STRING-EXTERNAL-FORMAT ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (C-STRING :UNPARSE) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (C-STRING :LISP-REP) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (C-STRING :DEPORT-PIN-P) ...)
; x-compiling (DEFUN C-STRING-NEEDS-CONVERSION-P ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN NULL-ERROR ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (C-STRING :NATURALIZE-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (C-STRING :DEPORT-GEN) ...)
; x-compiling (DEFINE-ALIEN-TYPE-METHOD (C-STRING :DEPORT-ALLOC-GEN) ...)
; x-compiling (/SHOW0 "host-c-call.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/host-c-call.lisp-obj-tmp written
; compilation finished in 0:00:00.376
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/compiler-deftype.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (/SHOW0 "compiler-deftype.lisp 14")
; x-compiling (DEFUN %COMPILER-DEFTYPE ...)
; x-compiling (/SHOW0 "compiler-deftype.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/compiler-deftype.lisp-obj-tmp written
; compilation finished in 0:00:00.250
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/late-type.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (/SHOW0 "late-type.lisp 19")
; x-compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; x-compiling (DEFINE-CONDITION PARSE-UNKNOWN-TYPE ...)
; x-compiling (DEFUN DELEGATE-COMPLEX-SUBTYPEP-ARG2 ...)
; x-compiling (DEFUN DELEGATE-COMPLEX-INTERSECTION2 ...)
; x-compiling (DEFUN !HAS-SUPERCLASSES-COMPLEX-SUBTYPEP-ARG1 ...)
; x-compiling (DEFMACRO !DEFINE-SUPERCLASSES ...)
; x-compiling (DEFSTRUCT (KEY-INFO # ...) ...)
; x-compiling (!DEFINE-TYPE-METHOD (VALUES :SIMPLE-SUBTYPEP ...) ...)
; x-compiling (!DEFINE-TYPE-METHOD (VALUES :COMPLEX-SUBTYPEP-ARG2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (VALUES :NEGATE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (VALUES :UNPARSE) ...)
; x-compiling (DEFUN TYPE=-LIST ...)
; x-compiling (!DEFINE-TYPE-METHOD (VALUES :SIMPLE-=) ...)
; x-compiling (!DEFINE-TYPE-CLASS FUNCTION)
; x-compiling (DEFVAR *UNPARSE-FUN-TYPE-SIMPLIFY*)
; x-compiling (!COLD-INIT-FORMS (SETQ *UNPARSE-FUN-TYPE-SIMPLIFY* ...))
; x-compiling (!DEFINE-TYPE-METHOD (FUNCTION :NEGATE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (FUNCTION :UNPARSE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (FUNCTION :SIMPLE-SUBTYPEP) ...)
; x-compiling (!DEFINE-SUPERCLASSES FUNCTION ...)
; x-compiling (!DEFINE-TYPE-METHOD (FUNCTION :SIMPLE-UNION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (FUNCTION :SIMPLE-INTERSECTION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (FUNCTION :COMPLEX-INTERSECTION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (FUNCTION :COMPLEX-UNION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (FUNCTION :SIMPLE-=) ...)
; x-compiling (!DEFINE-TYPE-CLASS CONSTANT ...)
; x-compiling (!DEFINE-TYPE-METHOD (CONSTANT :NEGATE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CONSTANT :UNPARSE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CONSTANT :SIMPLE-=) ...)
; x-compiling (!DEF-TYPE-TRANSLATOR CONSTANT-ARG ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN UNPARSE-ARGS-TYPES ...)
; x-compiling (!DEF-TYPE-TRANSLATOR FUNCTION ...)
; x-compiling (!DEF-TYPE-TRANSLATOR VALUES ...)
; x-compiling (DEFUN VALUES-TYPE-MIN-VALUE-COUNT ...)
; x-compiling (DEFUN VALUES-TYPE-MAX-VALUE-COUNT ...)
; x-compiling (DEFUN VALUES-TYPE-MAY-BE-SINGLE-VALUE-P ...)
; x-compiling (DEFUN TYPE-SINGLE-VALUE-P ...)
; x-compiling (DECLAIM (FREEZE-TYPE VALUES-TYPE))
; x-compiling (DEFUN SINGLE-VALUE-TYPE ...)
; x-compiling (DEFUN FUN-TYPE-NARGS ...)
; x-compiling (DEFUN VALUES-TYPES ...)
; x-compiling (DEFUN VALUES-TYPE-TYPES ...)
; x-compiling (DEFUN VALUES-TYPE-OUT ...)
; x-compiling (DEFUN VALUES-TYPE-IN ...)
; x-compiling (DEFUN FIXED-VALUES-OP ...)
; x-compiling (DEFUN-CACHED (%COERCE-TO-VALUES :HASH-BITS ...) ...)
; x-compiling (DEFUN COERCE-TO-VALUES ...)
; x-compiling (DEFUN MAKE-SHORT-VALUES-TYPE ...)
; x-compiling (DEFUN MAKE-SINGLE-VALUE-TYPE ...)
; x-compiling (DEFUN ARGS-TYPE-OP ...)
; x-compiling (DEFUN VALUES-TYPE-OP ...)
; x-compiling (DEFUN TYPE=-ARGS ...)
; x-compiling (DEFUN-CACHED (VALUES-TYPE-UNION :HASH-FUNCTION ...) ...)
; x-compiling (DEFUN-CACHED (VALUES-TYPE-INTERSECTION :HASH-FUNCTION ...) ...)
; x-compiling (DEFUN VALUES-TYPES-EQUAL-OR-INTERSECT ...)
; x-compiling (DEFUN-CACHED (VALUES-SUBTYPEP :HASH-FUNCTION ...) ...)
; x-compiling (DEFUN-CACHED (CSUBTYPEP :HASH-FUNCTION ...) ...)
; x-compiling (DEFUN SB-XC:SUBTYPEP ...)
; x-compiling (DEFUN-CACHED (TYPE= :HASH-FUNCTION ...) ...)
; x-compiling (DEFUN TYPE/= ...)
; x-compiling (DEFUN %TYPE-UNION2 ...)
; x-compiling (DEFUN-CACHED (TYPE-UNION2 :HASH-FUNCTION ...) ...)
; x-compiling (DEFUN %TYPE-INTERSECTION2 ...)
; x-compiling (DEFUN-CACHED (TYPE-INTERSECTION2 :HASH-FUNCTION ...) ...)
; x-compiling (DEFUN TYPE-APPROX-INTERSECTION2 ...)
; x-compiling (DEFUN TYPES-EQUAL-OR-INTERSECT ...)
; x-compiling (DEFUN TYPE-SPECIFIER ...)
; x-compiling (DEFUN-CACHED (TYPE-NEGATION :HASH-FUNCTION ...) ...)
; x-compiling (DEFUN-CACHED (TYPE-SINGLETON-P :HASH-FUNCTION ...) ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN PRECOMPUTE-TYPES ...)
; x-compiling (DEF SIMPLIFY-INTERSECTIONS ...)
; x-compiling (DEF SIMPLIFY-UNIONS ...)
; x-compiling (DEFUN MAYBE-DISTRIBUTE-ONE-UNION ...)
; x-compiling (DEFUN TYPE-INTERSECTION ...)
; x-compiling (DEFUN-CACHED (%TYPE-INTERSECTION :HASH-BITS ...) ...)
; x-compiling (DEFUN TYPE-UNION ...)
; x-compiling (DEFUN-CACHED (%TYPE-UNION :HASH-BITS ...) ...)
; x-compiling (!DEFINE-TYPE-CLASS NAMED)
; x-compiling (!COLD-INIT-FORMS (MACROLET # ...) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NAMED :SIMPLE-=) ...)
; x-compiling (DEFUN CONS-TYPE-MIGHT-BE-EMPTY-TYPE ...)
; x-compiling (!DEFINE-TYPE-METHOD (NAMED :COMPLEX-=) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NAMED :SIMPLE-SUBTYPEP) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NAMED :COMPLEX-SUBTYPEP-ARG1) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NAMED :COMPLEX-SUBTYPEP-ARG2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NAMED :COMPLEX-INTERSECTION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NAMED :COMPLEX-UNION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NAMED :NEGATE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NAMED :UNPARSE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (HAIRY :NEGATE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (HAIRY :UNPARSE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (HAIRY :SIMPLE-SUBTYPEP) ...)
; x-compiling (!DEFINE-TYPE-METHOD (HAIRY :COMPLEX-SUBTYPEP-ARG2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (HAIRY :COMPLEX-SUBTYPEP-ARG1) ...)
; x-compiling (!DEFINE-TYPE-METHOD (HAIRY :COMPLEX-=) ...)
; x-compiling (!DEFINE-TYPE-METHOD (HAIRY :SIMPLE-INTERSECTION2 ...) ...)
; x-compiling (!DEFINE-TYPE-METHOD (HAIRY :SIMPLE-UNION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (HAIRY :SIMPLE-=) ...)
; x-compiling (!DEF-TYPE-TRANSLATOR SATISFIES ...)
; x-compiling (!DEFINE-TYPE-METHOD (NEGATION :NEGATE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NEGATION :UNPARSE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NEGATION :SIMPLE-SUBTYPEP) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NEGATION :COMPLEX-SUBTYPEP-ARG2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NEGATION :COMPLEX-SUBTYPEP-ARG1) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NEGATION :COMPLEX-=) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NEGATION :SIMPLE-INTERSECTION2) ...)
; x-compiling (DEFUN MAYBE-COMPLEX-ARRAY-REFINEMENT ...)
; x-compiling (!DEFINE-TYPE-METHOD (NEGATION :COMPLEX-INTERSECTION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NEGATION :SIMPLE-UNION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NEGATION :COMPLEX-UNION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NEGATION :SIMPLE-=) ...)
; x-compiling (!DEF-TYPE-TRANSLATOR NOT ...)
; x-compiling (!DEFINE-TYPE-CLASS NUMBER)
; x-compiling (DECLAIM (INLINE NUMERIC-TYPE-EQUAL))
; x-compiling (DEFUN NUMERIC-TYPE-EQUAL ...)
; x-compiling (!DEFINE-TYPE-METHOD (NUMBER :SIMPLE-=) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NUMBER :NEGATE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NUMBER :UNPARSE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (NUMBER :SINGLETON-P) ...)
; x-compiling (DEFMACRO NUMERIC-BOUND-TEST ...)
; x-compiling (DEFMACRO NUMERIC-BOUND-TEST* ...)
; x-compiling (DEFMACRO NUMERIC-BOUND-MAX ...)
; x-compiling (!DEFINE-TYPE-METHOD (NUMBER :SIMPLE-SUBTYPEP) ...)
; x-compiling (!DEFINE-SUPERCLASSES NUMBER ...)
; x-compiling (DEFUN NUMERIC-TYPES-ADJACENT ...)
; x-compiling (DEFVAR *APPROXIMATE-NUMERIC-UNIONS* ...)
; x-compiling (!DEFINE-TYPE-METHOD (NUMBER :SIMPLE-UNION2) ...)
; x-compiling (!COLD-INIT-FORMS (SETF # ...) ...)
; x-compiling (!DEF-TYPE-TRANSLATOR COMPLEX ...)
; x-compiling (DECLAIM (INLINE CANONICALIZED-BOUND))
; x-compiling (DEFUN CANONICALIZED-BOUND ...)
; x-compiling (!DEF-TYPE-TRANSLATOR INTEGER ...)
; x-compiling (DEFMACRO !DEF-BOUNDED-TYPE ...)
; x-compiling (!DEF-BOUNDED-TYPE RATIONAL ...)
; x-compiling (DEFUN COERCE-BOUND ...)
; x-compiling (DEFUN INNER-COERCE-REAL-BOUND ...)
; x-compiling (DEFUN INNER-COERCE-FLOAT-BOUND ...)
; x-compiling (DEFUN COERCED-REAL-BOUND ...)
; x-compiling (DEFUN COERCED-FLOAT-BOUND ...)
; x-compiling (!DEF-TYPE-TRANSLATOR REAL ...)
; x-compiling (!DEF-TYPE-TRANSLATOR FLOAT ...)
; x-compiling (DEFMACRO !DEFINE-FLOAT-FORMAT ...)
; x-compiling (!DEFINE-FLOAT-FORMAT SHORT-FLOAT)
; x-compiling (!DEFINE-FLOAT-FORMAT SINGLE-FLOAT)
; x-compiling (!DEFINE-FLOAT-FORMAT DOUBLE-FLOAT)
; x-compiling (!DEFINE-FLOAT-FORMAT LONG-FLOAT)
; x-compiling (DEFUN NUMERIC-TYPES-INTERSECT ...)
; x-compiling (DEFUN ROUND-NUMERIC-BOUND ...)
; x-compiling (!DEFINE-TYPE-METHOD (NUMBER :SIMPLE-INTERSECTION2) ...)
; x-compiling (DEFUN FLOAT-FORMAT-MAX ...)
; x-compiling (DEFUN NUMERIC-CONTAGION ...)
; x-compiling (!DEFINE-TYPE-CLASS ARRAY)
; x-compiling (!DEFINE-TYPE-METHOD (ARRAY :SIMPLE-=) ...)
; x-compiling (!DEFINE-TYPE-METHOD (ARRAY :NEGATE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (ARRAY :UNPARSE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (ARRAY :SIMPLE-SUBTYPEP) ...)
; x-compiling (!DEFINE-SUPERCLASSES ARRAY ...)
; x-compiling (DEFUN ARRAY-TYPES-INTERSECT ...)
; x-compiling (!DEFINE-TYPE-METHOD (ARRAY :SIMPLE-UNION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (ARRAY :SIMPLE-INTERSECTION2) ...)
; x-compiling (DEFUN CANONICAL-ARRAY-DIMENSIONS ...)
; x-compiling (!DEFINE-TYPE-CLASS MEMBER)
; x-compiling (!DEFINE-TYPE-METHOD (MEMBER :NEGATE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (MEMBER :UNPARSE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (MEMBER :SINGLETON-P) ...)
; x-compiling (!DEFINE-TYPE-METHOD (MEMBER :SIMPLE-SUBTYPEP) ...)
; x-compiling (!DEFINE-TYPE-METHOD (MEMBER :COMPLEX-SUBTYPEP-ARG1) ...)
; x-compiling (!DEFINE-TYPE-METHOD (MEMBER :COMPLEX-SUBTYPEP-ARG2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (MEMBER :SIMPLE-INTERSECTION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (MEMBER :COMPLEX-INTERSECTION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (MEMBER :SIMPLE-UNION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (MEMBER :SIMPLE-=) ...)
; x-compiling (!DEFINE-TYPE-METHOD (MEMBER :COMPLEX-=) ...)
; x-compiling (!DEF-TYPE-TRANSLATOR MEMBER ...)
; x-compiling (!DEFINE-TYPE-CLASS INTERSECTION)
; x-compiling (!DEFINE-TYPE-METHOD (INTERSECTION :NEGATE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (INTERSECTION :UNPARSE) ...)
; x-compiling (DEFUN TYPE=-SET ...)
; x-compiling (!DEFINE-TYPE-METHOD (INTERSECTION :SIMPLE-=) ...)
; x-compiling (DEFUN %INTERSECTION-COMPLEX-SUBTYPEP-ARG1 ...)
; x-compiling (DEFUN %INTERSECTION-SIMPLE-SUBTYPEP ...)
; x-compiling (!DEFINE-TYPE-METHOD (INTERSECTION :SIMPLE-SUBTYPEP) ...)
; x-compiling (!DEFINE-TYPE-METHOD (INTERSECTION :COMPLEX-SUBTYPEP-ARG1) ...)
; x-compiling (DEFUN %INTERSECTION-COMPLEX-SUBTYPEP-ARG2 ...)
; x-compiling (!DEFINE-TYPE-METHOD (INTERSECTION :COMPLEX-SUBTYPEP-ARG2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (INTERSECTION :SIMPLE-UNION2 ...) ...)
; x-compiling (!DEF-TYPE-TRANSLATOR AND ...)
; x-compiling (!DEFINE-TYPE-CLASS UNION)
; x-compiling (!DEFINE-TYPE-METHOD (UNION :NEGATE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (UNION :UNPARSE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (UNION :SIMPLE-=) ...)
; x-compiling (!DEFINE-TYPE-METHOD (UNION :COMPLEX-=) ...)
; x-compiling (DEFUN UNION-SIMPLE-SUBTYPEP ...)
; x-compiling (!DEFINE-TYPE-METHOD (UNION :SIMPLE-SUBTYPEP) ...)
; x-compiling (DEFUN UNION-COMPLEX-SUBTYPEP-ARG1 ...)
; x-compiling (!DEFINE-TYPE-METHOD (UNION :COMPLEX-SUBTYPEP-ARG1) ...)
; x-compiling (DEFUN UNION-COMPLEX-SUBTYPEP-ARG2 ...)
; x-compiling (!DEFINE-TYPE-METHOD (UNION :COMPLEX-SUBTYPEP-ARG2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (UNION :SIMPLE-INTERSECTION2 ...) ...)
; x-compiling (!DEF-TYPE-TRANSLATOR OR ...)
; x-compiling (!DEFINE-TYPE-CLASS CONS)
; x-compiling (!DEF-TYPE-TRANSLATOR CONS ...)
; x-compiling (!DEFINE-TYPE-METHOD (CONS :NEGATE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CONS :UNPARSE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CONS :SIMPLE-=) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CONS :SIMPLE-SUBTYPEP) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CONS :SIMPLE-UNION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CONS :SIMPLE-INTERSECTION2) ...)
; x-compiling (!DEFINE-SUPERCLASSES CONS ...)
; x-compiling (!DEFINE-TYPE-CLASS CHARACTER-SET)
; x-compiling (!DEF-TYPE-TRANSLATOR CHARACTER-SET ...)
; x-compiling (!DEFINE-TYPE-METHOD (CHARACTER-SET :NEGATE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CHARACTER-SET :UNPARSE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CHARACTER-SET :SINGLETON-P) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CHARACTER-SET :SIMPLE-=) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CHARACTER-SET :SIMPLE-SUBTYPEP) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CHARACTER-SET :SIMPLE-UNION2) ...)
; x-compiling (!DEFINE-TYPE-METHOD (CHARACTER-SET :SIMPLE-INTERSECTION2) ...)
; x-compiling (DEFUN INTERSECT-TYPE-PAIRS ...)
; x-compiling (DEFUN TYPE-DIFFERENCE ...)
; x-compiling (!DEF-TYPE-TRANSLATOR ARRAY ...)
; x-compiling (!DEF-TYPE-TRANSLATOR SIMPLE-ARRAY ...)
; x-compiling (DEFUN DEFINED-FTYPE-MATCHES-DECLARED-FTYPE-P ...)
; x-compiling (DEFUN CTYPE-OF-NUMBER ...)
; x-compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !LATE-TYPE-COLD-INIT)
; x-compiling (/SHOW0 "late-type.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/late-type.lisp-obj-tmp written
; compilation finished in 0:00:02.472
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/deftypes-for-target.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (/SHOW0 "deftypes-for-target.lisp 14")
; x-compiling (SB-XC:DEFTYPE BOOLEAN ...)
; x-compiling (SB-XC:DEFTYPE MOD ...)
; x-compiling (SB-XC:DEFTYPE SIGNED-BYTE ...)
; x-compiling (SB-XC:DEFTYPE UNSIGNED-BYTE ...)
; x-compiling (SB-XC:DEFTYPE UNSIGNED-BYTE* ...)
; x-compiling (SB-XC:DEFTYPE BIT ...)
; x-compiling (SB-XC:DEFTYPE ATOM ...)
; x-compiling (SB-XC:DEFTYPE BASE-CHAR ...)
; x-compiling (SB-XC:DEFTYPE EXTENDED-CHAR ...)
; x-compiling (SB-XC:DEFTYPE STANDARD-CHAR ...)
; x-compiling (SB-XC:DEFTYPE KEYWORD ...)
; x-compiling (SB-XC:DEFTYPE EQL ...)
; x-compiling (SB-XC:DEFTYPE VECTOR ...)
; x-compiling (SB-XC:DEFTYPE SIMPLE-VECTOR ...)
; x-compiling (SB-XC:DEFTYPE BASE-STRING ...)
; x-compiling (SB-XC:DEFTYPE SIMPLE-BASE-STRING ...)
; x-compiling (SB-XC:DEFTYPE STRING ...)
; x-compiling (SB-XC:DEFTYPE SIMPLE-STRING ...)
; x-compiling (SB-XC:DEFTYPE BIT-VECTOR ...)
; x-compiling (SB-XC:DEFTYPE SIMPLE-BIT-VECTOR ...)
; x-compiling (SB-XC:DEFTYPE GENERALIZED-BOOLEAN ...)
; x-compiling (SB-XC:DEFTYPE FORMAT-CONTROL ...)
; x-compiling (SB-XC:DEFTYPE RESTART-DESIGNATOR ...)
; x-compiling (SB-XC:DEFTYPE ARRAY-RANK ...)
; x-compiling (SB-XC:DEFTYPE ARRAY-TOTAL-SIZE ...)
; x-compiling (SB-XC:DEFTYPE FORM ...)
; x-compiling (SB-XC:DEFTYPE STRING-DESIGNATOR ...)
; x-compiling (SB-XC:DEFTYPE FILENAME ...)
; x-compiling (SB-XC:DEFTYPE PATHNAME-DESIGNATOR ...)
; x-compiling (SB-XC:DEFTYPE LOGICAL-HOST-DESIGNATOR ...)
; x-compiling (SB-XC:DEFTYPE PACKAGE-DESIGNATOR ...)
; x-compiling (SB-XC:DEFTYPE SYMBOLS-DESIGNATOR ...)
; x-compiling (SB-XC:DEFTYPE IRRATIONAL ...)
; x-compiling (SB-XC:DEFTYPE CHAR-CODE ...)
; x-compiling (SB-XC:DEFTYPE CONSED-SEQUENCE ...)
; x-compiling (SB-XC:DEFTYPE SEQUENCE-END ...)
; x-compiling (SB-XC:DEFTYPE SEQUENCE-COUNT ...)
; x-compiling (SB-XC:DEFTYPE STREAM-DESIGNATOR ...)
; x-compiling (SB-XC:DEFTYPE EXTERNAL-FORMAT-DESIGNATOR ...)
; x-compiling (SB-XC:DEFTYPE LEXENV-DESIGNATOR ...)
; x-compiling (SB-XC:DEFTYPE CALLABLE ...)
; x-compiling (SB-XC:DEFTYPE SINGLE-FLOAT-EXPONENT ...)
; x-compiling (SB-XC:DEFTYPE DOUBLE-FLOAT-EXPONENT ...)
; x-compiling (SB-XC:DEFTYPE SINGLE-FLOAT-INT-EXPONENT ...)
; x-compiling (SB-XC:DEFTYPE DOUBLE-FLOAT-INT-EXPONENT ...)
; x-compiling (SB-XC:DEFTYPE SINGLE-FLOAT-SIGNIFICAND ...)
; x-compiling (SB-XC:DEFTYPE DOUBLE-FLOAT-SIGNIFICAND ...)
; x-compiling (/SHOW0 "deftypes-for-target.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/deftypes-for-target.lisp-obj-tmp written
; compilation finished in 0:00:00.170
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/knownfun.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (/SHOW0 "knownfun.lisp 17")
; x-compiling (!DEF-BOOLEAN-ATTRIBUTE IR1 ...)
; x-compiling (DEFSTRUCT (FUN-INFO #) ...)
; x-compiling (DEFPRINTER (FUN-INFO) ...)
; x-compiling (DEFSTRUCT (TRANSFORM #) ...)
; x-compiling (DEFPRINTER (TRANSFORM) ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN %DEFTRANSFORM ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN %DEFKNOWN ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN FUN-INFO-OR-LOSE ...)
; x-compiling (DEFUN RESULT-TYPE-FIRST-ARG ...)
; x-compiling (DEFUN RESULT-TYPE-LAST-ARG ...)
; x-compiling (DEFUN RESULT-TYPE-FLOAT-CONTAGION ...)
; x-compiling (DEFUN SEQUENCE-RESULT-NTH-ARG ...)
; x-compiling (DEFUN RESULT-TYPE-SPECIFIER-NTH-ARG ...)
; x-compiling (DEFUN CREATION-RESULT-TYPE-SPECIFIER-NTH-ARG ...)
; x-compiling (DEFUN REMOVE-NON-CONSTANTS-AND-NILS ...)
; x-compiling (DEFUN NTH-CONSTANT-ARGS ...)
; x-compiling (DEFUN NTH-CONSTANT-NONEMPTY-SEQUENCE-ARGS ...)
; x-compiling (/SHOW0 "knownfun.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/knownfun.lisp-obj-tmp written
; compilation finished in 0:00:00.728
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/constantp.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; x-compiling (DEFVAR *SPECIAL-FORM-CONSTANTP-FUNS*)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (!COLD-INIT-FORMS (SETF *SPECIAL-FORM-CONSTANTP-FUNS* ...))
; x-compiling (DEFVAR *SPECIAL-FORM-CONSTANT-FORM-VALUE-FUNS*)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (!COLD-INIT-FORMS (SETF *SPECIAL-FORM-CONSTANT-FORM-VALUE-FUNS* ...))
; x-compiling (DEFVAR *SPECIAL-CONSTANT-VARIABLES*)
; x-compiling (!COLD-INIT-FORMS (SETF *SPECIAL-CONSTANT-VARIABLES* ...))
; x-compiling (DEFUN %CONSTANTP ...)
; x-compiling (DEFUN %CONSTANT-FORM-VALUE ...)
; x-compiling (DEFUN CONSTANT-SPECIAL-FORM-P ...)
; x-compiling (DEFUN CONSTANT-SPECIAL-FORM-VALUE ...)
; x-compiling (DEFUN CONSTANT-SPECIAL-VARIABLE-P ...)
; x-compiling (DEFUN CONSTANT-FUNCTION-CALL-P ...)
; x-compiling (DEFUN CONSTANT-FUNCTION-CALL-VALUE ...)
; x-compiling (DECLAIM (INLINE SB-XC:CONSTANTP))
; x-compiling (DEFUN SB-XC:CONSTANTP ...)
; x-compiling (DECLAIM (INLINE CONSTANT-FORM-VALUE))
; x-compiling (DEFUN CONSTANT-FORM-VALUE ...)
; x-compiling (DECLAIM (INLINE CONSTANT-TYPEP))
; x-compiling (DEFUN CONSTANT-TYPEP ...)
; x-compiling (DEFMACRO DEFCONSTANTP ...)
; x-compiling (!COLD-INIT-FORMS (DEFCONSTANTP QUOTE ...) ...)
; x-compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !CONSTANTP-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/constantp.lisp-obj-tmp written
; compilation finished in 0:00:00.113
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/fun-info-funs.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFUN %DEF-REFFER ...)
; x-compiling (DEFUN %DEF-SETTER ...)
; x-compiling (DEFUN %DEF-ALLOC ...)
; x-compiling (DEFUN %DEF-CASSER ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/fun-info-funs.lisp-obj-tmp written
; compilation finished in 0:00:00.221
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/vm-type.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEF!TYPE WORD ...)
; x-compiling (DEF!TYPE SB!VM:SIGNED-WORD ...)
; x-compiling (SETF (INFO :TYPE ...) ...)
; x-compiling (SB-XC:DEFTYPE LONG-FLOAT ...)
; x-compiling (SETF (INFO :TYPE ...) ...)
; x-compiling (SB-XC:DEFTYPE SHORT-FLOAT ...)
; x-compiling (SB-XC:DEFTYPE BIT-INDEX ...)
; x-compiling (SB-XC:DEFTYPE FLOAT-EXPONENT ...)
; x-compiling (SB-XC:DEFTYPE FLOAT-DIGITS ...)
; x-compiling (SB-XC:DEFTYPE FLOAT-RADIX ...)
; x-compiling (SB-XC:DEFTYPE FLOAT-INT-EXPONENT ...)
; x-compiling (SB-XC:DEFTYPE BOOLE-CODE ...)
; x-compiling (SB-XC:DEFTYPE BYTE-SPECIFIER ...)
; x-compiling (SB-XC:DEFTYPE CHAR-INT ...)
; x-compiling (SB-XC:DEFTYPE PATHNAME-HOST ...)
; x-compiling (SB-XC:DEFTYPE PATHNAME-DEVICE ...)
; x-compiling (SB-XC:DEFTYPE PATHNAME-DIRECTORY ...)
; x-compiling (SB-XC:DEFTYPE PATHNAME-NAME ...)
; x-compiling (SB-XC:DEFTYPE PATHNAME-TYPE ...)
; x-compiling (SB-XC:DEFTYPE PATHNAME-VERSION ...)
; x-compiling (SB-XC:DEFTYPE INTERNAL-TIME ...)
; x-compiling (SB-XC:DEFTYPE BIGNUM-ELEMENT-TYPE ...)
; x-compiling (SB-XC:DEFTYPE BIGNUM-TYPE ...)
; x-compiling (SB-XC:DEFTYPE BIGNUM-INDEX ...)
; x-compiling (SB-XC:DEFTYPE UNBOXED-ARRAY ...)
; x-compiling (SB-XC:DEFTYPE SIMPLE-UNBOXED-ARRAY ...)
; x-compiling (SB-XC:DEFTYPE COMPLEX-VECTOR ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN FLOAT-FORMAT-NAME ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN SPECIALIZE-ARRAY-TYPE ...)
; x-compiling (DEFUN SB-XC:UPGRADED-ARRAY-ELEMENT-TYPE ...)
; x-compiling (DEFUN SB-XC:UPGRADED-COMPLEX-PART-TYPE ...)
; x-compiling (DEFUN CONTAINING-INTEGER-TYPE ...)
; x-compiling (DEFUN HAIRY-TYPE-CHECK-TEMPLATE-NAME ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/generic/vm-type.lisp-obj-tmp written
; compilation finished in 0:00:00.088
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/proclaim.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFVAR *UNDEFINED-WARNINGS*)
; x-compiling (DECLAIM (LIST *UNDEFINED-WARNINGS*))
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN GET-OLD-VARS ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN PROCESS-OPTIMIZE-DECL ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN PROCESS-HANDLE-CONDITIONS-DECL ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN PROCESS-MUFFLE-CONDITIONS-DECL ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN PROCESS-UNHANDLE-CONDITIONS-DECL ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN PROCESS-UNMUFFLE-CONDITIONS-DECL ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN PROCESS-PACKAGE-LOCK-DECL ...)
; x-compiling (DEFUN CANONIZED-DECL-SPEC ...)
; x-compiling (DEFVAR *QUEUED-PROCLAIMS*)
; x-compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; x-compiling (!COLD-INIT-FORMS (SETF *QUEUED-PROCLAIMS* ...))
; x-compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !EARLY-PROCLAIM-COLD-INIT)
; x-compiling (DEFUN SB-XC:PROCLAIM ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/proclaim.lisp-obj-tmp written
; compilation finished in 0:00:00.132
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/class-init.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (/SHOW0 "beginning class-init.lisp")
; x-compiling (DOLIST (X *BUILT-IN-CLASSES*) ...)
; x-compiling (/SHOW0 "done with class-init.lisp")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/class-init.lisp-obj-tmp written
; compilation finished in 0:00:00.013
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/typecheckfuns.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DECLAIM (TYPE SIMPLE-VECTOR ...))
; x-compiling (DEFVAR *COMMON-TYPESPECS*)
; x-compiling (DEFUN CTYPE-IS-COMMON-TYPECHECKFUN-TYPE-P ...)
; x-compiling (DEFUN TYPECHECK-FAILURE ...)
; x-compiling (DEFVAR *TYPECHECKFUNS*)
; x-compiling (DEFMACRO MEMOIZED-TYPECHECKFUN-FORM ...)
; x-compiling (DEFUN !TYPECHECKFUNS-COLD-INIT ...)
; x-compiling (DEFUN INTERPRETED-TYPECHECKFUN ...)
; x-compiling (DEFUN %STRUCTURE-OBJECT-TYPECHECKFUN ...)
; x-compiling (DEFUN STRUCTURE-OBJECT-TYPECHECKFUN ...)
; x-compiling (DEFUN GENERAL-TYPECHECKFUN ...)
; x-compiling (DEFUN CTYPE-NEEDS-TO-BE-INTERPRETED-P ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN TYPESPEC-TYPECHECKFUN ...)
; x-compiling (DEFINE-COMPILER-MACRO TYPESPEC-TYPECHECKFUN ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/typecheckfuns.lisp-obj-tmp written
; compilation finished in 0:00:00.107
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/defstruct.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (/SHOW0 "code/defstruct.lisp 15")
; x-compiling (DEFUN COMPILER-LAYOUT-OR-LOSE ...)
; x-compiling (DEFUN COMPILER-LAYOUT-READY-P ...)
; x-compiling (SB-XC:DEFMACRO %MAKE-STRUCTURE-INSTANCE-MACRO ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN %MAKE-STRUCTURE-INSTANCE-ALLOCATOR ...)
; x-compiling (DEFUN %MAKE-FUNCALLABLE-STRUCTURE-INSTANCE-ALLOCATOR ...)
; x-compiling (SB-XC:DEFMACRO %DELAYED-GET-COMPILER-LAYOUT ...)
; x-compiling (DEF!STRUCT (DEFSTRUCT-DESCRIPTION # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFUN DD-CLASS-P ...)
; x-compiling (DEFUN DD-DECLARABLE-TYPE ...)
; x-compiling (DEFUN DD-LAYOUT-OR-LOSE ...)
; x-compiling (DEF!STRUCT (DEFSTRUCT-SLOT-DESCRIPTION # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFUN DD-LISP-TYPE ...)
; x-compiling (DEFSTRUCT RAW-SLOT-DATA ...)
; x-compiling (DEFVAR *RAW-SLOT-DATA-LIST* ...)
; x-compiling (DEFUN RAW-SLOT-WORDS ...)
; x-compiling (DEFUN CLASS-METHOD-DEFINITIONS ...)
; x-compiling (DEFMACRO !EXPANDER-FOR-DEFSTRUCT ...)
; x-compiling (SB-XC:DEFMACRO DEFSTRUCT ...)
; x-compiling (DEFUN ACCESSOR-INHERITED-DATA ...)
; x-compiling (DEFUN TYPED-PREDICATE-DEFINITIONS ...)
; x-compiling (DEFUN TYPED-COPIER-DEFINITIONS ...)
; x-compiling (DEFUN TYPED-ACCESSOR-DEFINITIONS ...)
; x-compiling (DEFUN REQUIRE-NO-PRINT-OPTIONS-SO-FAR ...)
; x-compiling (DEFUN PARSE-1-DD-OPTION ...)
; x-compiling (DEFUN PARSE-DEFSTRUCT-NAME-AND-OPTIONS ...)
; x-compiling (DEFUN PARSE-DEFSTRUCT-NAME-AND-OPTIONS-AND-SLOT-DESCRIPTIONS ...)
; x-compiling (DEFUN PARSE-1-DSD ...)
; x-compiling (DEFUN STRUCTURE-RAW-SLOT-DATA ...)
; x-compiling (DEFUN ALLOCATE-1-SLOT ...)
; x-compiling (DEFUN TYPED-STRUCTURE-INFO-OR-LOSE ...)
; x-compiling (DEFUN FROB-DD-INCLUSION-STUFF ...)
; x-compiling (DEFUN INHERITS-FOR-STRUCTURE ...)
; x-compiling (DEFUN %DEFSTRUCT ...)
; x-compiling (DEFUN %ACCESSOR-PLACE-FORM ...)
; x-compiling (DEFUN SLOT-ACCESSOR-TRANSFORMS ...)
; x-compiling (DEFUN SLOT-SETTER-LAMBDA-FORM ...)
; x-compiling (DEFUN UNDECLARE-STRUCTURE ...)
; x-compiling (DEFUN %COMPILER-SET-UP-LAYOUT ...)
; x-compiling (DEFUN %COMPILER-DEFSTRUCT ...)
; x-compiling (DEFUN COMPARE-SLOTS ...)
; x-compiling (DEFUN REDEFINE-STRUCTURE-WARNING ...)
; x-compiling (DEFUN %REDEFINE-DEFSTRUCT ...)
; x-compiling (DECLAIM (INLINE DD-LAYOUT-LENGTH))
; x-compiling (DEFUN DD-LAYOUT-LENGTH ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN DD-INSTANCE-LENGTH ...)
; x-compiling (DEFUN ENSURE-STRUCTURE-CLASS ...)
; x-compiling (DEFUN FIND-NAME-INDICES ...)
; x-compiling (DEFUN CREATE-VECTOR-CONSTRUCTOR ...)
; x-compiling (DEFUN CREATE-LIST-CONSTRUCTOR ...)
; x-compiling (DEFUN CREATE-STRUCTURE-CONSTRUCTOR ...)
; x-compiling (DEFUN CREATE-KEYWORD-CONSTRUCTOR ...)
; x-compiling (DEFUN CREATE-BOA-CONSTRUCTOR ...)
; x-compiling (DEFUN CONSTRUCTOR-DEFINITIONS ...)
; x-compiling (DEFUN MAKE-DD-WITH-ALTERNATE-METACLASS ...)
; x-compiling (SB-XC:PROCLAIM (QUOTE #))
; x-compiling (SB-XC:DEFMACRO !DEFSTRUCT-WITH-ALTERNATE-METACLASS ...)
; x-compiling (DEFUN !SET-UP-STRUCTURE-OBJECT-CLASS ...)
; x-compiling (!SET-UP-STRUCTURE-OBJECT-CLASS)
; x-compiling (DOLIST (ARGS #) ...)
; x-compiling (DEFUN FIND-DEFSTRUCT-DESCRIPTION ...)
; x-compiling (/SHOW0 "code/defstruct.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/defstruct.lisp-obj-tmp written
; compilation finished in 0:00:01.445
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/target-defstruct.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (/SHOW0 "target-defstruct.lisp 12")
; x-compiling (DEFUN %MAKE-INSTANCE ...)
; x-compiling (DEFUN %INSTANCE-LENGTH ...)
; x-compiling (DEFUN %INSTANCE-REF ...)
; x-compiling (DEFUN %INSTANCE-SET ...)
; x-compiling (DEFUN %MAKE-STRUCTURE-INSTANCE ...)
; x-compiling (DEFUN %RAW-INSTANCE-REF/WORD ...)
; x-compiling (DEFUN %RAW-INSTANCE-SET/WORD ...)
; x-compiling (DEFUN %RAW-INSTANCE-REF/SINGLE ...)
; x-compiling (DEFUN %RAW-INSTANCE-SET/SINGLE ...)
; x-compiling (DEFUN %RAW-INSTANCE-REF/DOUBLE ...)
; x-compiling (DEFUN %RAW-INSTANCE-SET/DOUBLE ...)
; x-compiling (DEFUN %RAW-INSTANCE-REF/COMPLEX-SINGLE ...)
; x-compiling (DEFUN %RAW-INSTANCE-SET/COMPLEX-SINGLE ...)
; x-compiling (DEFUN %RAW-INSTANCE-REF/COMPLEX-DOUBLE ...)
; x-compiling (DEFUN %RAW-INSTANCE-SET/COMPLEX-DOUBLE ...)
; x-compiling (DEFUN %INSTANCE-LAYOUT ...)
; x-compiling (DEFUN %SET-INSTANCE-LAYOUT ...)
; x-compiling (DEFUN %MAKE-FUNCALLABLE-INSTANCE ...)
; x-compiling (DEFUN FUNCALLABLE-INSTANCE-P ...)
; x-compiling (DEFTYPE FUNCALLABLE-INSTANCE ...)
; x-compiling (DEFUN %FUNCALLABLE-INSTANCE-INFO ...)
; x-compiling (DEFUN %SET-FUNCALLABLE-INSTANCE-INFO ...)
; x-compiling (DEFUN FUNCALLABLE-INSTANCE-FUN ...)
; x-compiling (DEFUN (SETF FUNCALLABLE-INSTANCE-FUN) ...)
; x-compiling (DEFVAR *DEFSTRUCT-HOOKS* ...)
; x-compiling (DEFUN PROTECT-CL ...)
; x-compiling (DEFUN MAKE-DEFSTRUCT-PREDICATE ...)
; x-compiling (DEFUN MAKE-DEFSTRUCT-COPIER ...)
; x-compiling (DEFUN %TARGET-DEFSTRUCT ...)
; x-compiling (DEFUN SLOT-ACCESSOR-FUNS ...)
; x-compiling (DEFUN COPY-STRUCTURE ...)
; x-compiling (DEFUN RAW-INSTANCE-SLOTS-EQUALP ...)
; x-compiling (DEFUN %PRINT-STRUCTURE-SANS-LAYOUT-INFO ...)
; x-compiling (DEFUN %PRINT-STRUCTURE-SANS-SLOTS ...)
; x-compiling (DEFUN %DEFAULT-STRUCTURE-PRETTY-PRINT ...)
; x-compiling (DEFUN %DEFAULT-STRUCTURE-UGLY-PRINT ...)
; x-compiling (DEFUN DEFAULT-STRUCTURE-PRINT ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DECLAIM (INLINE TYPEP-TO-LAYOUT))
; x-compiling (DEFUN TYPEP-TO-LAYOUT ...)
; x-compiling (DEFMACRO %CHECK-STRUCTURE-TYPE-FROM-NAME ...)
; x-compiling (DEFMACRO %CHECK-STRUCTURE-TYPE-FROM-DD ...)
; x-compiling (DEFUN %CHECK-STRUCTURE-TYPE-FROM-LAYOUT ...)
; x-compiling (/SHOW0 "target-defstruct.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/target-defstruct.lisp-obj-tmp written
; compilation finished in 0:00:00.202
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/alien-type.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (/SHOW0 "code/alien-type.lisp 16")
; x-compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; x-compiling (DEFSTRUCT (ALIEN-TYPE-TYPE # ...) ...)
; x-compiling (!DEFINE-TYPE-CLASS ALIEN)
; x-compiling (!DEFINE-TYPE-METHOD (ALIEN :NEGATE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (ALIEN :UNPARSE) ...)
; x-compiling (!DEFINE-TYPE-METHOD (ALIEN :SIMPLE-SUBTYPEP) ...)
; x-compiling (!DEFINE-SUPERCLASSES ALIEN ...)
; x-compiling (!DEFINE-TYPE-METHOD (ALIEN :SIMPLE-=) ...)
; x-compiling (!DEF-TYPE-TRANSLATOR ALIEN ...)
; x-compiling (DEFUN MAKE-ALIEN-TYPE-TYPE ...)
; x-compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !ALIEN-TYPE-COLD-INIT)
; x-compiling (/SHOW0 "code/alien-type.lisp end of file")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/alien-type.lisp-obj-tmp written
; compilation finished in 0:00:00.138
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/force-delayed-defbangstructs.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/force-delayed-defbangstructs.lisp-obj-tmp written
; compilation finished in 0:00:00.006
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/early-full-eval.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!EVAL")
; x-compiling (DEFPARAMETER *EVAL-LEVEL* ...)
; x-compiling (DEFPARAMETER *EVAL-VERBOSE* ...)
; x-compiling (!DEFSTRUCT-WITH-ALTERNATE-METACLASS INTERPRETED-FUNCTION ...)
; x-compiling (DEFUN MAKE-INTERPRETED-FUNCTION ...)
; x-compiling (DEFUN INTERPRETED-FUNCTION-P ...)
; x-compiling (SB!INT:DEF!METHOD PRINT-OBJECT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/early-full-eval.lisp-obj-tmp written
; compilation finished in 0:00:00.115
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/typep.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFUN TYPEP ...)
; x-compiling (DEFUN %TYPEP ...)
; x-compiling (DEFUN %%TYPEP ...)
; x-compiling (DEFUN CLASSOID-CELL-TYPEP ...)
; x-compiling (DEFUN CLASSOID-TYPEP ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/typep.lisp-obj-tmp written
; compilation finished in 0:00:00.068
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/compiler-error.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFVAR *COMPILER-ERROR-BAILOUT*)
; x-compiling (DEFINE-CONDITION COMPILER-ERROR ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN COMPILER-ERROR ...)
; x-compiling (DEFUN COMPILER-WARN ...)
; x-compiling (DEFUN COMPILER-STYLE-WARN ...)
; x-compiling (DEFUN MAKE-COMPILER-ERROR-FORM ...)
; x-compiling (DEFINE-CONDITION FATAL-COMPILER-ERROR ...)
; x-compiling (DEFINE-CONDITION INPUT-ERROR-IN-COMPILE-FILE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/compiler-error.lisp-obj-tmp written
; compilation finished in 0:00:00.042
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/late-deftypes-for-target.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (SB-XC:DEFTYPE COMPILED-FUNCTION ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/late-deftypes-for-target.lisp-obj-tmp written
; compilation finished in 0:00:00.005
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/type-init.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (/SHOW0 "precomputing numeric types")
; x-compiling (PRECOMPUTE-TYPES (QUOTE #))
; x-compiling (/SHOW0 "precomputing built-in symbol type specifiers")
; x-compiling (PRECOMPUTE-TYPES *!STANDARD-TYPE-NAMES*)
; x-compiling (/SHOW0 "done with type-init.lisp")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/type-init.lisp-obj-tmp written
; compilation finished in 0:00:00.004
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/fixup-type.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS)
; x-compiling (!COLD-INIT-FORMS (MAP # ...))
; x-compiling (!DEFUN-FROM-COLLECTED-COLD-INIT-FORMS !FIXUP-TYPE-COLD-INIT)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/fixup-type.lisp-obj-tmp written
; compilation finished in 0:00:00.008
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/package.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEF!TYPE HASH-VECTOR ...)
; x-compiling (DEF!STRUCT (PACKAGE-HASHTABLE # ...) ...)
; x-compiling (DEF!STRUCT (SB-XC:PACKAGE # ...) ...)
; x-compiling (DEFMACRO-MUNDANELY DO-SYMBOLS ...)
; x-compiling (DEFMACRO-MUNDANELY DO-EXTERNAL-SYMBOLS ...)
; x-compiling (DEFMACRO-MUNDANELY DO-ALL-SYMBOLS ...)
; x-compiling (DEFMACRO-MUNDANELY WITH-PACKAGE-ITERATOR ...)
; x-compiling (DEFMACRO-MUNDANELY WITH-PACKAGE-GRAPH ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/package.lisp-obj-tmp written
; compilation finished in 0:00:00.226
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/random.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEF!CONSTANT RANDOM-CHUNK-LENGTH ...)
; x-compiling (DEF!CONSTANT RANDOM-INTEGER-OVERLAP ...)
; x-compiling (DEF!CONSTANT RANDOM-INTEGER-EXTRA-BITS ...)
; x-compiling (DEF!CONSTANT RANDOM-FIXNUM-MAX ...)
; x-compiling (SB-XC:DEFSTRUCT (RANDOM-STATE # ...) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/random.lisp-obj-tmp written
; compilation finished in 0:00:00.130
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/hash-table.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (SB-XC:DEFSTRUCT (HASH-TABLE #) ...)
; x-compiling (DEFCONSTANT +MAGIC-HASH-VECTOR-VALUE+ ...)
; x-compiling (DEFMACRO-MUNDANELY WITH-HASH-TABLE-ITERATOR ...)
; x-compiling (DEFMACRO-MUNDANELY WITH-LOCKED-HASH-TABLE ...)
; x-compiling (DEFMACRO-MUNDANELY WITH-LOCKED-SYSTEM-TABLE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/hash-table.lisp-obj-tmp written
; compilation finished in 0:00:00.377
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/readtable.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (SB-XC:DEFTYPE ATTRIBUTE-TABLE ...)
; x-compiling (DEF!CONSTANT +CHAR-ATTR-WHITESPACE+ ...)
; x-compiling (DEF!CONSTANT +CHAR-ATTR-TERMINATING-MACRO+ ...)
; x-compiling (DEF!CONSTANT +CHAR-ATTR-SINGLE-ESCAPE+ ...)
; x-compiling (DEF!CONSTANT +CHAR-ATTR-MULTIPLE-ESCAPE+ ...)
; x-compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT+ ...)
; x-compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT-DOT+ ...)
; x-compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT-EXPT+ ...)
; x-compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT-SLASH+ ...)
; x-compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT-DIGIT+ ...)
; x-compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT-SIGN+ ...)
; x-compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT-DECIMAL-DIGIT+ ...)
; x-compiling (DEF!CONSTANT +CHAR-ATTR-CONSTITUENT-DIGIT-OR-EXPT+ ...)
; x-compiling (DEF!CONSTANT +CHAR-ATTR-PACKAGE-DELIMITER+ ...)
; x-compiling (DEF!CONSTANT +CHAR-ATTR-INVALID+ ...)
; x-compiling (DEF!CONSTANT +CHAR-ATTR-DELIMITER+ ...)
; x-compiling (SB-XC:DEFSTRUCT (READTABLE # ...) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/readtable.lisp-obj-tmp written
; compilation finished in 0:00:00.257
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/pathname.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEF!STRUCT (HOST #) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEF!STRUCT (LOGICAL-HOST # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFUN MAKE-LOGICAL-HOST-LOAD-FORM-FUN ...)
; x-compiling (DEF!STRUCT (PATTERN #) ...)
; x-compiling (DEF!TYPE PATHNAME-COMPONENT-TOKENS ...)
; x-compiling (SB-XC:DEFSTRUCT (PATHNAME # ...) ...)
; x-compiling (SB-XC:DEFSTRUCT (LOGICAL-PATHNAME # ...))
; x-compiling (DEFUN UNPARSE-PHYSICAL-DIRECTORY ...)
; x-compiling (DEFUN UNPARSE-PHYSICAL-DIRECTORY-LIST ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/pathname.lisp-obj-tmp written
; compilation finished in 0:00:00.784
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/host-pprint.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!PRETTY")
; x-compiling (DEF!STRUCT (PPRINT-DISPATCH-TABLE #) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/host-pprint.lisp-obj-tmp written
; compilation finished in 0:00:00.112
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/lexenv.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DECLAIM (INLINE INTERNAL-MAKE-LEXENV))
; x-compiling (DEF!STRUCT (LEXENV # ...) ...)
; x-compiling (DEFUN LEXENV-POLICY ...)
; x-compiling (DEFUN NULL-LEXENV-P ...)
; x-compiling (DEFUN COERCE-TO-LEXENV ...)
; x-compiling (DEFUN PRINT-LEXENV ...)
; x-compiling (DEFUN MAYBE-INLINE-SYNTACTIC-CLOSURE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/lexenv.lisp-obj-tmp written
; compilation finished in 0:00:00.126
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/fndb.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFKNOWN COERCE ...)
; x-compiling (DEFKNOWN LIST-TO-VECTOR* ...)
; x-compiling (DEFKNOWN VECTOR-TO-VECTOR* ...)
; x-compiling (DEFKNOWN TYPE-OF ...)
; x-compiling (DEFKNOWN (SB-XC:UPGRADED-COMPLEX-PART-TYPE SB-XC:UPGRADED-ARRAY-ELEMENT-TYPE) ...)
; x-compiling (DEFKNOWN TYPEP ...)
; x-compiling (DEFKNOWN SUBTYPEP ...)
; x-compiling (DEFKNOWN (NULL SYMBOLP ...) ...)
; x-compiling (DEFKNOWN (EQ EQL) ...)
; x-compiling (DEFKNOWN (EQUAL EQUALP) ...)
; x-compiling (SB-XC:DEFTYPE NAME-FOR-CLASS ...)
; x-compiling (DEFKNOWN CLASSOID-NAME ...)
; x-compiling (DEFKNOWN FIND-CLASSOID ...)
; x-compiling (DEFKNOWN CLASSOID-OF ...)
; x-compiling (DEFKNOWN LAYOUT-OF ...)
; x-compiling (DEFKNOWN COPY-STRUCTURE ...)
; x-compiling (DEFKNOWN (SYMBOL-VALUE) ...)
; x-compiling (DEFKNOWN (SYMBOL-FUNCTION) ...)
; x-compiling (DEFKNOWN BOUNDP ...)
; x-compiling (DEFKNOWN FBOUNDP ...)
; x-compiling (DEFKNOWN SPECIAL-OPERATOR-P ...)
; x-compiling (DEFKNOWN SET ...)
; x-compiling (DEFKNOWN FDEFINITION ...)
; x-compiling (DEFKNOWN %SET-FDEFINITION ...)
; x-compiling (DEFKNOWN MAKUNBOUND ...)
; x-compiling (DEFKNOWN FMAKUNBOUND ...)
; x-compiling (DEFKNOWN APPLY ...)
; x-compiling (DEFKNOWN FUNCALL ...)
; x-compiling (DEFKNOWN (MAPCAR MAPLIST) ...)
; x-compiling (DEFKNOWN (MAPCAN MAPCON) ...)
; x-compiling (DEFKNOWN (MAPC MAPL) ...)
; x-compiling (DEFKNOWN VALUES ...)
; x-compiling (DEFKNOWN VALUES-LIST ...)
; x-compiling (DEFKNOWN MACRO-FUNCTION ...)
; x-compiling (DEFKNOWN (MACROEXPAND MACROEXPAND-1 ...) ...)
; x-compiling (DEFKNOWN COMPILER-MACRO-FUNCTION ...)
; x-compiling (DEFKNOWN PROCLAIM ...)
; x-compiling (DEFKNOWN GET ...)
; x-compiling (DEFKNOWN SB!IMPL::GET2 ...)
; x-compiling (DEFKNOWN SB!IMPL::GET3 ...)
; x-compiling (DEFKNOWN REMPROP ...)
; x-compiling (DEFKNOWN SYMBOL-PLIST ...)
; x-compiling (DEFKNOWN GETF ...)
; x-compiling (DEFKNOWN GET-PROPERTIES ...)
; x-compiling (DEFKNOWN SYMBOL-NAME ...)
; x-compiling (DEFKNOWN MAKE-SYMBOL ...)
; x-compiling (DEFKNOWN %MAKE-SYMBOL ...)
; x-compiling (DEFKNOWN COPY-SYMBOL ...)
; x-compiling (DEFKNOWN GENSYM ...)
; x-compiling (DEFKNOWN SYMBOL-PACKAGE ...)
; x-compiling (DEFKNOWN KEYWORDP ...)
; x-compiling (DEFKNOWN GENTEMP ...)
; x-compiling (DEFKNOWN MAKE-PACKAGE ...)
; x-compiling (DEFKNOWN FIND-PACKAGE ...)
; x-compiling (DEFKNOWN PACKAGE-NAME ...)
; x-compiling (DEFKNOWN PACKAGE-NICKNAMES ...)
; x-compiling (DEFKNOWN RENAME-PACKAGE ...)
; x-compiling (DEFKNOWN PACKAGE-USE-LIST ...)
; x-compiling (DEFKNOWN PACKAGE-USED-BY-LIST ...)
; x-compiling (DEFKNOWN PACKAGE-SHADOWING-SYMBOLS ...)
; x-compiling (DEFKNOWN LIST-ALL-PACKAGES ...)
; x-compiling (DEFKNOWN INTERN ...)
; x-compiling (DEFKNOWN FIND-SYMBOL ...)
; x-compiling (DEFKNOWN (EXPORT IMPORT) ...)
; x-compiling (DEFKNOWN UNINTERN ...)
; x-compiling (DEFKNOWN UNEXPORT ...)
; x-compiling (DEFKNOWN SHADOWING-IMPORT ...)
; x-compiling (DEFKNOWN SHADOW ...)
; x-compiling (DEFKNOWN (USE-PACKAGE UNUSE-PACKAGE) ...)
; x-compiling (DEFKNOWN FIND-ALL-SYMBOLS ...)
; x-compiling (DEFKNOWN ZEROP ...)
; x-compiling (DEFKNOWN (PLUSP MINUSP) ...)
; x-compiling (DEFKNOWN (ODDP EVENP) ...)
; x-compiling (DEFKNOWN (= /=) ...)
; x-compiling (DEFKNOWN (< > ...) ...)
; x-compiling (DEFKNOWN (MAX MIN) ...)
; x-compiling (DEFKNOWN + ...)
; x-compiling (DEFKNOWN - ...)
; x-compiling (DEFKNOWN * ...)
; x-compiling (DEFKNOWN / ...)
; x-compiling (DEFKNOWN (1+ 1-) ...)
; x-compiling (DEFKNOWN CONJUGATE ...)
; x-compiling (DEFKNOWN GCD ...)
; x-compiling (DEFKNOWN LCM ...)
; x-compiling (DEFKNOWN EXP ...)
; x-compiling (DEFKNOWN EXPT ...)
; x-compiling (DEFKNOWN LOG ...)
; x-compiling (DEFKNOWN SQRT ...)
; x-compiling (DEFKNOWN ISQRT ...)
; x-compiling (DEFKNOWN (ABS PHASE ...) ...)
; x-compiling (DEFKNOWN CIS ...)
; x-compiling (DEFKNOWN (SIN COS) ...)
; x-compiling (DEFKNOWN ATAN ...)
; x-compiling (DEFKNOWN (TAN SINH ...) ...)
; x-compiling (DEFKNOWN (ASIN ACOS ...) ...)
; x-compiling (DEFKNOWN FLOAT ...)
; x-compiling (DEFKNOWN (RATIONAL) ...)
; x-compiling (DEFKNOWN (RATIONALIZE) ...)
; x-compiling (DEFKNOWN (NUMERATOR DENOMINATOR) ...)
; x-compiling (DEFKNOWN (FLOOR CEILING ...) ...)
; x-compiling (DEFKNOWN %MULTIPLY-HIGH ...)
; x-compiling (DEFKNOWN (%FLOOR %CEILING) ...)
; x-compiling (DEFKNOWN (MOD REM) ...)
; x-compiling (DEFKNOWN (FFLOOR FCEILING ...) ...)
; x-compiling (DEFKNOWN DECODE-FLOAT ...)
; x-compiling (DEFKNOWN SCALE-FLOAT ...)
; x-compiling (DEFKNOWN FLOAT-RADIX ...)
; x-compiling (DEFKNOWN FLOAT-SIGN ...)
; x-compiling (DEFKNOWN (FLOAT-DIGITS FLOAT-PRECISION) ...)
; x-compiling (DEFKNOWN INTEGER-DECODE-FLOAT ...)
; x-compiling (DEFKNOWN COMPLEX ...)
; x-compiling (DEFKNOWN (REALPART IMAGPART) ...)
; x-compiling (DEFKNOWN (LOGIOR LOGXOR ...) ...)
; x-compiling (DEFKNOWN (LOGNAND LOGNOR ...) ...)
; x-compiling (DEFKNOWN BOOLE ...)
; x-compiling (DEFKNOWN LOGNOT ...)
; x-compiling (DEFKNOWN LOGTEST ...)
; x-compiling (DEFKNOWN LOGBITP ...)
; x-compiling (DEFKNOWN ASH ...)
; x-compiling (DEFKNOWN (LOGCOUNT INTEGER-LENGTH) ...)
; x-compiling (DEFKNOWN BYTE ...)
; x-compiling (DEFKNOWN (BYTE-SIZE BYTE-POSITION) ...)
; x-compiling (DEFKNOWN LDB ...)
; x-compiling (DEFKNOWN LDB-TEST ...)
; x-compiling (DEFKNOWN MASK-FIELD ...)
; x-compiling (DEFKNOWN DPB ...)
; x-compiling (DEFKNOWN DEPOSIT-FIELD ...)
; x-compiling (DEFKNOWN RANDOM ...)
; x-compiling (DEFKNOWN MAKE-RANDOM-STATE ...)
; x-compiling (DEFKNOWN RANDOM-STATE-P ...)
; x-compiling (DEFKNOWN (STANDARD-CHAR-P GRAPHIC-CHAR-P ...) ...)
; x-compiling (DEFKNOWN DIGIT-CHAR-P ...)
; x-compiling (DEFKNOWN (CHAR= CHAR/= ...) ...)
; x-compiling (DEFKNOWN CHARACTER ...)
; x-compiling (DEFKNOWN CHAR-CODE ...)
; x-compiling (DEFKNOWN (CHAR-UPCASE CHAR-DOWNCASE) ...)
; x-compiling (DEFKNOWN DIGIT-CHAR ...)
; x-compiling (DEFKNOWN CHAR-INT ...)
; x-compiling (DEFKNOWN CHAR-NAME ...)
; x-compiling (DEFKNOWN NAME-CHAR ...)
; x-compiling (DEFKNOWN CODE-CHAR ...)
; x-compiling (DEFKNOWN ELT ...)
; x-compiling (DEFKNOWN SUBSEQ ...)
; x-compiling (DEFKNOWN COPY-SEQ ...)
; x-compiling (DEFKNOWN LENGTH ...)
; x-compiling (DEFKNOWN REVERSE ...)
; x-compiling (DEFKNOWN NREVERSE ...)
; x-compiling (DEFKNOWN MAKE-SEQUENCE ...)
; x-compiling (DEFKNOWN CONCATENATE ...)
; x-compiling (DEFKNOWN (MAP %MAP) ...)
; x-compiling (DEFKNOWN %MAP-TO-LIST-ARITY-1 ...)
; x-compiling (DEFKNOWN %MAP-TO-SIMPLE-VECTOR-ARITY-1 ...)
; x-compiling (DEFKNOWN %MAP-TO-NIL-ON-SIMPLE-VECTOR ...)
; x-compiling (DEFKNOWN %MAP-TO-NIL-ON-VECTOR ...)
; x-compiling (DEFKNOWN %MAP-TO-NIL-ON-SEQUENCE ...)
; x-compiling (DEFKNOWN MAP-INTO ...)
; x-compiling (DEFKNOWN SOME ...)
; x-compiling (DEFKNOWN (EVERY NOTANY ...) ...)
; x-compiling (DEFKNOWN REDUCE ...)
; x-compiling (DEFKNOWN FILL ...)
; x-compiling (DEFKNOWN REPLACE ...)
; x-compiling (DEFKNOWN REMOVE ...)
; x-compiling (DEFKNOWN SUBSTITUTE ...)
; x-compiling (DEFKNOWN (REMOVE-IF REMOVE-IF-NOT) ...)
; x-compiling (DEFKNOWN (SUBSTITUTE-IF SUBSTITUTE-IF-NOT) ...)
; x-compiling (DEFKNOWN DELETE ...)
; x-compiling (DEFKNOWN NSUBSTITUTE ...)
; x-compiling (DEFKNOWN (DELETE-IF DELETE-IF-NOT) ...)
; x-compiling (DEFKNOWN (NSUBSTITUTE-IF NSUBSTITUTE-IF-NOT) ...)
; x-compiling (DEFKNOWN REMOVE-DUPLICATES ...)
; x-compiling (DEFKNOWN DELETE-DUPLICATES ...)
; x-compiling (DEFKNOWN FIND ...)
; x-compiling (DEFKNOWN (FIND-IF FIND-IF-NOT) ...)
; x-compiling (DEFKNOWN POSITION ...)
; x-compiling (DEFKNOWN (POSITION-IF POSITION-IF-NOT) ...)
; x-compiling (DEFKNOWN COUNT ...)
; x-compiling (DEFKNOWN (COUNT-IF COUNT-IF-NOT) ...)
; x-compiling (DEFKNOWN (MISMATCH SEARCH) ...)
; x-compiling (DEFKNOWN (STABLE-SORT SORT) ...)
; x-compiling (DEFKNOWN SB!IMPL::STABLE-SORT-LIST ...)
; x-compiling (DEFKNOWN SB!IMPL::SORT-VECTOR ...)
; x-compiling (DEFKNOWN MERGE ...)
; x-compiling (DEFKNOWN READ-SEQUENCE ...)
; x-compiling (DEFKNOWN WRITE-SEQUENCE ...)
; x-compiling (DEFKNOWN (CAR CDR ...) ...)
; x-compiling (DEFKNOWN (CAAR CADR ...) ...)
; x-compiling (DEFKNOWN CONS ...)
; x-compiling (DEFKNOWN TREE-EQUAL ...)
; x-compiling (DEFKNOWN ENDP ...)
; x-compiling (DEFKNOWN LIST-LENGTH ...)
; x-compiling (DEFKNOWN NTH ...)
; x-compiling (DEFKNOWN NTHCDR ...)
; x-compiling (DEFKNOWN LAST ...)
; x-compiling (DEFKNOWN %LAST0 ...)
; x-compiling (DEFKNOWN %LAST1 ...)
; x-compiling (DEFKNOWN %LASTN/FIXNUM ...)
; x-compiling (DEFKNOWN %LASTN/BIGNUM ...)
; x-compiling (DEFKNOWN LIST ...)
; x-compiling (DEFKNOWN LIST* ...)
; x-compiling (DEFKNOWN MAKE-LIST ...)
; x-compiling (DEFKNOWN APPEND ...)
; x-compiling (DEFKNOWN COPY-LIST ...)
; x-compiling (DEFKNOWN COPY-ALIST ...)
; x-compiling (DEFKNOWN COPY-TREE ...)
; x-compiling (DEFKNOWN REVAPPEND ...)
; x-compiling (DEFKNOWN NCONC ...)
; x-compiling (DEFKNOWN SB!IMPL::NCONC2 ...)
; x-compiling (DEFKNOWN NRECONC ...)
; x-compiling (DEFKNOWN BUTLAST ...)
; x-compiling (DEFKNOWN NBUTLAST ...)
; x-compiling (DEFKNOWN LDIFF ...)
; x-compiling (DEFKNOWN (RPLACA RPLACD) ...)
; x-compiling (DEFKNOWN SUBST ...)
; x-compiling (DEFKNOWN NSUBST ...)
; x-compiling (DEFKNOWN (SUBST-IF SUBST-IF-NOT) ...)
; x-compiling (DEFKNOWN (NSUBST-IF NSUBST-IF-NOT) ...)
; x-compiling (DEFKNOWN SUBLIS ...)
; x-compiling (DEFKNOWN NSUBLIS ...)
; x-compiling (DEFKNOWN MEMBER ...)
; x-compiling (DEFKNOWN (MEMBER-IF MEMBER-IF-NOT) ...)
; x-compiling (DEFKNOWN TAILP ...)
; x-compiling (DEFKNOWN ADJOIN ...)
; x-compiling (DEFKNOWN (UNION INTERSECTION ...) ...)
; x-compiling (DEFKNOWN (NUNION NINTERSECTION ...) ...)
; x-compiling (DEFKNOWN SUBSETP ...)
; x-compiling (DEFKNOWN ACONS ...)
; x-compiling (DEFKNOWN PAIRLIS ...)
; x-compiling (DEFKNOWN (RASSOC ASSOC) ...)
; x-compiling (DEFKNOWN (ASSOC-IF-NOT ASSOC-IF ...) ...)
; x-compiling (DEFKNOWN (MEMQ ASSQ) ...)
; x-compiling (DEFKNOWN DELQ ...)
; x-compiling (DEFKNOWN MAKE-HASH-TABLE ...)
; x-compiling (DEFKNOWN HASH-TABLE-P ...)
; x-compiling (DEFKNOWN GETHASH ...)
; x-compiling (DEFKNOWN SB!IMPL::GETHASH2 ...)
; x-compiling (DEFKNOWN SB!IMPL::GETHASH3 ...)
; x-compiling (DEFKNOWN %PUTHASH ...)
; x-compiling (DEFKNOWN REMHASH ...)
; x-compiling (DEFKNOWN MAPHASH ...)
; x-compiling (DEFKNOWN CLRHASH ...)
; x-compiling (DEFKNOWN HASH-TABLE-COUNT ...)
; x-compiling (DEFKNOWN HASH-TABLE-REHASH-SIZE ...)
; x-compiling (DEFKNOWN HASH-TABLE-REHASH-THRESHOLD ...)
; x-compiling (DEFKNOWN HASH-TABLE-SIZE ...)
; x-compiling (DEFKNOWN HASH-TABLE-TEST ...)
; x-compiling (DEFKNOWN SXHASH ...)
; x-compiling (DEFKNOWN PSXHASH ...)
; x-compiling (DEFKNOWN MAKE-ARRAY ...)
; x-compiling (DEFKNOWN VECTOR ...)
; x-compiling (DEFKNOWN AREF ...)
; x-compiling (DEFKNOWN ROW-MAJOR-AREF ...)
; x-compiling (DEFKNOWN ARRAY-ELEMENT-TYPE ...)
; x-compiling (DEFKNOWN ARRAY-RANK ...)
; x-compiling (DEFKNOWN ARRAY-DIMENSION ...)
; x-compiling (DEFKNOWN ARRAY-DIMENSIONS ...)
; x-compiling (DEFKNOWN ARRAY-IN-BOUNDS-P ...)
; x-compiling (DEFKNOWN ARRAY-ROW-MAJOR-INDEX ...)
; x-compiling (DEFKNOWN ARRAY-TOTAL-SIZE ...)
; x-compiling (DEFKNOWN ADJUSTABLE-ARRAY-P ...)
; x-compiling (DEFKNOWN SVREF ...)
; x-compiling (DEFKNOWN BIT ...)
; x-compiling (DEFKNOWN SBIT ...)
; x-compiling (DEFKNOWN (BIT-AND BIT-IOR ...) ...)
; x-compiling (DEFKNOWN BIT-NOT ...)
; x-compiling (DEFKNOWN BIT-VECTOR-= ...)
; x-compiling (DEFKNOWN ARRAY-HAS-FILL-POINTER-P ...)
; x-compiling (DEFKNOWN FILL-POINTER ...)
; x-compiling (DEFKNOWN VECTOR-PUSH ...)
; x-compiling (DEFKNOWN VECTOR-PUSH-EXTEND ...)
; x-compiling (DEFKNOWN VECTOR-POP ...)
; x-compiling (DEFKNOWN ADJUST-ARRAY ...)
; x-compiling (DEFKNOWN CHAR ...)
; x-compiling (DEFKNOWN SCHAR ...)
; x-compiling (DEFKNOWN (STRING= STRING-EQUAL) ...)
; x-compiling (DEFKNOWN (STRING< STRING> ...) ...)
; x-compiling (DEFKNOWN MAKE-STRING ...)
; x-compiling (DEFKNOWN (STRING-TRIM STRING-LEFT-TRIM ...) ...)
; x-compiling (DEFKNOWN (STRING-UPCASE STRING-DOWNCASE ...) ...)
; x-compiling (DEFKNOWN (NSTRING-UPCASE NSTRING-DOWNCASE ...) ...)
; x-compiling (DEFKNOWN STRING ...)
; x-compiling (DEFKNOWN (STRING<* STRING>* ...) ...)
; x-compiling (DEFKNOWN STRING=* ...)
; x-compiling (DEFKNOWN EVAL ...)
; x-compiling (DEFKNOWN CONSTANTP ...)
; x-compiling (DEFKNOWN MAKE-SYNONYM-STREAM ...)
; x-compiling (DEFKNOWN MAKE-BROADCAST-STREAM ...)
; x-compiling (DEFKNOWN MAKE-CONCATENATED-STREAM ...)
; x-compiling (DEFKNOWN MAKE-TWO-WAY-STREAM ...)
; x-compiling (DEFKNOWN MAKE-ECHO-STREAM ...)
; x-compiling (DEFKNOWN MAKE-STRING-INPUT-STREAM ...)
; x-compiling (DEFKNOWN MAKE-STRING-OUTPUT-STREAM ...)
; x-compiling (DEFKNOWN GET-OUTPUT-STREAM-STRING ...)
; x-compiling (DEFKNOWN STREAMP ...)
; x-compiling (DEFKNOWN STREAM-ELEMENT-TYPE ...)
; x-compiling (DEFKNOWN (OUTPUT-STREAM-P INPUT-STREAM-P) ...)
; x-compiling (DEFKNOWN CLOSE ...)
; x-compiling (DEFKNOWN COPY-READTABLE ...)
; x-compiling (DEFKNOWN READTABLEP ...)
; x-compiling (DEFKNOWN SET-SYNTAX-FROM-CHAR ...)
; x-compiling (DEFKNOWN SET-MACRO-CHARACTER ...)
; x-compiling (DEFKNOWN GET-MACRO-CHARACTER ...)
; x-compiling (DEFKNOWN MAKE-DISPATCH-MACRO-CHARACTER ...)
; x-compiling (DEFKNOWN SET-DISPATCH-MACRO-CHARACTER ...)
; x-compiling (DEFKNOWN GET-DISPATCH-MACRO-CHARACTER ...)
; x-compiling (DEFKNOWN COPY-PPRINT-DISPATCH ...)
; x-compiling (DEFKNOWN PPRINT-DISPATCH ...)
; x-compiling (DEFKNOWN (PPRINT-FILL PPRINT-LINEAR) ...)
; x-compiling (DEFKNOWN PPRINT-TABULAR ...)
; x-compiling (DEFKNOWN PPRINT-INDENT ...)
; x-compiling (DEFKNOWN PPRINT-NEWLINE ...)
; x-compiling (DEFKNOWN PPRINT-TAB ...)
; x-compiling (DEFKNOWN SET-PPRINT-DISPATCH ...)
; x-compiling (DEFKNOWN (READ READ-PRESERVING-WHITESPACE ...) ...)
; x-compiling (DEFKNOWN READ-DELIMITED-LIST ...)
; x-compiling (DEFKNOWN READ-LINE ...)
; x-compiling (DEFKNOWN UNREAD-CHAR ...)
; x-compiling (DEFKNOWN PEEK-CHAR ...)
; x-compiling (DEFKNOWN LISTEN ...)
; x-compiling (DEFKNOWN CLEAR-INPUT ...)
; x-compiling (DEFKNOWN READ-FROM-STRING ...)
; x-compiling (DEFKNOWN PARSE-INTEGER ...)
; x-compiling (DEFKNOWN READ-BYTE ...)
; x-compiling (DEFKNOWN WRITE ...)
; x-compiling (DEFKNOWN (PRIN1 PRINT ...) ...)
; x-compiling (DEFKNOWN WRITE-TO-STRING ...)
; x-compiling (DEFKNOWN (PRIN1-TO-STRING PRINC-TO-STRING) ...)
; x-compiling (DEFKNOWN WRITE-CHAR ...)
; x-compiling (DEFKNOWN (WRITE-STRING WRITE-LINE) ...)
; x-compiling (DEFKNOWN (TERPRI FINISH-OUTPUT ...) ...)
; x-compiling (DEFKNOWN FRESH-LINE ...)
; x-compiling (DEFKNOWN WRITE-BYTE ...)
; x-compiling (DEFKNOWN FORMAT ...)
; x-compiling (DEFKNOWN (Y-OR-N-P YES-OR-NO-P) ...)
; x-compiling (DEFKNOWN WILD-PATHNAME-P ...)
; x-compiling (DEFKNOWN PATHNAME-MATCH-P ...)
; x-compiling (DEFKNOWN TRANSLATE-PATHNAME ...)
; x-compiling (DEFKNOWN LOGICAL-PATHNAME ...)
; x-compiling (DEFKNOWN TRANSLATE-LOGICAL-PATHNAME ...)
; x-compiling (DEFKNOWN LOAD-LOGICAL-PATHNAME-TRANSLATIONS ...)
; x-compiling (DEFKNOWN LOGICAL-PATHNAME-TRANSLATIONS ...)
; x-compiling (DEFKNOWN PATHNAME ...)
; x-compiling (DEFKNOWN TRUENAME ...)
; x-compiling (DEFKNOWN PARSE-NAMESTRING ...)
; x-compiling (DEFKNOWN MERGE-PATHNAMES ...)
; x-compiling (DEFKNOWN MAKE-PATHNAME ...)
; x-compiling (DEFKNOWN PATHNAMEP ...)
; x-compiling (DEFKNOWN PATHNAME-HOST ...)
; x-compiling (DEFKNOWN PATHNAME-DEVICE ...)
; x-compiling (DEFKNOWN PATHNAME-DIRECTORY ...)
; x-compiling (DEFKNOWN PATHNAME-NAME ...)
; x-compiling (DEFKNOWN PATHNAME-TYPE ...)
; x-compiling (DEFKNOWN PATHNAME-VERSION ...)
; x-compiling (DEFKNOWN (NAMESTRING FILE-NAMESTRING ...) ...)
; x-compiling (DEFKNOWN ENOUGH-NAMESTRING ...)
; x-compiling (DEFKNOWN USER-HOMEDIR-PATHNAME ...)
; x-compiling (DEFKNOWN OPEN ...)
; x-compiling (DEFKNOWN RENAME-FILE ...)
; x-compiling (DEFKNOWN DELETE-FILE ...)
; x-compiling (DEFKNOWN PROBE-FILE ...)
; x-compiling (DEFKNOWN FILE-WRITE-DATE ...)
; x-compiling (DEFKNOWN FILE-AUTHOR ...)
; x-compiling (DEFKNOWN FILE-POSITION ...)
; x-compiling (DEFKNOWN FILE-LENGTH ...)
; x-compiling (DEFKNOWN LOAD ...)
; x-compiling (DEFKNOWN DIRECTORY ...)
; x-compiling (DEFKNOWN ERROR ...)
; x-compiling (DEFKNOWN CERROR ...)
; x-compiling (DEFKNOWN INVALID-METHOD-ERROR ...)
; x-compiling (DEFKNOWN METHOD-COMBINATION-ERROR ...)
; x-compiling (DEFKNOWN SIGNAL ...)
; x-compiling (DEFKNOWN WARN ...)
; x-compiling (DEFKNOWN INVOKE-DEBUGGER ...)
; x-compiling (DEFKNOWN BREAK ...)
; x-compiling (DEFKNOWN MAKE-CONDITION ...)
; x-compiling (DEFKNOWN COMPUTE-RESTARTS ...)
; x-compiling (DEFKNOWN FIND-RESTART ...)
; x-compiling (DEFKNOWN INVOKE-RESTART ...)
; x-compiling (DEFKNOWN INVOKE-RESTART-INTERACTIVELY ...)
; x-compiling (DEFKNOWN RESTART-NAME ...)
; x-compiling (DEFKNOWN (ABORT MUFFLE-WARNING) ...)
; x-compiling (DEFKNOWN CONTINUE ...)
; x-compiling (DEFKNOWN (STORE-VALUE USE-VALUE) ...)
; x-compiling (DEFKNOWN SB!IMPL::%FAILED-AVER ...)
; x-compiling (DEFKNOWN BUG ...)
; x-compiling (DEFKNOWN COMPILE ...)
; x-compiling (DEFKNOWN COMPILE-FILE ...)
; x-compiling (DEFKNOWN DISASSEMBLE ...)
; x-compiling (DEFKNOWN DESCRIBE ...)
; x-compiling (DEFKNOWN INSPECT ...)
; x-compiling (DEFKNOWN ROOM ...)
; x-compiling (DEFKNOWN ED ...)
; x-compiling (DEFKNOWN DRIBBLE ...)
; x-compiling (DEFKNOWN APROPOS ...)
; x-compiling (DEFKNOWN APROPOS-LIST ...)
; x-compiling (DEFKNOWN GET-DECODED-TIME ...)
; x-compiling (DEFKNOWN GET-UNIVERSAL-TIME ...)
; x-compiling (DEFKNOWN DECODE-UNIVERSAL-TIME ...)
; x-compiling (DEFKNOWN ENCODE-UNIVERSAL-TIME ...)
; x-compiling (DEFKNOWN (GET-INTERNAL-RUN-TIME GET-INTERNAL-REAL-TIME) ...)
; x-compiling (DEFKNOWN SLEEP ...)
; x-compiling (DEFKNOWN (LISP-IMPLEMENTATION-TYPE LISP-IMPLEMENTATION-VERSION) ...)
; x-compiling (DEFKNOWN (MACHINE-TYPE MACHINE-VERSION ...) ...)
; x-compiling (DEFKNOWN IDENTITY ...)
; x-compiling (DEFKNOWN CONSTANTLY ...)
; x-compiling (DEFKNOWN COMPLEMENT ...)
; x-compiling (DEFKNOWN SYMBOL-GLOBAL-VALUE ...)
; x-compiling (DEFKNOWN SET-SYMBOL-GLOBAL-VALUE ...)
; x-compiling (DEFKNOWN GET-BYTES-CONSED ...)
; x-compiling (DEFKNOWN MASK-SIGNED-FIELD ...)
; x-compiling (DEFKNOWN ARRAY-STORAGE-VECTOR ...)
; x-compiling (DEFKNOWN %VALUES-LIST-OR-CONTEXT ...)
; x-compiling (DEFKNOWN %UNARY-TRUNCATE/SINGLE-FLOAT ...)
; x-compiling (DEFKNOWN %UNARY-TRUNCATE/DOUBLE-FLOAT ...)
; x-compiling (DEFKNOWN %TYPEP ...)
; x-compiling (DEFKNOWN %INSTANCE-TYPEP ...)
; x-compiling (DEFKNOWN %CLEANUP-POINT ...)
; x-compiling (DEFKNOWN %SPECIAL-BIND ...)
; x-compiling (DEFKNOWN %SPECIAL-UNBIND ...)
; x-compiling (DEFKNOWN %LISTIFY-REST-ARGS ...)
; x-compiling (DEFKNOWN %MORE-ARG-CONTEXT ...)
; x-compiling (DEFKNOWN %MORE-ARG ...)
; x-compiling (DEFKNOWN %MORE-KW-ARG ...)
; x-compiling (DEFKNOWN %MORE-ARG-VALUES ...)
; x-compiling (DEFKNOWN %VERIFY-ARG-COUNT ...)
; x-compiling (DEFKNOWN %ARG-COUNT-ERROR ...)
; x-compiling (DEFKNOWN %UNKNOWN-VALUES ...)
; x-compiling (DEFKNOWN %CATCH ...)
; x-compiling (DEFKNOWN %UNWIND-PROTECT ...)
; x-compiling (DEFKNOWN (%CATCH-BREAKUP %UNWIND-PROTECT-BREAKUP) ...)
; x-compiling (DEFKNOWN %LEXICAL-EXIT-BREAKUP ...)
; x-compiling (DEFKNOWN %CONTINUE-UNWIND ...)
; x-compiling (DEFKNOWN %THROW ...)
; x-compiling (DEFKNOWN %NLX-ENTRY ...)
; x-compiling (DEFKNOWN %%PRIMITIVE ...)
; x-compiling (DEFKNOWN %POP-VALUES ...)
; x-compiling (DEFKNOWN %NIP-VALUES ...)
; x-compiling (DEFKNOWN %ALLOCATE-CLOSURES ...)
; x-compiling (DEFKNOWN %TYPE-CHECK-ERROR ...)
; x-compiling (DEFKNOWN %COMPILE-TIME-TYPE-ERROR ...)
; x-compiling (DEFKNOWN CASE-FAILURE ...)
; x-compiling (DEFKNOWN %ODD-KEY-ARGS-ERROR ...)
; x-compiling (DEFKNOWN %UNKNOWN-KEY-ARG-ERROR ...)
; x-compiling (DEFKNOWN (%LDB %MASK-FIELD) ...)
; x-compiling (DEFKNOWN (%DPB %DEPOSIT-FIELD) ...)
; x-compiling (DEFKNOWN %NEGATE ...)
; x-compiling (DEFKNOWN %CHECK-BOUND ...)
; x-compiling (DEFKNOWN DATA-VECTOR-REF ...)
; x-compiling (DEFKNOWN DATA-VECTOR-REF-WITH-OFFSET ...)
; x-compiling (DEFKNOWN DATA-VECTOR-SET ...)
; x-compiling (DEFKNOWN DATA-VECTOR-SET-WITH-OFFSET ...)
; x-compiling (DEFKNOWN HAIRY-DATA-VECTOR-REF ...)
; x-compiling (DEFKNOWN HAIRY-DATA-VECTOR-SET ...)
; x-compiling (DEFKNOWN HAIRY-DATA-VECTOR-REF/CHECK-BOUNDS ...)
; x-compiling (DEFKNOWN HAIRY-DATA-VECTOR-SET/CHECK-BOUNDS ...)
; x-compiling (DEFKNOWN %CALLER-FRAME ...)
; x-compiling (DEFKNOWN %CALLER-PC ...)
; x-compiling (DEFKNOWN %WITH-ARRAY-DATA ...)
; x-compiling (DEFKNOWN %WITH-ARRAY-DATA/FP ...)
; x-compiling (DEFKNOWN %SET-SYMBOL-PACKAGE ...)
; x-compiling (DEFKNOWN %COERCE-NAME-TO-FUN ...)
; x-compiling (DEFKNOWN %COERCE-CALLABLE-TO-FUN ...)
; x-compiling (DEFKNOWN ARRAY-BOUNDING-INDICES-BAD-ERROR ...)
; x-compiling (DEFKNOWN SEQUENCE-BOUNDING-INDICES-BAD-ERROR ...)
; x-compiling (DEFKNOWN %FIND-POSITION ...)
; x-compiling (DEFKNOWN (%FIND-POSITION-IF %FIND-POSITION-IF-NOT) ...)
; x-compiling (DEFKNOWN EFFECTIVE-FIND-POSITION-TEST ...)
; x-compiling (DEFKNOWN EFFECTIVE-FIND-POSITION-KEY ...)
; x-compiling (DEFKNOWN %ADJOIN ...)
; x-compiling (DEFKNOWN %ADJOIN-KEY ...)
; x-compiling (DEFKNOWN %ASSOC ...)
; x-compiling (DEFKNOWN %ASSOC-KEY ...)
; x-compiling (DEFKNOWN %MEMBER ...)
; x-compiling (DEFKNOWN %MEMBER-KEY ...)
; x-compiling (DEFKNOWN %RASSOC ...)
; x-compiling (DEFKNOWN %RASSOC-KEY ...)
; x-compiling (DEFKNOWN %CHECK-VECTOR-SEQUENCE-BOUNDS ...)
; x-compiling (DEFKNOWN SB!IMPL::SIGNAL-BOUNDING-INDICES-BAD-ERROR ...)
; x-compiling (DEFKNOWN ARG-COUNT-ERROR ...)
; x-compiling (DEFKNOWN %ASET ...)
; x-compiling (DEFKNOWN %SET-ROW-MAJOR-AREF ...)
; x-compiling (DEFKNOWN (%RPLACA %RPLACD) ...)
; x-compiling (DEFKNOWN %PUT ...)
; x-compiling (DEFKNOWN %SETELT ...)
; x-compiling (DEFKNOWN %SVSET ...)
; x-compiling (DEFKNOWN %BITSET ...)
; x-compiling (DEFKNOWN %SBITSET ...)
; x-compiling (DEFKNOWN %CHARSET ...)
; x-compiling (DEFKNOWN %SCHARSET ...)
; x-compiling (DEFKNOWN %SET-SYMBOL-VALUE ...)
; x-compiling (DEFKNOWN (SETF SYMBOL-FUNCTION) ...)
; x-compiling (DEFKNOWN %SET-SYMBOL-PLIST ...)
; x-compiling (DEFKNOWN %SETNTH ...)
; x-compiling (DEFKNOWN %SET-FILL-POINTER ...)
; x-compiling (DEFKNOWN SB!VM::TOUCH-OBJECT ...)
; x-compiling (DEFKNOWN FOREIGN-SYMBOL-DATAREF-SAP ...)
; x-compiling (DEFKNOWN FOREIGN-SYMBOL-SAP ...)
; x-compiling (DEFKNOWN FOREIGN-SYMBOL-ADDRESS ...)
; x-compiling (DEFKNOWN %FUN-NAME ...)
; x-compiling (DEFKNOWN (SETF %FUN-NAME) ...)
; x-compiling (DEFKNOWN POLICY-QUALITY ...)
; x-compiling (DEFKNOWN COMPILER-ERROR ...)
; x-compiling (DEFKNOWN (COMPILER-WARN COMPILER-STYLE-WARN) ...)
; x-compiling (DEFKNOWN (COMPILER-NOTIFY MAYBE-COMPILER-NOTIFY) ...)
; x-compiling (DEFKNOWN STYLE-WARN ...)
; x-compiling (DEFKNOWN SC-NUMBER-OR-LOSE ...)
; x-compiling (DEFKNOWN SB!VM:%COMPILER-BARRIER ...)
; x-compiling (DEFKNOWN SB!VM:%MEMORY-BARRIER ...)
; x-compiling (DEFKNOWN SB!VM:%READ-BARRIER ...)
; x-compiling (DEFKNOWN SB!VM:%WRITE-BARRIER ...)
; x-compiling (DEFKNOWN SB!VM:%DATA-DEPENDENCY-BARRIER ...)
; x-compiling (DEFKNOWN %COMPARE-AND-SWAP-SVREF ...)
; x-compiling (DEFKNOWN %COMPARE-AND-SWAP-INSTANCE-REF ...)
; x-compiling (DEFKNOWN %COMPARE-AND-SWAP-SYMBOL-VALUE ...)
; x-compiling (DEFKNOWN SPIN-LOOP-HINT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/fndb.lisp-obj-tmp written
; compilation finished in 0:00:00.241
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/vm-fndb.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFKNOWN (FIXNUMP BIGNUMP ...) ...)
; x-compiling (DEFKNOWN (VECTOR-SINGLE-FLOAT-P VECTOR-DOUBLE-FLOAT-P ...) ...)
; x-compiling (DEFKNOWN POINTER-HASH ...)
; x-compiling (DEFKNOWN %SP-STRING-COMPARE ...)
; x-compiling (DEFKNOWN %SXHASH-SIMPLE-STRING ...)
; x-compiling (DEFKNOWN %SXHASH-SIMPLE-SUBSTRING ...)
; x-compiling (DEFKNOWN SYMBOL-HASH ...)
; x-compiling (DEFKNOWN %SET-SYMBOL-HASH ...)
; x-compiling (DEFKNOWN INITIALIZE-VECTOR ...)
; x-compiling (DEFKNOWN VECTOR-FILL* ...)
; x-compiling (DEFKNOWN VECTOR-LENGTH ...)
; x-compiling (DEFKNOWN VECTOR-SAP ...)
; x-compiling (DEFKNOWN LOWTAG-OF ...)
; x-compiling (DEFKNOWN WIDETAG-OF ...)
; x-compiling (DEFKNOWN (GET-HEADER-DATA GET-CLOSURE-LENGTH) ...)
; x-compiling (DEFKNOWN SET-HEADER-DATA ...)
; x-compiling (DEFKNOWN %ARRAY-DIMENSION ...)
; x-compiling (DEFKNOWN %SET-ARRAY-DIMENSION ...)
; x-compiling (DEFKNOWN %ARRAY-RANK ...)
; x-compiling (DEFKNOWN %MAKE-INSTANCE ...)
; x-compiling (DEFKNOWN %MAKE-STRUCTURE-INSTANCE ...)
; x-compiling (DEFKNOWN %INSTANCE-LAYOUT ...)
; x-compiling (DEFKNOWN %SET-INSTANCE-LAYOUT ...)
; x-compiling (DEFKNOWN %INSTANCE-LENGTH ...)
; x-compiling (DEFKNOWN %INSTANCE-REF ...)
; x-compiling (DEFKNOWN %INSTANCE-SET ...)
; x-compiling (DEFKNOWN %LAYOUT-INVALID-ERROR ...)
; x-compiling (DEFKNOWN %RAW-INSTANCE-REF/WORD ...)
; x-compiling (DEFKNOWN %RAW-INSTANCE-SET/WORD ...)
; x-compiling (DEFKNOWN %RAW-INSTANCE-REF/SINGLE ...)
; x-compiling (DEFKNOWN %RAW-INSTANCE-SET/SINGLE ...)
; x-compiling (DEFKNOWN %RAW-INSTANCE-REF/DOUBLE ...)
; x-compiling (DEFKNOWN %RAW-INSTANCE-SET/DOUBLE ...)
; x-compiling (DEFKNOWN %RAW-INSTANCE-REF/COMPLEX-SINGLE ...)
; x-compiling (DEFKNOWN %RAW-INSTANCE-SET/COMPLEX-SINGLE ...)
; x-compiling (DEFKNOWN %RAW-INSTANCE-REF/COMPLEX-DOUBLE ...)
; x-compiling (DEFKNOWN %RAW-INSTANCE-SET/COMPLEX-DOUBLE ...)
; x-compiling (DEFKNOWN %RAW-INSTANCE-ATOMIC-INCF/WORD ...)
; x-compiling (DEFKNOWN %ARRAY-ATOMIC-INCF/WORD ...)
; x-compiling (DEFKNOWN %VECTOR-RAW-BITS ...)
; x-compiling (DEFKNOWN (%SET-VECTOR-RAW-BITS) ...)
; x-compiling (DEFKNOWN ALLOCATE-VECTOR ...)
; x-compiling (DEFKNOWN MAKE-ARRAY-HEADER ...)
; x-compiling (DEFKNOWN MAKE-WEAK-POINTER ...)
; x-compiling (DEFKNOWN %MAKE-COMPLEX ...)
; x-compiling (DEFKNOWN %MAKE-RATIO ...)
; x-compiling (DEFKNOWN MAKE-VALUE-CELL ...)
; x-compiling (DEFKNOWN (DYNAMIC-SPACE-FREE-POINTER BINDING-STACK-POINTER-SAP ...) ...)
; x-compiling (DEFKNOWN CURRENT-SP ...)
; x-compiling (DEFKNOWN CURRENT-FP ...)
; x-compiling (DEFKNOWN STACK-REF ...)
; x-compiling (DEFKNOWN %SET-STACK-REF ...)
; x-compiling (DEFKNOWN LRA-CODE-HEADER ...)
; x-compiling (DEFKNOWN FUN-CODE-HEADER ...)
; x-compiling (DEFKNOWN %MAKE-LISP-OBJ ...)
; x-compiling (DEFKNOWN GET-LISP-OBJ-ADDRESS ...)
; x-compiling (DEFKNOWN FUN-WORD-OFFSET ...)
; x-compiling (DEFKNOWN WORD-LOGICAL-NOT ...)
; x-compiling (DEFKNOWN (WORD-LOGICAL-AND WORD-LOGICAL-NAND ...) ...)
; x-compiling (DEFKNOWN (SHIFT-TOWARDS-START SHIFT-TOWARDS-END) ...)
; x-compiling (DEFKNOWN %ALLOCATE-BIGNUM ...)
; x-compiling (DEFKNOWN %BIGNUM-LENGTH ...)
; x-compiling (DEFKNOWN %BIGNUM-SET-LENGTH ...)
; x-compiling (DEFKNOWN %BIGNUM-REF ...)
; x-compiling (DEFKNOWN %BIGNUM-REF-WITH-OFFSET ...)
; x-compiling (DEFKNOWN %BIGNUM-SET ...)
; x-compiling (DEFKNOWN %BIGNUM-SET-WITH-OFFSET ...)
; x-compiling (DEFKNOWN %DIGIT-0-OR-PLUSP ...)
; x-compiling (DEFKNOWN (%ADD-WITH-CARRY %SUBTRACT-WITH-BORROW) ...)
; x-compiling (DEFKNOWN %MULTIPLY-AND-ADD ...)
; x-compiling (DEFKNOWN %MULTIPLY ...)
; x-compiling (DEFKNOWN %LOGNOT ...)
; x-compiling (DEFKNOWN (%LOGAND %LOGIOR ...) ...)
; x-compiling (DEFKNOWN %FIXNUM-TO-DIGIT ...)
; x-compiling (DEFKNOWN %BIGFLOOR ...)
; x-compiling (DEFKNOWN %FIXNUM-DIGIT-WITH-CORRECT-SIGN ...)
; x-compiling (DEFKNOWN (%ASHL %ASHR ...) ...)
; x-compiling (DEFINE-KNOWN-COPIERS)
; x-compiling (DEFKNOWN %BYTE-BLT ...)
; x-compiling (DEFKNOWN CODE-INSTRUCTIONS ...)
; x-compiling (DEFKNOWN CODE-HEADER-REF ...)
; x-compiling (DEFKNOWN CODE-HEADER-SET ...)
; x-compiling (DEFKNOWN FUN-SUBTYPE ...)
; x-compiling (DEFKNOWN (#) ...)
; x-compiling (DEFKNOWN MAKE-FDEFN ...)
; x-compiling (DEFKNOWN FDEFN-P ...)
; x-compiling (DEFKNOWN FDEFN-NAME ...)
; x-compiling (DEFKNOWN FDEFN-FUN ...)
; x-compiling (DEFKNOWN (SETF FDEFN-FUN) ...)
; x-compiling (DEFKNOWN FDEFN-MAKUNBOUND ...)
; x-compiling (DEFKNOWN %SIMPLE-FUN-SELF ...)
; x-compiling (DEFKNOWN (SETF %SIMPLE-FUN-SELF) ...)
; x-compiling (DEFKNOWN %CLOSURE-FUN ...)
; x-compiling (DEFKNOWN %CLOSURE-INDEX-REF ...)
; x-compiling (DEFKNOWN %MAKE-FUNCALLABLE-INSTANCE ...)
; x-compiling (DEFKNOWN %FUNCALLABLE-INSTANCE-INFO ...)
; x-compiling (DEFKNOWN %SET-FUNCALLABLE-INSTANCE-INFO ...)
; x-compiling (DEFKNOWN MUTATOR-SELF ...)
; x-compiling (DEFKNOWN %DATA-VECTOR-AND-INDEX ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/generic/vm-fndb.lisp-obj-tmp written
; compilation finished in 0:00:00.067
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/objdef.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!VM")
; x-compiling (DEFINE-PRIMITIVE-OBJECT (CONS :TYPE ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (INSTANCE :LOWTAG ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (BIGNUM :LOWTAG ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (RATIO :TYPE ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (DOUBLE-FLOAT :LOWTAG ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (COMPLEX :TYPE ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (ARRAY :LOWTAG ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (VECTOR :TYPE ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (CODE :TYPE ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (FDEFN :TYPE ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (SIMPLE-FUN :TYPE ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (RETURN-PC :LOWTAG ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (CLOSURE :LOWTAG ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (FUNCALLABLE-INSTANCE :LOWTAG ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (VALUE-CELL :LOWTAG ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (SAP :LOWTAG ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (WEAK-POINTER :TYPE ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (BINDING) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (UNWIND-BLOCK) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (CATCH-BLOCK) ...)
; x-compiling (AVER (= KLUDGE-NONDETERMINISTIC-CATCH-BLOCK-SIZE ...))
; x-compiling (DEFINE-PRIMITIVE-OBJECT (SYMBOL :LOWTAG ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (COMPLEX-SINGLE-FLOAT :LOWTAG ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (COMPLEX-DOUBLE-FLOAT :LOWTAG ...) ...)
; x-compiling (DEFINE-PRIMITIVE-OBJECT (THREAD) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/generic/objdef.lisp-obj-tmp written
; compilation finished in 0:00:00.125
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/interr.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!KERNEL")
; x-compiling (DEFUN ERROR-NUMBER-OR-LOSE ...)
; x-compiling (DEFINE-INTERNAL-ERRORS (UNKNOWN "unknown system lossage") ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/generic/interr.lisp-obj-tmp written
; compilation finished in 0:00:00.020
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/bit-util.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DECLAIM (INLINE CLEAR-BIT-VECTOR ...))
; x-compiling (DEFUN CLEAR-BIT-VECTOR ...)
; x-compiling (DEFUN SET-BIT-VECTOR ...)
; x-compiling (DEFUN BIT-VECTOR-REPLACE ...)
; x-compiling (DEFUN BIT-VECTOR-COPY ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/bit-util.lisp-obj-tmp written
; compilation finished in 0:00:00.047
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/early-assem.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!ASSEM")
; x-compiling (DEF!CONSTANT ASSEMBLY-UNIT-BITS ...)
; x-compiling (DEF!CONSTANT ASSEMBLY-UNIT-MASK ...)
; x-compiling (DEF!TYPE ASSEMBLY-UNIT ...)
; x-compiling (DEF!TYPE POSSIBLY-SIGNED-ASSEMBLY-UNIT ...)
; x-compiling (DEF!CONSTANT MAX-ALIGNMENT ...)
; x-compiling (DEF!TYPE ALIGNMENT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/early-assem.lisp-obj-tmp written
; compilation finished in 0:00:00.013
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/barrier.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!THREAD")
; x-compiling (DEFUN SB!VM:%COMPILER-BARRIER ...)
; x-compiling (DEFUN SB!VM:%MEMORY-BARRIER ...)
; x-compiling (DEFUN SB!VM:%READ-BARRIER ...)
; x-compiling (DEFUN SB!VM:%WRITE-BARRIER ...)
; x-compiling (DEFUN SB!VM:%DATA-DEPENDENCY-BARRIER ...)
; x-compiling (DEFPARAMETER *BARRIER-KIND-FUNCTIONS* ...)
; x-compiling (DEFUN BARRIER-KIND-FUNCTION ...)
; x-compiling (DEF!MACRO BARRIER ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/barrier.lisp-obj-tmp written
; compilation finished in 0:00:00.012
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/core.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFSTRUCT (CORE-OBJECT # ...) ...)
; x-compiling (DEFUN NOTE-FUN ...)
; x-compiling (DEFUN DO-CORE-FIXUPS ...)
; x-compiling (DEFUN REFERENCE-CORE-FUN ...)
; x-compiling (DEFUN CORE-CALL-TOPLEVEL-LAMBDA ...)
; x-compiling (DEFUN FIX-CORE-SOURCE-INFO ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/generic/core.lisp-obj-tmp written
; compilation finished in 0:00:00.042
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/thread.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!THREAD")
; x-compiling (DEF!TYPE THREAD-NAME ...)
; x-compiling (DEF!STRUCT (THREAD #) ...)
; x-compiling (DEF!STRUCT MUTEX ...)
; x-compiling (DEFUN MUTEX-VALUE ...)
; x-compiling (DEFUN HOLDING-MUTEX-P ...)
; x-compiling (DEFSETF MUTEX-VALUE ...)
; x-compiling (DECLAIM (INLINE SET-MUTEX-VALUE))
; x-compiling (DEFUN SET-MUTEX-VALUE ...)
; x-compiling (DEFINE-COMPILER-MACRO SET-MUTEX-VALUE ...)
; x-compiling (DEFTYPE SPINLOCK ...)
; x-compiling (DEFINE-DEPRECATED-FUNCTION :EARLY ...)
; x-compiling (DEFINE-DEPRECATED-FUNCTION :EARLY ...)
; x-compiling (DEFINE-DEPRECATED-FUNCTION :EARLY ...)
; x-compiling (DEFINE-DEPRECATED-FUNCTION :EARLY ...)
; x-compiling (DEFINE-DEPRECATED-FUNCTION :EARLY ...)
; x-compiling (DEFINE-DEPRECATED-FUNCTION :EARLY ...)
; x-compiling (SB-XC:DEFMACRO WITH-RECURSIVE-SPINLOCK ...)
; x-compiling (SB-XC:DEFMACRO WITH-SPINLOCK ...)
; x-compiling (SB-XC:DEFMACRO WITHOUT-THREAD-WAITING-FOR ...)
; x-compiling (SB-XC:DEFMACRO WITH-MUTEX ...)
; x-compiling (SB-XC:DEFMACRO WITH-SYSTEM-MUTEX ...)
; x-compiling (SB-XC:DEFMACRO WITH-RECURSIVE-LOCK ...)
; x-compiling (SB-XC:DEFMACRO WITH-RECURSIVE-SYSTEM-LOCK ...)
; x-compiling (DEF CALL-WITH-SYSTEM-MUTEX)
; x-compiling (DEF CALL-WITH-SYSTEM-MUTEX ...)
; x-compiling (DEF CALL-WITH-SYSTEM-MUTEX ...)
; x-compiling (DEFUN CALL-WITH-MUTEX ...)
; x-compiling (DEFUN CALL-WITH-RECURSIVE-LOCK ...)
; x-compiling (DEF CALL-WITH-RECURSIVE-SYSTEM-LOCK)
; x-compiling (DEF CALL-WITH-RECURSIVE-SYSTEM-LOCK ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/thread.lisp-obj-tmp written
; compilation finished in 0:00:00.851
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/load.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!FASL")
; x-compiling (DEFUN LOAD-FRESH-LINE ...)
; x-compiling (DEFUN MAYBE-ANNOUNCE-LOAD ...)
; x-compiling (DECLAIM (INLINE READ-BYTE))
; x-compiling (DEFMACRO FAST-READ-U-INTEGER ...)
; x-compiling (DEFMACRO FAST-READ-VAR-U-INTEGER ...)
; x-compiling (DEFMACRO FAST-READ-S-INTEGER ...)
; x-compiling (DEFMACRO READ-ARG ...)
; x-compiling (DECLAIM (INLINE READ-BYTE-ARG ...))
; x-compiling (DEFUN READ-BYTE-ARG ...)
; x-compiling (DEFUN READ-HALFWORD-ARG ...)
; x-compiling (DEFUN READ-WORD-ARG ...)
; x-compiling (DEFUN READ-UNSIGNED-BYTE-32-ARG ...)
; x-compiling (DEFVAR *FOP-TABLE*)
; x-compiling (DECLAIM (SIMPLE-VECTOR *FOP-TABLE*))
; x-compiling (DECLAIM (INLINE REF-FOP-TABLE))
; x-compiling (DEFUN REF-FOP-TABLE ...)
; x-compiling (DEFUN GET-FOP-TABLE-INDEX ...)
; x-compiling (DEFUN RESET-FOP-TABLE ...)
; x-compiling (DEFUN PUSH-FOP-TABLE ...)
; x-compiling (DEFUN MAKE-FOP-VECTOR ...)
; x-compiling (DEFUN GROW-FOP-VECTOR ...)
; x-compiling (DEFUN NUKE-FOP-VECTOR ...)
; x-compiling (DEFVAR *FOP-STACK*)
; x-compiling (DECLAIM (SIMPLE-VECTOR *FOP-STACK*))
; x-compiling (DEFUN FOP-STACK-EMPTY-P ...)
; x-compiling (DEFUN POP-FOP-STACK ...)
; x-compiling (DEFUN PUSH-FOP-STACK ...)
; x-compiling (DEFMACRO WITH-FOP-STACK ...)
; x-compiling (DEFMACRO CALL-WITH-POPPED-ARGS ...)
; x-compiling (DEFINE-CONDITION INVALID-FASL ...)
; x-compiling (DEFINE-CONDITION INVALID-FASL-HEADER ...)
; x-compiling (DEFINE-CONDITION INVALID-FASL-VERSION ...)
; x-compiling (DEFINE-CONDITION INVALID-FASL-IMPLEMENTATION ...)
; x-compiling (DEFINE-CONDITION INVALID-FASL-FEATURES ...)
; x-compiling (DEFUN MAYBE-SKIP-SHEBANG-LINE ...)
; x-compiling (DEFUN FASL-HEADER-P ...)
; x-compiling (DEFUN CHECK-FASL-HEADER ...)
; x-compiling (DEFUN LOAD-FASL-GROUP ...)
; x-compiling (DEFUN LOAD-AS-FASL ...)
; x-compiling (DECLAIM (NOTINLINE READ-BYTE))
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/load.lisp-obj-tmp written
; compilation finished in 0:00:00.344
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/linkage-table.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFINE-ALIEN-ROUTINE ARCH-WRITE-LINKAGE-TABLE-JMP ...)
; x-compiling (DEFINE-ALIEN-ROUTINE ARCH-WRITE-LINKAGE-TABLE-REF ...)
; x-compiling (DEFVAR *LINKAGE-INFO* ...)
; x-compiling (DEFSTRUCT LINKAGE-INFO ...)
; x-compiling (DEFUN WRITE-LINKAGE-TABLE-ENTRY ...)
; x-compiling (DEFUN LINK-FOREIGN-SYMBOL ...)
; x-compiling (DEFUN ENSURE-FOREIGN-SYMBOL-LINKAGE ...)
; x-compiling (DEFUN UPDATE-LINKAGE-TABLE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/linkage-table.lisp-obj-tmp written
; compilation finished in 0:00:00.094
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/foreign-load.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!ALIEN")
; x-compiling (DEFVAR *SHARED-OBJECTS-LOCK* ...)
; x-compiling (DEFINE-UNSUPPORTED-FUN LOAD-FOREIGN ...)
; x-compiling (DEFINE-UNSUPPORTED-FUN LOAD-1-FOREIGN ...)
; x-compiling (DEFINE-ALIEN-VARIABLE UNDEFINED-ALIEN-ADDRESS ...)
; x-compiling (DEFVAR *RUNTIME-DLHANDLE*)
; x-compiling (DEFVAR *SHARED-OBJECTS*)
; x-compiling (DEFSTRUCT SHARED-OBJECT ...)
; x-compiling (DEFUN LOAD-SHARED-OBJECT ...)
; x-compiling (DEFUN UNLOAD-SHARED-OBJECT ...)
; x-compiling (DEFUN TRY-REOPEN-SHARED-OBJECT ...)
; x-compiling (DEFUN REOPEN-SHARED-OBJECTS ...)
; x-compiling (DEFUN CLOSE-SHARED-OBJECTS ...)
; x-compiling (LET (# #) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/foreign-load.lisp-obj-tmp written
; compilation finished in 0:00:00.627
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/unix-foreign-load.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!ALIEN")
; x-compiling (DEFINE-ALIEN-ROUTINE DLOPEN ...)
; x-compiling (DEFINE-ALIEN-ROUTINE DLCLOSE ...)
; x-compiling (DEFINE-ALIEN-ROUTINE DLERROR ...)
; x-compiling (DEFINE-ALIEN-ROUTINE DLSYM ...)
; x-compiling (DEFUN DLOPEN-OR-LOSE ...)
; x-compiling (DEFUN DLCLOSE-OR-LOSE ...)
; x-compiling (DEFUN FIND-DYNAMIC-FOREIGN-SYMBOL-ADDRESS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/unix-foreign-load.lisp-obj-tmp written
; compilation finished in 0:00:00.241
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/foreign.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!IMPL")
; x-compiling (DEFUN EXTERN-ALIEN-NAME ...)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (DEFVAR *STATIC-FOREIGN-SYMBOLS* ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN FIND-FOREIGN-SYMBOL-IN-TABLE ...)
; x-compiling (DEFUN FIND-FOREIGN-SYMBOL-ADDRESS ...)
; x-compiling (DEFUN FOREIGN-SYMBOL-ADDRESS ...)
; x-compiling (DEFUN FOREIGN-SYMBOL-SAP ...)
; x-compiling (DEFUN FOREIGN-REINIT ...)
; x-compiling (DEFUN FOREIGN-DEINIT ...)
; x-compiling (DECLAIM (MAYBE-INLINE SAP-FOREIGN-SYMBOL))
; x-compiling (DEFUN SAP-FOREIGN-SYMBOL ...)
; x-compiling (DEFVAR *!INITIAL-FOREIGN-SYMBOLS*)
; x-compiling (DEFUN !FOREIGN-COLD-INIT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/foreign.lisp-obj-tmp written
; compilation finished in 0:00:00.084
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/fop.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!FASL")
; x-compiling (DEFVAR *SKIP-UNTIL* ...)
; x-compiling (DEFMACRO DEFINE-FOP ...)
; x-compiling (DEFUN %DEFINE-FOP ...)
; x-compiling (DEFMACRO DEFINE-CLONED-FOPS ...)
; x-compiling (DEFUN READ-STRING-AS-BYTES ...)
; x-compiling (DEFUN READ-BASE-STRING-AS-BYTES ...)
; x-compiling (DEFUN READ-STRING-AS-UNSIGNED-BYTE-32 ...)
; x-compiling (DEFINE-FOP (FOP-NOP4 137 ...) ...)
; x-compiling (DEFINE-FOP (FOP-NOP 0 ...))
; x-compiling (DEFINE-FOP (FOP-POP 1 ...) ...)
; x-compiling (DEFINE-FOP (FOP-PUSH 2) ...)
; x-compiling (DEFINE-FOP (FOP-BYTE-PUSH 3) ...)
; x-compiling (DEFINE-FOP (FOP-EMPTY-LIST 4) ...)
; x-compiling (DEFINE-FOP (FOP-TRUTH 5) ...)
; x-compiling (DEFINE-FOP (FOP-MISC-TRAP 66) ...)
; x-compiling (DEFINE-CLONED-FOPS (FOP-CHARACTER 68) ...)
; x-compiling (DEFINE-CLONED-FOPS (FOP-STRUCT 48) ...)
; x-compiling (DEFINE-FOP (FOP-LAYOUT 45) ...)
; x-compiling (DEFINE-FOP (FOP-END-GROUP 64 ...) ...)
; x-compiling (DEFINE-FOP (FOP-VERIFY-TABLE-SIZE 62 ...) ...)
; x-compiling (DEFINE-FOP (FOP-VERIFY-EMPTY-STACK 63 ...) ...)
; x-compiling (DEFUN AUX-FOP-INTERN ...)
; x-compiling (DEF FOP-LISP-SYMBOL-SAVE ...)
; x-compiling (DEF FOP-LISP-SMALL-SYMBOL-SAVE ...)
; x-compiling (DEF FOP-KEYWORD-SYMBOL-SAVE ...)
; x-compiling (DEF FOP-KEYWORD-SMALL-SYMBOL-SAVE ...)
; x-compiling (DEF FOP-SYMBOL-IN-PACKAGE-SAVE ...)
; x-compiling (DEF FOP-SMALL-SYMBOL-IN-PACKAGE-SAVE ...)
; x-compiling (DEF FOP-SYMBOL-IN-BYTE-PACKAGE-SAVE ...)
; x-compiling (DEF FOP-SMALL-SYMBOL-IN-BYTE-PACKAGE-SAVE ...)
; x-compiling (DEFINE-CLONED-FOPS (FOP-UNINTERNED-SYMBOL-SAVE 12) ...)
; x-compiling (DEFINE-FOP (FOP-PACKAGE 14) ...)
; x-compiling (DEFINE-CLONED-FOPS (FOP-NAMED-PACKAGE-SAVE 156 ...) ...)
; x-compiling (DEFUN LOAD-S-INTEGER ...)
; x-compiling (DEFINE-CLONED-FOPS (FOP-INTEGER 33) ...)
; x-compiling (DEFINE-FOP (FOP-WORD-INTEGER 35) ...)
; x-compiling (DEFINE-FOP (FOP-BYTE-INTEGER 36) ...)
; x-compiling (DEFINE-FOP (FOP-RATIO 70) ...)
; x-compiling (DEFINE-FOP (FOP-COMPLEX 71) ...)
; x-compiling (DEFINE-COMPLEX-FOP FOP-COMPLEX-SINGLE-FLOAT ...)
; x-compiling (DEFINE-COMPLEX-FOP FOP-COMPLEX-DOUBLE-FLOAT ...)
; x-compiling (DEFINE-FLOAT-FOP FOP-SINGLE-FLOAT ...)
; x-compiling (DEFINE-FLOAT-FOP FOP-DOUBLE-FLOAT ...)
; x-compiling (DEFINE-FOP (FOP-LIST 15) ...)
; x-compiling (DEFINE-FOP (FOP-LIST* 16) ...)
; x-compiling (FROB FOP-LIST-1 ...)
; x-compiling (FROB FOP-LIST-2 ...)
; x-compiling (FROB FOP-LIST-3 ...)
; x-compiling (FROB FOP-LIST-4 ...)
; x-compiling (FROB FOP-LIST-5 ...)
; x-compiling (FROB FOP-LIST-6 ...)
; x-compiling (FROB FOP-LIST-7 ...)
; x-compiling (FROB FOP-LIST-8 ...)
; x-compiling (FROB FOP-LIST*-1 ...)
; x-compiling (FROB FOP-LIST*-2 ...)
; x-compiling (FROB FOP-LIST*-3 ...)
; x-compiling (FROB FOP-LIST*-4 ...)
; x-compiling (FROB FOP-LIST*-5 ...)
; x-compiling (FROB FOP-LIST*-6 ...)
; x-compiling (FROB FOP-LIST*-7 ...)
; x-compiling (FROB FOP-LIST*-8 ...)
; x-compiling (DEFINE-CLONED-FOPS (FOP-BASE-STRING 37) ...)
; x-compiling (DEFINE-CLONED-FOPS (FOP-CHARACTER-STRING 161) ...)
; x-compiling (DEFINE-CLONED-FOPS (FOP-VECTOR 39) ...)
; x-compiling (DEFINE-FOP (FOP-ARRAY 83) ...)
; x-compiling (DEFINE-FOP (FOP-SINGLE-FLOAT-VECTOR 84) ...)
; x-compiling (DEFINE-FOP (FOP-DOUBLE-FLOAT-VECTOR 85) ...)
; x-compiling (DEFINE-FOP (FOP-COMPLEX-SINGLE-FLOAT-VECTOR 86) ...)
; x-compiling (DEFINE-FOP (FOP-COMPLEX-DOUBLE-FLOAT-VECTOR 87) ...)
; x-compiling (DEFINE-FOP (FOP-INT-VECTOR 43) ...)
; x-compiling (DEFINE-FOP (FOP-SIGNED-INT-VECTOR 50) ...)
; x-compiling (DEFINE-FOP (FOP-EVAL 53) ...)
; x-compiling (DEFINE-FOP (FOP-EVAL-FOR-EFFECT 54 ...) ...)
; x-compiling (DEFINE-FOP (FOP-FUNCALL 55) ...)
; x-compiling (DEFINE-FOP (FOP-FUNCALL-FOR-EFFECT 56 ...) ...)
; x-compiling (DEFINE-FOP (FOP-RPLACA 200 ...) ...)
; x-compiling (DEFINE-FOP (FOP-RPLACD 201 ...) ...)
; x-compiling (DEFINE-FOP (FOP-SVSET 202 ...) ...)
; x-compiling (DEFINE-FOP (FOP-STRUCTSET 204 ...) ...)
; x-compiling (DEFINE-FOP (FOP-NTHCDR 203) ...)
; x-compiling (DEFINE-FOP (FOP-CODE 58 ...) ...)
; x-compiling (DEFINE-FOP (FOP-SMALL-CODE 59 ...) ...)
; x-compiling (DEFINE-FOP (FOP-FDEFINITION 60) ...)
; x-compiling (DEFINE-FOP (FOP-SANCTIFY-FOR-EXECUTION 61) ...)
; x-compiling (DEFINE-FOP (FOP-FSET 74 ...) ...)
; x-compiling (DEFINE-FOP (FOP-NOTE-DEBUG-SOURCE 174 ...) ...)
; x-compiling (DEFINE-CLONED-FOPS (FOP-ALTER-CODE 140 ...) ...)
; x-compiling (DEFINE-FOP (FOP-FUN-ENTRY 142) ...)
; x-compiling (DEFINE-FOP (FOP-ASSEMBLER-CODE 144) ...)
; x-compiling (DEFINE-FOP (FOP-ASSEMBLER-ROUTINE 145) ...)
; x-compiling (DEFINE-FOP (FOP-FOREIGN-FIXUP 147) ...)
; x-compiling (DEFINE-FOP (FOP-ASSEMBLER-FIXUP 148) ...)
; x-compiling (DEFINE-FOP (FOP-CODE-OBJECT-FIXUP 149) ...)
; x-compiling (DEFINE-FOP (FOP-FOREIGN-DATAREF-FIXUP 150) ...)
; x-compiling (DEFINE-FOP (FOP-SKIP 151 ...) ...)
; x-compiling (DEFINE-FOP (FOP-SKIP-IF-FALSE 152 ...) ...)
; x-compiling (DEFINE-FOP (FOP-DROP-IF-SKIPPING 153 ...) ...)
; x-compiling (DEFINE-FOP (FOP-PUSH-NIL-IF-SKIPPING 154 ...) ...)
; x-compiling (DEFINE-FOP (FOP-MAYBE-STOP-SKIPPING 155 ...) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/fop.lisp-obj-tmp written
; compilation finished in 0:00:01.878
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ctype.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFVAR *LOSSAGE-FUN*)
; x-compiling (DEFVAR *UNWINNAGE-FUN*)
; x-compiling (DEFVAR *CTYPE-TEST-FUN*)
; x-compiling (DEFVAR *LOSSAGE-DETECTED*)
; x-compiling (DEFVAR *UNWINNAGE-DETECTED*)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN NOTE-LOSSAGE ...)
; x-compiling (DEFUN NOTE-UNWINNAGE ...)
; x-compiling (DECLAIM (SPECIAL *COMPILER-ERROR-CONTEXT*))
; x-compiling (DEFUN ALWAYS-SUBTYPEP ...)
; x-compiling (DEFUN VALID-FUN-USE ...)
; x-compiling (DEFUN CHECK-ARG-TYPE ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN CHECK-FIXED-AND-REST ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN CHECK-KEY-ARGS ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN DEFINITION-TYPE ...)
; x-compiling (DEFSTRUCT (APPROXIMATE-FUN-TYPE #) ...)
; x-compiling (DEFSTRUCT (APPROXIMATE-KEY-INFO #) ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN NOTE-FUN-USE ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN VALID-APPROXIMATE-TYPE ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN CHECK-APPROXIMATE-FIXED-AND-REST ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN CHECK-APPROXIMATE-ARG-TYPE ...)
; x-compiling (DEFUN CHECK-APPROXIMATE-KEYWORDS ...)
; x-compiling (DEFUN TRY-TYPE-INTERSECTIONS ...)
; x-compiling (DEFUN FIND-OPTIONAL-DISPATCH-TYPES ...)
; x-compiling (DEFUN FIND-LAMBDA-TYPES ...)
; x-compiling (DEFUN ASSERT-DEFINITION-TYPE ...)
; x-compiling (DEFUN ASSERT-GLOBAL-FUNCTION-DEFINITION-TYPE ...)
; x-compiling (DEFUN MASSAGE-GLOBAL-DEFINITION-TYPE ...)
; x-compiling (DEFUN MAP-COMBINATION-ARGS-AND-TYPES ...)
; x-compiling (DEFUN ASSERT-CALL-TYPE ...)
; x-compiling (DEFUN CHECK-CATCH-TAG-TYPE ...)
; x-compiling (DEFUN %COMPILE-TIME-TYPE-ERROR ...)
; x-compiling (DEFOPTIMIZER (%COMPILE-TIME-TYPE-ERROR IR2-CONVERT) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/ctype.lisp-obj-tmp written
; compilation finished in 0:00:00.775
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/disassem.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!DISASSEM")
; x-compiling (DEF!CONSTANT LABEL-COLUMN-WIDTH ...)
; x-compiling (DEFTYPE TEXT-WIDTH ...)
; x-compiling (DEFTYPE ALIGNMENT ...)
; x-compiling (DEFTYPE OFFSET ...)
; x-compiling (DEFTYPE ADDRESS ...)
; x-compiling (DEFTYPE DISASSEM-LENGTH ...)
; x-compiling (DEFTYPE COLUMN ...)
; x-compiling (DEF!CONSTANT MAX-FILTERED-VALUE-INDEX ...)
; x-compiling (DEFTYPE FILTERED-VALUE-INDEX ...)
; x-compiling (DEFTYPE FILTERED-VALUE-VECTOR ...)
; x-compiling (DEFVAR *DISASSEM-INSTS* ...)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (DEFVAR *DISASSEM-INST-SPACE* ...)
; x-compiling (DEFVAR *DISASSEM-INST-ALIGNMENT-BYTES* ...)
; x-compiling (DECLAIM (TYPE ALIGNMENT ...))
; x-compiling (DEFVAR *DISASSEM-LOCATION-COLUMN-WIDTH* ...)
; x-compiling (DECLAIM (TYPE TEXT-WIDTH ...))
; x-compiling (DEFVAR *DISASSEM-OPCODE-COLUMN-WIDTH* ...)
; x-compiling (DECLAIM (TYPE TEXT-WIDTH ...))
; x-compiling (DEFVAR *DISASSEM-INST-COLUMN-WIDTH* ...)
; x-compiling (DECLAIM (TYPE TEXT-WIDTH ...))
; x-compiling (DEFVAR *DISASSEM-NOTE-COLUMN* ...)
; x-compiling (DEFSTRUCT (FUN-CACHE #) ...)
; x-compiling (DEFVAR *DISASSEM-FUN-CACHE* ...)
; x-compiling (DECLAIM (TYPE FUN-CACHE ...))
; x-compiling (DECLAIM (INLINE DCHUNK-OR ...))
; x-compiling (DEF!CONSTANT DCHUNK-BITS ...)
; x-compiling (DEFTYPE DCHUNK ...)
; x-compiling (DEFTYPE DCHUNK-INDEX ...)
; x-compiling (DEF!CONSTANT DCHUNK-ZERO ...)
; x-compiling (DEF!CONSTANT DCHUNK-ONE ...)
; x-compiling (DEFUN DCHUNK-EXTRACT ...)
; x-compiling (DEFMACRO DCHUNK-COPY ...)
; x-compiling (DEFUN DCHUNK-OR ...)
; x-compiling (DEFUN DCHUNK-AND ...)
; x-compiling (DEFUN DCHUNK-CLEAR ...)
; x-compiling (DEFUN DCHUNK-NOT ...)
; x-compiling (DEFMACRO DCHUNK-ANDF ...)
; x-compiling (DEFMACRO DCHUNK-ORF ...)
; x-compiling (DEFMACRO DCHUNK-CLEARF ...)
; x-compiling (DEFUN DCHUNK-MAKE-MASK ...)
; x-compiling (DEFUN DCHUNK-MAKE-FIELD ...)
; x-compiling (DEFMACRO MAKE-DCHUNK ...)
; x-compiling (DEFUN SAP-REF-DCHUNK ...)
; x-compiling (DEFUN DCHUNK-CORRECTED-EXTRACT ...)
; x-compiling (DEFMACRO DCHUNK-INSERTF ...)
; x-compiling (DEFUN DCHUNK= ...)
; x-compiling (DEFMACRO DCHUNK-ZEROP ...)
; x-compiling (DEFUN DCHUNK-STRICT-SUPERSET-P ...)
; x-compiling (DEFUN DCHUNK-COUNT-BITS ...)
; x-compiling (DEFSTRUCT (INSTRUCTION # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFSTRUCT (INST-SPACE # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFSTRUCT (INST-SPACE-CHOICE # ...) ...)
; x-compiling (DEFVAR *ARG-FORM-KINDS* ...)
; x-compiling (DEFSTRUCT (ARG-FORM-KIND #) ...)
; x-compiling (DEFUN ARG-FORM-KIND-OR-LOSE ...)
; x-compiling (DEFUN FIND-ARG-FORM-PRODUCER ...)
; x-compiling (DEFUN FIND-ARG-FORM-CHECKER ...)
; x-compiling (DEFUN CANONICALIZE-ARG-FORM-KIND ...)
; x-compiling (DEFVAR *DISASSEM-INST-FORMATS* ...)
; x-compiling (DEFVAR *DISASSEM-ARG-TYPES* ...)
; x-compiling (DEFVAR *DISASSEM-FUN-CACHE* ...)
; x-compiling (DEFSTRUCT (ARG # ...) ...)
; x-compiling (DEFSTRUCT (INSTRUCTION-FORMAT # ...) ...)
; x-compiling (DEFSTRUCT (FUNSTATE # ...) ...)
; x-compiling (DEFUN MAKE-FUNSTATE ...)
; x-compiling (DEFUN FUNSTATE-COMPATIBLE-P ...)
; x-compiling (DEFUN ARG-OR-LOSE ...)
; x-compiling (DEFSTRUCT (VALSRC # ...) ...)
; x-compiling (DEFUN MAKE-VALSRC ...)
; x-compiling (DEFVAR *CURRENT-INSTRUCTION-FLAVOR* ...)
; x-compiling (DEFUN PD-ERROR ...)
; x-compiling (DEFUN SELF-EVALUATING-P ...)
; x-compiling (DEFUN MAYBE-QUOTE ...)
; x-compiling (DEFUN DOESNT-NEED-WRAPPING-P ...)
; x-compiling (DEFUN MAKE-WRAPPER ...)
; x-compiling (DEFUN FILTER-OVERRIDES ...)
; x-compiling (DEFPARAMETER *ARG-FUN-PARAMS* ...)
; x-compiling (DEFUN MUNGE-FUN-REFS ...)
; x-compiling (DEFUN GEN-ARGS-DEF-FORM ...)
; x-compiling (DEFUN GEN-PRINTER-DEF-FORMS-DEF-FORM ...)
; x-compiling (DEFUN UPDATE-ARGS-FORM ...)
; x-compiling (DEFUN FORMAT-OR-LOSE ...)
; x-compiling (DEFMACRO DEFINE-INSTRUCTION-FORMAT ...)
; x-compiling (DEFUN GEN-FORMAT-DEF-FORM ...)
; x-compiling (DEFUN MODIFY-OR-ADD-ARG ...)
; x-compiling (DEFUN GEN-ARG-ACCESS-MACRO-DEF-FORM ...)
; x-compiling (DEFUN ARG-VALUE-FORM ...)
; x-compiling (DEFUN CORRECT-DCHUNK-BYTESPEC-FOR-ENDIANNESS ...)
; x-compiling (DEFUN MAKE-ARG-TEMP-BINDINGS ...)
; x-compiling (DEFUN GEN-ARG-FORMS ...)
; x-compiling (DEFUN MAYBE-LISTIFY ...)
; x-compiling (DEFUN SET-ARG-FROM-TYPE ...)
; x-compiling (DEFUN GET-ARG-TEMP ...)
; x-compiling (DEFUN SET-ARG-TEMPS ...)
; x-compiling (DEFMACRO DEFINE-ARG-TYPE ...)
; x-compiling (DEFUN GEN-ARG-TYPE-DEF-FORM ...)
; x-compiling (DEFMACRO DEF-ARG-FORM-KIND ...)
; x-compiling (DEF-ARG-FORM-KIND (:RAW) ...)
; x-compiling (DEF-ARG-FORM-KIND (:SIGN-EXTENDED :UNFILTERED) ...)
; x-compiling (DEFUN VALSRC-EQUAL ...)
; x-compiling (DEF-ARG-FORM-KIND (:FILTERING) ...)
; x-compiling (DEF-ARG-FORM-KIND (:FILTERED :UNADJUSTED) ...)
; x-compiling (DEF-ARG-FORM-KIND (:ADJUSTED :NUMERIC ...) ...)
; x-compiling (DEF-ARG-FORM-KIND (:LABELLED :FINAL) ...)
; x-compiling (DEF-ARG-FORM-KIND (:PRINTED) ...)
; x-compiling (DEFUN REMEMBER-PRINTER-USE ...)
; x-compiling (DEFUN SOURCE-FORM ...)
; x-compiling (DEFUN VALUE-OR-SOURCE ...)
; x-compiling (DEFSTRUCT (CACHED-FUN # ...) ...)
; x-compiling (DEFUN FIND-CACHED-FUN ...)
; x-compiling (DEFMACRO !WITH-CACHED-FUN ...)
; x-compiling (DEFUN FIND-PRINTER-FUN ...)
; x-compiling (DEFUN MAKE-PRINTER-DEFUN ...)
; x-compiling (DEFUN PREPROCESS-TEST ...)
; x-compiling (DEFUN PREPROCESS-CONDITIONALS ...)
; x-compiling (DEFUN PREPROCESS-PRINTER ...)
; x-compiling (DEFUN FIND-FIRST-FIELD-NAME ...)
; x-compiling (DEFUN PREPROCESS-CHOOSES ...)
; x-compiling (DEFUN SHARING-CONS ...)
; x-compiling (DEFUN SHARING-MAPCAR ...)
; x-compiling (DEFUN ALL-ARG-REFS-RELEVANT-P ...)
; x-compiling (DEFUN PICK-PRINTER-CHOICE ...)
; x-compiling (DEFUN COMPILE-PRINTER-LIST ...)
; x-compiling (DEFUN COMPILE-PRINTER-BODY ...)
; x-compiling (DEFUN COMPILE-PRINT ...)
; x-compiling (DEFUN STRING-OR-QSYM-P ...)
; x-compiling (DEFUN STRIP-QUOTE ...)
; x-compiling (DEFUN COMPARE-FIELDS-FORM ...)
; x-compiling (DEFUN COMPILE-TEST ...)
; x-compiling (DEFUN FIND-LABELLER-FUN ...)
; x-compiling (DEFUN FIND-PREFILTER-FUN ...)
; x-compiling (DEFUN COMPUTE-MASK-ID ...)
; x-compiling (DEFUN INSTALL-INST-FLAVORS ...)
; x-compiling (DECLAIM (INLINE BYTES-TO-BITS))
; x-compiling (DECLAIM (MAYBE-INLINE SIGN-EXTEND ...))
; x-compiling (DEFUN BYTES-TO-BITS ...)
; x-compiling (DEFUN BITS-TO-BYTES ...)
; x-compiling (DEFUN SIGN-EXTEND ...)
; x-compiling (DEFUN ALIGNED-P ...)
; x-compiling (DEFUN ALIGN ...)
; x-compiling (DEFUN TAB ...)
; x-compiling (DEFUN TAB0 ...)
; x-compiling (DEFUN PRINC16 ...)
; x-compiling (DEFUN READ-SIGNED-SUFFIX ...)
; x-compiling (DEFSTRUCT (DISASSEM-STATE # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFUN DSTATE-CUR-ADDR ...)
; x-compiling (DEFUN DSTATE-NEXT-ADDR ...)
; x-compiling (DEFMACRO DSTATE-GET-PROP ...)
; x-compiling (DEFUN DSTATE-PUT-INST-PROP ...)
; x-compiling (DEFUN DSTATE-GET-INST-PROP ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/disassem.lisp-obj-tmp written
; compilation finished in 0:00:01.693
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/assem.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!ASSEM")
; x-compiling (DEFVAR *ASSEM-SCHEDULER-P* ...)
; x-compiling (DECLAIM (TYPE BOOLEAN ...))
; x-compiling (DEFVAR *ASSEM-INSTRUCTIONS* ...)
; x-compiling (DECLAIM (TYPE HASH-TABLE ...))
; x-compiling (DEFVAR *ASSEM-MAX-LOCATIONS* ...)
; x-compiling (DECLAIM (TYPE INDEX ...))
; x-compiling (DEFSTRUCT (SEGMENT #) ...)
; x-compiling (DEFPRINTER (SEGMENT) ...)
; x-compiling (DECLAIM (INLINE SEGMENT-CURRENT-INDEX))
; x-compiling (DEFUN SEGMENT-CURRENT-INDEX ...)
; x-compiling (DEFUN (SETF SEGMENT-CURRENT-INDEX) ...)
; x-compiling (DEFMACRO WITH-MODIFIED-SEGMENT-INDEX-AND-POSN ...)
; x-compiling (!DEF-BOOLEAN-ATTRIBUTE INSTRUCTION ...)
; x-compiling (DEF!STRUCT (INSTRUCTION # ...) ...)
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEFMACRO WITHOUT-SCHEDULING ...)
; x-compiling (DEFMACRO NOTE-DEPENDENCIES ...)
; x-compiling (DEFUN NOTE-READ-DEPENDENCY ...)
; x-compiling (DEFUN NOTE-WRITE-DEPENDENCY ...)
; x-compiling (DEFUN QUEUE-INST ...)
; x-compiling (DEFUN SCHEDULE-PENDING-INSTRUCTIONS ...)
; x-compiling (DEFUN ADD-TO-NTH-LIST ...)
; x-compiling (DEFUN SCHEDULE-ONE-INST ...)
; x-compiling (DEFUN NOTE-RESOLVED-DEPENDENCIES ...)
; x-compiling (DEFUN ADVANCE-ONE-INST ...)
; x-compiling (DEFUN INSERT-EMITTABLE-INST ...)
; x-compiling (DEF!STRUCT (ANNOTATION # ...) ...)
; x-compiling (DEF!STRUCT (LABEL # ...))
; x-compiling (DEF!METHOD PRINT-OBJECT ...)
; x-compiling (DEF!STRUCT (ALIGNMENT-NOTE # ...) ...)
; x-compiling (DEF!STRUCT (BACK-PATCH # ...) ...)
; x-compiling (DEF!STRUCT (CHOOSER # ...) ...)
; x-compiling (DEF!STRUCT (FILLER # ...) ...)
; x-compiling (DEFUN EMIT-BYTE ...)
; x-compiling (DEFUN EMIT-SKIP ...)
; x-compiling (DEFUN EMIT-ANNOTATION ...)
; x-compiling (DEFUN EMIT-BACK-PATCH ...)
; x-compiling (DEFUN EMIT-CHOOSER ...)
; x-compiling (DEFUN ADJUST-ALIGNMENT-AFTER-CHOOSER ...)
; x-compiling (DEFUN EMIT-FILLER ...)
; x-compiling (DEFUN %EMIT-LABEL ...)
; x-compiling (DEFUN %EMIT-ALIGNMENT ...)
; x-compiling (DEFUN FIND-ALIGNMENT ...)
; x-compiling (DEFUN %EMIT-POSTIT ...)
; x-compiling (DEFUN COMPRESS-OUTPUT ...)
; x-compiling (DEFUN FINALIZE-POSITIONS ...)
; x-compiling (DEFUN PROCESS-BACK-PATCHES ...)
; x-compiling (DEFMACRO %%CURRENT-SEGMENT%% ...)
; x-compiling (DEFVAR **CURRENT-SEGMENT**)
; x-compiling (DEFMACRO %%CURRENT-VOP%% ...)
; x-compiling (DEFVAR **CURRENT-VOP** ...)
; x-compiling (DEF DEF!MACRO ...)
; x-compiling (DEFMACRO INST ...)
; x-compiling (DEFMACRO EMIT-LABEL ...)
; x-compiling (DEFMACRO EMIT-POSTIT ...)
; x-compiling (DEFMACRO EMIT-ALIGNMENT ...)
; x-compiling (DEFUN LABEL-POSITION ...)
; x-compiling (DEFUN APPEND-SEGMENT ...)
; x-compiling (DEFUN FINALIZE-SEGMENT ...)
; x-compiling (DEFUN ON-SEGMENT-CONTENTS-VECTORLY ...)
; x-compiling (DEFUN WRITE-SEGMENT-CONTENTS ...)
; x-compiling (DEFMACRO DEFINE-BITFIELD-EMITTER ...)
; x-compiling (DEFUN GROVEL-LAMBDA-LIST ...)
; x-compiling (DEFUN EXTRACT-NTHS ...)
; x-compiling (DEFMACRO DEFINE-INSTRUCTION ...)
; x-compiling (DEFMACRO DEFINE-INSTRUCTION-MACRO ...)
; x-compiling (DEFUN %DEFINE-INSTRUCTION ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/assem.lisp-obj-tmp written
; compilation finished in 0:00:01.176
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/trace-table.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFUN TRACE-TABLE-ENTRY ...)
; x-compiling (DEF!CONSTANT TT-BITS-PER-STATE ...)
; x-compiling (DEF!CONSTANT TT-BYTES-PER-ENTRY ...)
; x-compiling (DEF!CONSTANT TT-BITS-PER-ENTRY ...)
; x-compiling (DEF!CONSTANT TT-BITS-PER-OFFSET ...)
; x-compiling (DEF!CONSTANT TT-MAX-OFFSET ...)
; x-compiling (DEFTYPE TT-STATE ...)
; x-compiling (DEFTYPE TT-ENTRY ...)
; x-compiling (DEFTYPE TT-OFFSET ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN PACK-TRACE-TABLE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/trace-table.lisp-obj-tmp written
; compilation finished in 0:00:00.021
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/debug-info.lisp" (written 08 JAN 2012 08:08:09 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEF!CONSTANT COMPILED-DEBUG-VAR-MORE-CONTEXT-P ...)
; x-compiling (DEF!CONSTANT COMPILED-DEBUG-VAR-MORE-COUNT-P ...)
; x-compiling (DEF!CONSTANT COMPILED-DEBUG-VAR-ENVIRONMENT-LIVE ...)
; x-compiling (DEF!CONSTANT COMPILED-DEBUG-VAR-SAVE-LOC-P ...)
; x-compiling (DEF!CONSTANT COMPILED-DEBUG-VAR-ID-P ...)
; x-compiling (DEF!CONSTANT COMPILED-DEBUG-VAR-MINIMAL-P ...)
; x-compiling (DEF!CONSTANT COMPILED-DEBUG-VAR-DELETED-P ...)
; x-compiling (DEFCONSTANT-EQX COMPILED-DEBUG-BLOCK-NSUCC-BYTE ...)
; x-compiling (DEF!CONSTANT COMPILED-DEBUG-BLOCK-ELSEWHERE-P ...)
; x-compiling (DEFCONSTANT-EQX COMPILED-CODE-LOCATION-KIND-BYTE ...)
; x-compiling (DEFPARAMETER *COMPILED-CODE-LOCATION-KINDS* ...)
; x-compiling (DEF!STRUCT (DEBUG-FUN #))
; x-compiling (DEF!STRUCT (COMPILED-DEBUG-FUN # ...) ...)
; x-compiling (DEF!STRUCT (DEBUG-SOURCE #) ...)
; x-compiling (DEF!STRUCT DEBUG-INFO ...)
; x-compiling (DEFCONSTANT +DEBUG-INFO-SOURCE-INDEX+ ...)
; x-compiling (DEF!STRUCT (COMPILED-DEBUG-INFO # ...) ...)
; x-compiling (DEFVAR *!INITIAL-DEBUG-SOURCES*)
; x-compiling (DEFUN !DEBUG-INFO-COLD-INIT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/debug-info.lisp-obj-tmp written
; compilation finished in 0:00:00.467
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/dump.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!FASL")
; x-compiling (DEFSTRUCT (FASL-OUTPUT # ...) ...)
; x-compiling (DEFSTRUCT (CIRCULARITY #) ...)
; x-compiling (DEFVAR *CIRCULARITIES-DETECTED*)
; x-compiling (DEFVAR *DUMP-ONLY-VALID-STRUCTURES* ...)
; x-compiling (DEFUN DUMP-BYTE ...)
; x-compiling (DEFUN DUMP-WORD ...)
; x-compiling (DEFUN DUMP-UNSIGNED-BYTE-32 ...)
; x-compiling (DEFUN DUMP-INTEGER-AS-N-BYTES ...)
; x-compiling (DEFMACRO DUMP-FOP ...)
; x-compiling (DEFMACRO DUMP-FOP* ...)
; x-compiling (DEFUN DUMP-PUSH ...)
; x-compiling (DEFUN DUMP-POP ...)
; x-compiling (DEFUN EQUAL-CHECK-TABLE ...)
; x-compiling (DEFUN STRING-CHECK-TABLE ...)
; x-compiling (DEFUN EQ-SAVE-OBJECT ...)
; x-compiling (DEFUN EQUAL-SAVE-OBJECT ...)
; x-compiling (DEFUN STRING-SAVE-OBJECT ...)
; x-compiling (DEFUN NOTE-POTENTIAL-CIRCULARITY ...)
; x-compiling (DEFUN OPEN-FASL-OUTPUT ...)
; x-compiling (DEFUN CLOSE-FASL-OUTPUT ...)
; x-compiling (DEFUN DUMP-NON-IMMEDIATE-OBJECT ...)
; x-compiling (DEFUN SUB-DUMP-OBJECT ...)
; x-compiling (DEFUN DUMP-CIRCULARITIES ...)
; x-compiling (DEFUN DUMP-OBJECT ...)
; x-compiling (DEFUN FASL-DUMP-LOAD-TIME-VALUE-LAMBDA ...)
; x-compiling (DEFUN FASL-CONSTANT-ALREADY-DUMPED-P ...)
; x-compiling (DEFUN FASL-NOTE-HANDLE-FOR-CONSTANT ...)
; x-compiling (DEFUN FASL-VALIDATE-STRUCTURE ...)
; x-compiling (DEFUN DUMP-RATIO ...)
; x-compiling (DEFUN DUMP-INTEGER ...)
; x-compiling (DEFUN DUMP-FLOAT ...)
; x-compiling (DEFUN DUMP-COMPLEX-SINGLE-FLOAT ...)
; x-compiling (DEFUN DUMP-COMPLEX-DOUBLE-FLOAT ...)
; x-compiling (DEFUN DUMP-COMPLEX-RATIONAL ...)
; x-compiling (DEFUN DUMP-COMPLEX ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN DUMP-PACKAGE ...)
; x-compiling (DEFUN DUMP-LIST ...)
; x-compiling (DEFUN TERMINATE-DOTTED-LIST ...)
; x-compiling (DEFUN TERMINATE-UNDOTTED-LIST ...)
; x-compiling (DEFUN DUMP-ARRAY ...)
; x-compiling (DEFUN DUMP-VECTOR ...)
; x-compiling (DEFUN DUMP-SIMPLE-VECTOR ...)
; x-compiling (DEFUN OCTET-SWAP ...)
; x-compiling (DEFUN DUMP-I-VECTOR ...)
; x-compiling (DEFUN DUMP-CHARACTER ...)
; x-compiling (DEFUN DUMP-BASE-CHARS-OF-STRING ...)
; x-compiling (DEFUN DUMP-SIMPLE-BASE-STRING ...)
; x-compiling (DEFUN DUMP-SYMBOL ...)
; x-compiling (DEFUN DUMP-SEGMENT ...)
; x-compiling (DEFUN DUMP-FIXUPS ...)
; x-compiling (DEFUN DUMP-CODE-OBJECT ...)
; x-compiling (DEFUN DUMP-ASSEMBLER-ROUTINES ...)
; x-compiling (DEFUN DUMP-ONE-ENTRY ...)
; x-compiling (DEFUN DUMP-ALTER-CODE-OBJECT ...)
; x-compiling (DEFUN FASL-DUMP-COMPONENT ...)
; x-compiling (DEFUN DUMP-PUSH-PREVIOUSLY-DUMPED-FUN ...)
; x-compiling (DEFUN FASL-DUMP-TOPLEVEL-LAMBDA-CALL ...)
; x-compiling (DEFUN FASL-DUMP-SOURCE-INFO ...)
; x-compiling (DEFUN DUMP-STRUCTURE ...)
; x-compiling (DEFUN DUMP-LAYOUT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/dump.lisp-obj-tmp written
; compilation finished in 0:00:00.890
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/main.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DECLAIM (SPECIAL *CONSTANTS* ...))
; x-compiling (DEFVAR *FLAME-ON-NECESSARILY-UNDEFINED-THING* ...)
; x-compiling (DEFVAR *CHECK-CONSISTENCY* ...)
; x-compiling (DEFVAR *LOOP-ANALYZE* ...)
; x-compiling (DEFVAR *COMPILER-TRACE-OUTPUT* ...)
; x-compiling (DEFVAR *BLOCK-COMPILE*)
; x-compiling (DEFVAR *BLOCK-COMPILE-ARG*)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFVAR *ENTRY-POINTS*)
; x-compiling (DECLAIM (LIST *ENTRY-POINTS*))
; x-compiling (DEFVAR *TOPLEVEL-LAMBDAS*)
; x-compiling (DECLAIM (LIST *TOPLEVEL-LAMBDAS*))
; x-compiling (DEFVAR *TOP-LEVEL-FORM-NOTED* ...)
; x-compiling (DEFVAR SB-XC:*COMPILE-VERBOSE* ...)
; x-compiling (DEFVAR SB-XC:*COMPILE-PRINT* ...)
; x-compiling (DEFVAR *COMPILE-PROGRESS* ...)
; x-compiling (DEFVAR SB-XC:*COMPILE-FILE-PATHNAME* ...)
; x-compiling (DEFVAR SB-XC:*COMPILE-FILE-TRUENAME* ...)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFVAR *SOURCE-INFO* ...)
; x-compiling (DEFVAR *IN-COMPILATION-UNIT* ...)
; x-compiling (DEFVAR *ABORTED-COMPILATION-UNIT-COUNT*)
; x-compiling (DEFUN MAYBE-MUMBLE ...)
; x-compiling (DEFTYPE OBJECT ...)
; x-compiling (DEFVAR *COMPILE-OBJECT* ...)
; x-compiling (DECLAIM (TYPE OBJECT ...))
; x-compiling (DEFVAR *COMPILE-TOPLEVEL-OBJECT* ...)
; x-compiling (DEFVAR *EMIT-CFASL* ...)
; x-compiling (DEFVAR *FOPCOMPILE-LABEL-COUNTER*)
; x-compiling (DEFVAR *CODE-COVERAGE-RECORDS* ...)
; x-compiling (DEFVAR *CODE-COVERAGE-BLOCKS* ...)
; x-compiling (DEFVAR *CODE-COVERAGE-INFO* ...)
; x-compiling (DEFMACRO SB-XC:WITH-COMPILATION-UNIT ...)
; x-compiling (DEFVAR *SOURCE-PLIST* ...)
; x-compiling (DEFVAR *SOURCE-NAMESTRING* ...)
; x-compiling (DEFUN %WITH-COMPILATION-UNIT ...)
; x-compiling (DEFUN NAME-RESERVED-BY-ANSI-P ...)
; x-compiling (DEFUN SUMMARIZE-COMPILATION-UNIT ...)
; x-compiling (DEFMACRO WITH-COMPILATION-VALUES ...)
; x-compiling (DEFPARAMETER *MAX-OPTIMIZE-ITERATIONS* ...)
; x-compiling (DEFEVENT IR1-OPTIMIZE-UNTIL-DONE ...)
; x-compiling (DEFEVENT IR1-OPTIMIZE-MAXED-OUT ...)
; x-compiling (DEFUN IR1-OPTIMIZE-UNTIL-DONE ...)
; x-compiling (DEFPARAMETER *CONSTRAINT-PROPAGATE* ...)
; x-compiling (DEFPARAMETER *REOPTIMIZE-AFTER-TYPE-CHECK-MAX* ...)
; x-compiling (DEFEVENT REOPTIMIZE-MAXED-OUT ...)
; x-compiling (DEFUN DFO-AS-NEEDED ...)
; x-compiling (DEFUN IR1-PHASES ...)
; x-compiling (DEFUN %COMPILE-COMPONENT ...)
; x-compiling (DEFUN DELETE-IF-NO-ENTRIES ...)
; x-compiling (DEFUN COMPILE-COMPONENT ...)
; x-compiling (DEFUN CLEAR-CONSTANT-INFO ...)
; x-compiling (DEFUN CLEAR-IR1-INFO ...)
; x-compiling (DEFUN CLEAR-STUFF ...)
; x-compiling (DEFUN DESCRIBE-COMPONENT ...)
; x-compiling (DEFUN DESCRIBE-IR2-COMPONENT ...)
; x-compiling (DEF!STRUCT (FILE-INFO # ...) ...)
; x-compiling (DEF!STRUCT (SOURCE-INFO # ...) ...)
; x-compiling (DEFUN MAKE-FILE-SOURCE-INFO ...)
; x-compiling (DEFUN MAKE-LISP-SOURCE-INFO ...)
; x-compiling (DEFUN GET-TOPLEVELISH-FILE-INFO ...)
; x-compiling (DEFUN READ-FOR-COMPILE-FILE ...)
; x-compiling (DEFUN GET-SOURCE-STREAM ...)
; x-compiling (DEFUN CLOSE-SOURCE-INFO ...)
; x-compiling (DEFMACRO DO-FORMS-FROM-INFO ...)
; x-compiling (DEFUN SUB-SUB-COMPILE-FILE ...)
; x-compiling (DEFUN FIND-SOURCE-ROOT ...)
; x-compiling (DEFUN CONVERT-AND-MAYBE-COMPILE ...)
; x-compiling (DEFUN PREPROCESSOR-MACROEXPAND-1 ...)
; x-compiling (DEFUN PROCESS-TOPLEVEL-PROGN ...)
; x-compiling (DEFUN PROCESS-TOPLEVEL-LOCALLY ...)
; x-compiling (DEFUN PARSE-EVAL-WHEN-SITUATIONS ...)
; x-compiling (DEFUN FUNCTIONAL-COMPONENTS ...)
; x-compiling (DEFUN MAKE-FUNCTIONAL-FROM-TOPLEVEL-LAMBDA ...)
; x-compiling (DEFUN %COMPILE ...)
; x-compiling (DEFUN PROCESS-TOPLEVEL-COLD-FSET ...)
; x-compiling (DEFUN NOTE-TOP-LEVEL-FORM ...)
; x-compiling (DEFUN EVAL-COMPILE-TOPLEVEL ...)
; x-compiling (DEFUN PROCESS-TOPLEVEL-FORM ...)
; x-compiling (DEFUN PRODUCING-FASL-FILE ...)
; x-compiling (DEFUN COMPILE-LOAD-TIME-VALUE ...)
; x-compiling (DEFUN COMPILE-MAKE-LOAD-FORM-INIT-FORMS ...)
; x-compiling (DEFUN COMPILE-LOAD-TIME-STUFF ...)
; x-compiling (DEFUN COMPILE-LOAD-TIME-VALUE-LAMBDA ...)
; x-compiling (DEFUN OBJECT-CALL-TOPLEVEL-LAMBDA ...)
; x-compiling (DEFUN SUB-COMPILE-TOPLEVEL-LAMBDAS ...)
; x-compiling (DEFUN COMPILE-TOPLEVEL-LAMBDAS ...)
; x-compiling (DEFUN COMPILE-TOPLEVEL ...)
; x-compiling (DEFUN FINISH-BLOCK-COMPILATION ...)
; x-compiling (DEFUN HANDLE-CONDITION-P ...)
; x-compiling (DEFUN HANDLE-CONDITION-HANDLER ...)
; x-compiling (DEFUN SUB-COMPILE-FILE ...)
; x-compiling (DEFUN VERIFY-SOURCE-FILE ...)
; x-compiling (DEFUN ELAPSED-TIME-TO-STRING ...)
; x-compiling (DEFUN PRINT-COMPILE-START-NOTE ...)
; x-compiling (DEFUN PRINT-COMPILE-END-NOTE ...)
; x-compiling (DEFUN SB-XC:COMPILE-FILE ...)
; x-compiling (DEFUN CFP-OUTPUT-FILE-DEFAULT ...)
; x-compiling (DEFUN SB-XC:COMPILE-FILE-PATHNAME ...)
; x-compiling (DEFVAR *CONSTANTS-BEING-CREATED* ...)
; x-compiling (DEFVAR *CONSTANTS-CREATED-SINCE-LAST-INIT* ...)
; x-compiling (DEFUN EMIT-MAKE-LOAD-FORM ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/main.lisp-obj-tmp written
; compilation finished in 0:00:03.971
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/xref.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFVAR *XREF-KINDS* ...)
; x-compiling (DEFUN RECORD-COMPONENT-XREFS ...)
; x-compiling (DEFUN CALL-WITH-BLOCK-EXTERNAL-FUNCTIONALS ...)
; x-compiling (DEFUN RECORD-NODE-XREFS ...)
; x-compiling (DEFUN INTERNAL-NAME-P ...)
; x-compiling (DEFUN RECORD-XREF ...)
; x-compiling (DEFUN RECORD-MACROEXPANSION ...)
; x-compiling (DEFUN RECORD-CALL ...)
; x-compiling (DEFUN PACK-XREF-DATA ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/xref.lisp-obj-tmp written
; compilation finished in 0:00:00.119
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/code/source-location.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEF!STRUCT (DEFINITION-SOURCE-LOCATION #) ...)
; x-compiling (DEFUN MAKE-FILE-INFO-NAMESTRING ...)
; x-compiling (DEFINE-COMPILER-MACRO SOURCE-LOCATION ...)
; x-compiling (SETF (SYMBOL-FUNCTION #) ...)
; x-compiling (/SHOW0 "/Processing source location thunks")
; x-compiling (DOLIST (FUN *SOURCE-LOCATION-THUNKS*) ...)
; x-compiling (MAKUNBOUND (QUOTE *SOURCE-LOCATION-THUNKS*))
; x-compiling (/SHOW0 "/Done with source location thunks")
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/code/source-location.lisp-obj-tmp written
; compilation finished in 0:00:00.251
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/target-main.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFUN GET-LAMBDA-TO-COMPILE ...)
; x-compiling (DEFUN ACTUALLY-COMPILE ...)
; x-compiling (DEFUN COMPILE-IN-LEXENV ...)
; x-compiling (DEFUN COMPILE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/target-main.lisp-obj-tmp written
; compilation finished in 0:00:00.379
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir1tran.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DECLAIM (SPECIAL *COMPILER-ERROR-BAILOUT*))
; x-compiling (DECLAIM (TYPE INDEX ...))
; x-compiling (DEFVAR *CURRENT-FORM-NUMBER*)
; x-compiling (DECLAIM (HASH-TABLE *SOURCE-PATHS*))
; x-compiling (DEFVAR *SOURCE-PATHS*)
; x-compiling (DECLAIM (INLINE SOURCE-FORM-HAS-PATH-P))
; x-compiling (DEFUN SOURCE-FORM-HAS-PATH-P ...)
; x-compiling (DEFUN GET-SOURCE-PATH ...)
; x-compiling (DEFUN ENSURE-SOURCE-PATH ...)
; x-compiling (DEFUN SIMPLIFY-SOURCE-PATH-FORM ...)
; x-compiling (DEFUN NOTE-SOURCE-PATH ...)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFVAR *CURRENT-COMPONENT*)
; x-compiling (DECLAIM (LIST *CURRENT-PATH*))
; x-compiling (DEFVAR *CURRENT-PATH*)
; x-compiling (DEFVAR *DERIVE-FUNCTION-TYPES* ...)
; x-compiling (DEFVAR *FUN-NAMES-IN-THIS-FILE* ...)
; x-compiling (DEFVAR *POST-BINDING-VARIABLE-LEXENV* ...)
; x-compiling (DEFUN FUN-LEXICALLY-NOTINLINE-P ...)
; x-compiling (DECLAIM (NOTINLINE MAYBE-UPDATE-INFO-FOR-GF))
; x-compiling (DEFUN MAYBE-UPDATE-INFO-FOR-GF ...)
; x-compiling (DEFUN MAYBE-DEFINED-HERE ...)
; x-compiling (DEFUN FIND-GLOBAL-FUN ...)
; x-compiling (DEFUN CLEAR-INVALID-FUNCTIONALS ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN FIND-FREE-FUN ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN FIND-LEXICALLY-APPARENT-FUN ...)
; x-compiling (DEFUN MAYBE-FIND-FREE-VAR ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN FIND-FREE-VAR ...)
; x-compiling (DEFUN MAYBE-EMIT-MAKE-LOAD-FORMS ...)
; x-compiling (DEFUN LINK-NODE-TO-PREVIOUS-CTRAN ...)
; x-compiling (DECLAIM (INLINE USE-CTRAN))
; x-compiling (DEFUN USE-CTRAN ...)
; x-compiling (DEFUN %USE-CTRAN ...)
; x-compiling (DEFUN INSERT-NODE-BEFORE ...)
; x-compiling (DEFUN USE-LVAR ...)
; x-compiling (DECLAIM (INLINE USE-CONTINUATION))
; x-compiling (DEFUN USE-CONTINUATION ...)
; x-compiling (DEFUN IR1-TOPLEVEL ...)
; x-compiling (DEFUN FIND-SOURCE-PATHS ...)
; x-compiling (DEFUN SUB-FIND-SOURCE-PATHS ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN IR1-CONVERT ...)
; x-compiling (DEFUN REFERENCE-CONSTANT ...)
; x-compiling (DEFUN MAYBE-REANALYZE-FUNCTIONAL ...)
; x-compiling (DEFUN REFERENCE-LEAF ...)
; x-compiling (DEFUN IR1-CONVERT-VAR ...)
; x-compiling (DEFUN FIND-COMPILER-MACRO ...)
; x-compiling (DEFUN IR1-CONVERT-FUNCTOID ...)
; x-compiling (DEFUN IR1-CONVERT-COMMON-FUNCTOID ...)
; x-compiling (DEFUN IR1-CONVERT-GLOBAL-FUNCTOID ...)
; x-compiling (DEFUN MUFFLE-WARNING-OR-DIE ...)
; x-compiling (DEFUN CAREFUL-EXPAND-MACRO ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN IR1-CONVERT-PROGN-BODY ...)
; x-compiling (DEFUN INSTRUMENT-COVERAGE ...)
; x-compiling (DEFUN MAYBE-INSTRUMENT-PROGN-LIKE ...)
; x-compiling (DEFUN RECORD-CODE-COVERAGE ...)
; x-compiling (DEFUN CLEAR-CODE-COVERAGE ...)
; x-compiling (DEFUN RESET-CODE-COVERAGE ...)
; x-compiling (DEFUN CODE-COVERAGE-RECORD-MARKED ...)
; x-compiling (DEFUN STEP-FORM-P ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN IR1-CONVERT-COMBINATION ...)
; x-compiling (DEFUN IR1-CONVERT-COMBINATION-ARGS ...)
; x-compiling (DEFUN IR1-CONVERT-SRCTRAN ...)
; x-compiling (DEFVAR *INSTRUMENT-IF-FOR-CODE-COVERAGE* ...)
; x-compiling (DEFUN IR1-CONVERT-MAYBE-PREDICATE ...)
; x-compiling (DEFUN IR1-CONVERT-COMBINATION-CHECKING-TYPE ...)
; x-compiling (DEFUN IR1-CONVERT-LOCAL-COMBINATION ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN FIND-IN-BINDINGS ...)
; x-compiling (DEFUN PROCESS-TYPE-DECL ...)
; x-compiling (DEFUN PROCESS-FTYPE-DECL ...)
; x-compiling (DEFUN PROCESS-SPECIAL-DECL ...)
; x-compiling (DEFUN MAKE-NEW-INLINEP ...)
; x-compiling (DEFUN PROCESS-INLINE-DECL ...)
; x-compiling (DEFUN FIND-IN-BINDINGS-OR-FBINDINGS ...)
; x-compiling (DEFUN PROCESS-IGNORE-DECL ...)
; x-compiling (DEFUN PROCESS-EXTENT-DECL ...)
; x-compiling (DEFVAR *SUPPRESS-VALUES-DECLARATION* ...)
; x-compiling (DEFUN PROCESS-1-DECL ...)
; x-compiling (DEFUN PROCESS-DECLS ...)
; x-compiling (DEFUN %PROCESSING-DECLS ...)
; x-compiling (DEFMACRO PROCESSING-DECLS ...)
; x-compiling (DEFUN SPECVAR-FOR-BINDING ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/ir1tran.lisp-obj-tmp written
; compilation finished in 0:00:01.065
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir1tran-lambda.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN VARIFY-LAMBDA-ARG ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN MAKE-KEYWORD-FOR-ARG ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN MAKE-LAMBDA-VARS ...)
; x-compiling (DEFUN IR1-CONVERT-AUX-BINDINGS ...)
; x-compiling (DEFUN IR1-CONVERT-SPECIAL-BINDINGS ...)
; x-compiling (DEFUN IR1-CONVERT-LAMBDA-BODY ...)
; x-compiling (DEFUN REGISTER-ENTRY-POINT ...)
; x-compiling (DEFUN CONVERT-OPTIONAL-ENTRY ...)
; x-compiling (DEFUN GENERATE-OPTIONAL-DEFAULT-ENTRY ...)
; x-compiling (DEFUN CONVERT-MORE-ENTRY ...)
; x-compiling (DEFUN IR1-CONVERT-MORE ...)
; x-compiling (DEFUN IR1-CONVERT-HAIRY-ARGS ...)
; x-compiling (DEFUN IR1-CONVERT-HAIRY-LAMBDA ...)
; x-compiling (DEFUN IR1-CONVERT-LAMBDA ...)
; x-compiling (DEFUN WRAP-FORMS-IN-DEBUG-CATCH ...)
; x-compiling (DEFUN IR1-CONVERT-LAMBDALIKE ...)
; x-compiling (DEFUN IR1-CONVERT-INLINE-LAMBDA ...)
; x-compiling (DEFUN FTYPE-FROM-LAMBDA-LIST ...)
; x-compiling (DEFUN GET-DEFINED-FUN ...)
; x-compiling (DEFUN ASSERT-NEW-DEFINITION ...)
; x-compiling (DEFUN IR1-CONVERT-INLINE-EXPANSION ...)
; x-compiling (DEFUN %SET-INLINE-EXPANSION ...)
; x-compiling (DEFUN %COMPILER-DEFUN ...)
; x-compiling (DEFUN OPTIONAL-DISPATCH-ENTRY-POINT-FUN ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/ir1tran-lambda.lisp-obj-tmp written
; compilation finished in 0:00:00.557
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir1-translators.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEF-IR1-TRANSLATOR PROGN ...)
; x-compiling (DEF-IR1-TRANSLATOR IF ...)
; x-compiling (DEFUN BEST-SUB-SOURCE-PATH ...)
; x-compiling (DEF-IR1-TRANSLATOR BLOCK ...)
; x-compiling (DEF-IR1-TRANSLATOR RETURN-FROM ...)
; x-compiling (DEFUN PARSE-TAGBODY ...)
; x-compiling (DEF-IR1-TRANSLATOR TAGBODY ...)
; x-compiling (DEF-IR1-TRANSLATOR GO ...)
; x-compiling (DEF-IR1-TRANSLATOR EVAL-WHEN ...)
; x-compiling (DEFUN %FUNCALL-IN-FOOMACROLET-LEXENV ...)
; x-compiling (DEFUN MACROLET-DEFINITIONIZE-FUN ...)
; x-compiling (DEFUN FUNCALL-IN-MACROLET-LEXENV ...)
; x-compiling (DEF-IR1-TRANSLATOR MACROLET ...)
; x-compiling (DEFUN SYMBOL-MACROLET-DEFINITIONIZE-FUN ...)
; x-compiling (DEFUN FUNCALL-IN-SYMBOL-MACROLET-LEXENV ...)
; x-compiling (DEF-IR1-TRANSLATOR SYMBOL-MACROLET ...)
; x-compiling (DEFUN EVAL-INFO-ARGS ...)
; x-compiling (DEF-IR1-TRANSLATOR %PRIMITIVE ...)
; x-compiling (DEF-IR1-TRANSLATOR QUOTE ...)
; x-compiling (DEFUN NAME-CONTEXT ...)
; x-compiling (DEFUN NAME-LAMBDALIKE ...)
; x-compiling (DEFUN FUN-NAME-LEAF ...)
; x-compiling (DEF-IR1-TRANSLATOR %%ALLOCATE-CLOSURES ...)
; x-compiling (DEFMACRO WITH-FUN-NAME-LEAF ...)
; x-compiling (DEF-IR1-TRANSLATOR FUNCTION ...)
; x-compiling (DEF-IR1-TRANSLATOR GLOBAL-FUNCTION ...)
; x-compiling (DEFUN CONSTANT-GLOBAL-FUN-NAME ...)
; x-compiling (DEFUN LVAR-CONSTANT-GLOBAL-FUN-NAME ...)
; x-compiling (DEFUN ENSURE-SOURCE-FUN-FORM ...)
; x-compiling (DEFUN ENSURE-LVAR-FUN-FORM ...)
; x-compiling (DEFTRANSFORM FUNCALL ...)
; x-compiling (DEF-IR1-TRANSLATOR %FUNCALL ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM FUNCALL ...)
; x-compiling (DEFTRANSFORM %COERCE-CALLABLE-TO-FUN ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM %COERCE-CALLABLE-TO-FUN ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN EXTRACT-LET-VARS ...)
; x-compiling (DEF-IR1-TRANSLATOR LET ...)
; x-compiling (DEF-IR1-TRANSLATOR LET* ...)
; x-compiling (DEFUN IR1-TRANSLATE-LOCALLY ...)
; x-compiling (DEF-IR1-TRANSLATOR LOCALLY ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN EXTRACT-FLET-VARS ...)
; x-compiling (DEFUN IR1-CONVERT-FBINDINGS ...)
; x-compiling (DEF-IR1-TRANSLATOR FLET ...)
; x-compiling (DEF-IR1-TRANSLATOR LABELS ...)
; x-compiling (DEFUN THE-IN-POLICY ...)
; x-compiling (DEF-IR1-TRANSLATOR THE ...)
; x-compiling (DEF-IR1-TRANSLATOR TRULY-THE ...)
; x-compiling (SETF (INFO :FUNCTION ...) ...)
; x-compiling (DEF-IR1-TRANSLATOR SETQ ...)
; x-compiling (DEFUN SETQ-VAR ...)
; x-compiling (DEF-IR1-TRANSLATOR THROW ...)
; x-compiling (DEF-IR1-TRANSLATOR %WITHIN-CLEANUP ...)
; x-compiling (DEF-IR1-TRANSLATOR %ESCAPE-FUN ...)
; x-compiling (DEF-IR1-TRANSLATOR %CLEANUP-FUN ...)
; x-compiling (DEF-IR1-TRANSLATOR CATCH ...)
; x-compiling (DEF-IR1-TRANSLATOR UNWIND-PROTECT ...)
; x-compiling (DEF-IR1-TRANSLATOR MULTIPLE-VALUE-CALL ...)
; x-compiling (DEF-IR1-TRANSLATOR MULTIPLE-VALUE-PROG1 ...)
; x-compiling (DEFUN REVERT-SOURCE-PATH ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/ir1-translators.lisp-obj-tmp written
; compilation finished in 0:00:01.119
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir1util.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFUN NODE-ENCLOSING-CLEANUP ...)
; x-compiling (DEFUN INSERT-CLEANUP-CODE ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN FIND-USES ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN PRINCIPAL-LVAR ...)
; x-compiling (DEFUN PRINCIPAL-LVAR-USE ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN %DELETE-LVAR-USE ...)
; x-compiling (DEFUN DELETE-LVAR-USE ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN ADD-LVAR-USE ...)
; x-compiling (DEFUN IMMEDIATELY-USED-P ...)
; x-compiling (DEFUN COMBINATION-DEFINED-TYPE ...)
; x-compiling (DEFUN ALMOST-IMMEDIATELY-USED-P ...)
; x-compiling (DEFUN SUBSTITUTE-LVAR ...)
; x-compiling (DEFUN SUBSTITUTE-LVAR-USES ...)
; x-compiling (DEFUN CTRAN-STARTS-BLOCK ...)
; x-compiling (DEFUN ENSURE-BLOCK-START ...)
; x-compiling (DEFUN START-BLOCK ...)
; x-compiling (DEFUN FILTER-LVAR ...)
; x-compiling (DEFUN DELETE-FILTER ...)
; x-compiling (DEFUN INSERT-CAST-BEFORE ...)
; x-compiling (DEFUN NODE-HOME-LAMBDA ...)
; x-compiling (DECLAIM (INLINE NODE-BLOCK))
; x-compiling (DEFUN NODE-BLOCK ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN NODE-COMPONENT ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN NODE-PHYSENV ...)
; x-compiling (DECLAIM (INLINE NODE-DEST))
; x-compiling (DEFUN NODE-DEST ...)
; x-compiling (DECLAIM (INLINE NODE-STACK-ALLOCATE-P))
; x-compiling (DEFUN NODE-STACK-ALLOCATE-P ...)
; x-compiling (DEFUN FLUSHABLE-COMBINATION-P ...)
; x-compiling (DEFUN LAMBDA-VAR-ORIGINAL-NAME ...)
; x-compiling (DEFUN NOTE-NO-STACK-ALLOCATION ...)
; x-compiling (DEFUN USE-GOOD-FOR-DX-P ...)
; x-compiling (DEFUN LVAR-GOOD-FOR-DX-P ...)
; x-compiling (DEFUN KNOWN-DX-COMBINATION-P ...)
; x-compiling (DEFUN DX-COMBINATION-P ...)
; x-compiling (DEFUN COMBINATION-ARGS-FLOW-CLEANLY-P ...)
; x-compiling (DEFUN REF-GOOD-FOR-DX-P ...)
; x-compiling (DEFUN TRIVIAL-LAMBDA-VAR-REF-P ...)
; x-compiling (DEFUN TRIVIAL-LAMBDA-VAR-REF-LVAR ...)
; x-compiling (DEFUN HANDLE-NESTED-DYNAMIC-EXTENT-LVARS ...)
; x-compiling (DECLAIM (INLINE BLOCK-TO-BE-DELETED-P))
; x-compiling (DEFUN BLOCK-TO-BE-DELETED-P ...)
; x-compiling (DECLAIM (INLINE NODE-TO-BE-DELETED-P))
; x-compiling (DEFUN NODE-TO-BE-DELETED-P ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN LAMBDA-BLOCK ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN LAMBDA-COMPONENT ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN BLOCK-START-NODE ...)
; x-compiling (DEFUN BLOCK-START-CLEANUP ...)
; x-compiling (DEFUN BLOCK-END-CLEANUP ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN BLOCK-HOME-LAMBDA-OR-NULL ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN BLOCK-HOME-LAMBDA ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN BLOCK-PHYSENV ...)
; x-compiling (DEFUN SOURCE-PATH-TLF-NUMBER ...)
; x-compiling (DEFUN SOURCE-PATH-ORIGINAL-SOURCE ...)
; x-compiling (DEFUN SOURCE-PATH-FORM-NUMBER ...)
; x-compiling (DEFUN SOURCE-PATH-FORMS ...)
; x-compiling (DEFUN NODE-SOURCE-FORM ...)
; x-compiling (DEFUN LVAR-SOURCE ...)
; x-compiling (DECLAIM (INLINE LVAR-USE))
; x-compiling (DEFUN LVAR-USE ...)
; x-compiling (DECLAIM (INLINE LVAR-HAS-SINGLE-USE-P))
; x-compiling (DEFUN LVAR-HAS-SINGLE-USE-P ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN CTRAN-HOME-LAMBDA-OR-NULL ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN CTRAN-HOME-LAMBDA ...)
; x-compiling (DECLAIM (INLINE CAST-SINGLE-VALUE-P))
; x-compiling (DEFUN CAST-SINGLE-VALUE-P ...)
; x-compiling (DECLAIM (INLINE LVAR-SINGLE-VALUE-P))
; x-compiling (DEFUN LVAR-SINGLE-VALUE-P ...)
; x-compiling (DEFUN PRINCIPAL-LVAR-END ...)
; x-compiling (DEFUN PRINCIPAL-LVAR-SINGLE-VALUIFY ...)
; x-compiling (DEFUN MAKE-LEXENV ...)
; x-compiling (DEFUN MAKE-RESTRICTED-LEXENV ...)
; x-compiling (DEFUN LINK-BLOCKS ...)
; x-compiling (DEFUN %LINK-BLOCKS ...)
; x-compiling (DEFUN UNLINK-BLOCKS ...)
; x-compiling (DEFUN CHANGE-BLOCK-SUCCESSOR ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN REMOVE-FROM-DFO ...)
; x-compiling (DEFUN ADD-TO-DFO ...)
; x-compiling (DEFUN MAP-BLOCK-NLXES ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN CLEAR-FLAGS ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN MAKE-EMPTY-COMPONENT ...)
; x-compiling (DEFUN NODE-ENDS-BLOCK ...)
; x-compiling (DEFUN DELETE-LAMBDA-VAR ...)
; x-compiling (DEFUN REOPTIMIZE-LAMBDA-VAR ...)
; x-compiling (DEFUN DELETE-FUNCTIONAL ...)
; x-compiling (DEFUN DELETE-LAMBDA ...)
; x-compiling (DEFUN DELETE-OPTIONAL-DISPATCH ...)
; x-compiling (DEFUN NOTE-LOCAL-FUNCTIONAL ...)
; x-compiling (DEFUN DEFINED-FUN-FUNCTIONAL ...)
; x-compiling (DEFUN DELETE-REF ...)
; x-compiling (DEFUN FLUSH-DEST ...)
; x-compiling (DEFUN DELETE-DEST ...)
; x-compiling (DEFUN DELETE-BLOCK-LAZILY ...)
; x-compiling (DEFUN MARK-FOR-DELETION ...)
; x-compiling (DEFUN DELETE-BLOCK ...)
; x-compiling (DEFUN DELETE-RETURN ...)
; x-compiling (DEFUN NOTE-UNREFERENCED-VARS ...)
; x-compiling (DEFVAR *DELETION-IGNORED-OBJECTS* ...)
; x-compiling (DEFUN PRESENT-IN-FORM ...)
; x-compiling (DEFUN NOTE-BLOCK-DELETION ...)
; x-compiling (DEFUN UNLINK-NODE ...)
; x-compiling (DEFUN CTRAN-DELETED-P ...)
; x-compiling (DEFUN NODE-DELETED ...)
; x-compiling (DEFUN DELETE-COMPONENT ...)
; x-compiling (DEFUN CLEAN-COMPONENT ...)
; x-compiling (DEFUN SPLICE-FUN-ARGS ...)
; x-compiling (DEFUN ELIMINATE-KEYWORD-ARGS ...)
; x-compiling (DEFUN EXTRACT-FUN-ARGS ...)
; x-compiling (DEFUN FLUSH-COMBINATION ...)
; x-compiling (DEFUN CHANGE-REF-LEAF ...)
; x-compiling (DEFUN SUBSTITUTE-LEAF ...)
; x-compiling (DEFUN SUBSTITUTE-LEAF-IF ...)
; x-compiling (DEFUN FIND-CONSTANT ...)
; x-compiling (DEFUN CLOSURE-VAR-P ...)
; x-compiling (DEFUN FIND-NLX-INFO ...)
; x-compiling (DEFUN NLX-INFO-LVAR ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN MAIN-ENTRY ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN LOOKS-LIKE-AN-MV-BIND ...)
; x-compiling (DEFUN XEP-P ...)
; x-compiling (DEFUN LVAR-FUN-NAME ...)
; x-compiling (DEFUN LVAR-FUN-DEBUG-NAME ...)
; x-compiling (DEFUN COMBINATION-FUN-SOURCE-NAME ...)
; x-compiling (DEFUN LET-COMBINATION ...)
; x-compiling (DEFUN LET-VAR-INITIAL-VALUE ...)
; x-compiling (DEFUN COMBINATION-LAMBDA ...)
; x-compiling (DEFVAR *INLINE-EXPANSION-LIMIT* ...)
; x-compiling (DEFUN INLINE-EXPANSION-OK ...)
; x-compiling (DEFUN ASSURE-FUNCTIONAL-LIVE-P ...)
; x-compiling (DEFUN ASSURE-LEAF-LIVE-P ...)
; x-compiling (DEFUN CALL-FULL-LIKE-P ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN CAREFUL-CALL ...)
; x-compiling (DEFFROB SPECIFIER-TYPE ...)
; x-compiling (DEFFROB VALUES-SPECIFIER-TYPE ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN FIND-KEYWORD-LVAR ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN CHECK-KEY-ARGS-CONSTANT ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN CHECK-TRANSFORM-KEYS ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN %EVENT ...)
; x-compiling (DEFUN MAKE-CAST ...)
; x-compiling (DEFUN CAST-TYPE-CHECK ...)
; x-compiling (DEFUN NOTE-SINGLE-VALUIFIED-LVAR ...)
; x-compiling (DEFUN LVAR-FUN-IS ...)
; x-compiling (DEFUN LVAR-MATCHES ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/ir1util.lisp-obj-tmp written
; compilation finished in 0:00:01.378
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir1report.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DECLAIM (SPECIAL *CURRENT-PATH*))
; x-compiling (DEFVAR *ENCLOSING-SOURCE-CUTOFF* ...)
; x-compiling (DECLAIM (TYPE UNSIGNED-BYTE ...))
; x-compiling (DEFSTRUCT (COMPILER-ERROR-CONTEXT # ...) ...)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFVAR *COMPILER-ERROR-CONTEXT* ...)
; x-compiling (DEFVAR *SOURCE-CONTEXT-METHODS* ...)
; x-compiling (DEFMACRO DEFINE-SOURCE-CONTEXT ...)
; x-compiling (DEFINE-SOURCE-CONTEXT DEFSTRUCT ...)
; x-compiling (DEFINE-SOURCE-CONTEXT FUNCTION ...)
; x-compiling (DEFINE-SOURCE-CONTEXT NAMED-LAMBDA ...)
; x-compiling (DEFUN SOURCE-FORM-CONTEXT ...)
; x-compiling (DEFUN FIND-ORIGINAL-SOURCE ...)
; x-compiling (DEFUN STRINGIFY-FORM ...)
; x-compiling (DEFUN FIND-ERROR-CONTEXT ...)
; x-compiling (DEFVAR *LAST-ERROR-CONTEXT* ...)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DEFVAR *LAST-FORMAT-STRING* ...)
; x-compiling (DEFVAR *LAST-FORMAT-ARGS* ...)
; x-compiling (DECLAIM (TYPE # ...))
; x-compiling (DECLAIM (TYPE LIST ...))
; x-compiling (DEFVAR *LAST-MESSAGE-COUNT* ...)
; x-compiling (DECLAIM (TYPE INDEX ...))
; x-compiling (DEFUN NOTE-MESSAGE-REPEATS ...)
; x-compiling (DEFMACRO PRINT-COMPILER-MESSAGE ...)
; x-compiling (DEFUN %PRINT-COMPILER-MESSAGE ...)
; x-compiling (DEFUN PRINT-COMPILER-CONDITION ...)
; x-compiling (DEFINE-CONDITION COMPILER-NOTE ...)
; x-compiling (DEFINE-CONDITION SIMPLE-COMPILER-NOTE ...)
; x-compiling (DEFINE-CONDITION CODE-DELETION-NOTE ...)
; x-compiling (DEFUN COMPILER-NOTIFY ...)
; x-compiling (DEFUN MAYBE-COMPILER-NOTIFY ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN COMPILER-MUMBLE ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN FIND-COMPONENT-NAME ...)
; x-compiling (DEFVAR *COMPILER-ERROR-COUNT*)
; x-compiling (DEFVAR *COMPILER-WARNING-COUNT*)
; x-compiling (DEFVAR *COMPILER-STYLE-WARNING-COUNT*)
; x-compiling (DEFVAR *COMPILER-NOTE-COUNT*)
; x-compiling (DEFVAR *FAILURE-P*)
; x-compiling (DEFVAR *WARNINGS-P*)
; x-compiling (DEFUN COMPILER-ERROR-HANDLER ...)
; x-compiling (DEFUN COMPILER-WARNING-HANDLER ...)
; x-compiling (DEFUN COMPILER-STYLE-WARNING-HANDLER ...)
; x-compiling (DEFVAR *UNDEFINED-WARNING-LIMIT* ...)
; x-compiling (DEFUN NOTE-UNDEFINED-REFERENCE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/ir1report.lisp-obj-tmp written
; compilation finished in 0:00:00.342
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir1opt.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFUN CONSTANT-LVAR-P ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN LVAR-VALUE ...)
; x-compiling (DECLAIM (INLINE LVAR-DERIVED-TYPE))
; x-compiling (DEFUN LVAR-DERIVED-TYPE ...)
; x-compiling (DEFUN %LVAR-DERIVED-TYPE ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN LVAR-TYPE ...)
; x-compiling (DEFUN LVAR-CONSERVATIVE-TYPE ...)
; x-compiling (DEFUN NODE-CONSERVATIVE-TYPE ...)
; x-compiling (DEFUN CONSERVATIVE-TYPE ...)
; x-compiling (DEFUN TYPE-NEEDS-CONSERVATION-P ...)
; x-compiling (DECLAIM (INLINE LVAR-EXTERNALLY-CHECKABLE-TYPE))
; x-compiling (DEFUN LVAR-EXTERNALLY-CHECKABLE-TYPE ...)
; x-compiling (DEFUN %LVAR-%EXTERNALLY-CHECKABLE-TYPE ...)
; x-compiling (DECLAIM (INLINE FLUSH-LVAR-EXTERNALLY-CHECKABLE-TYPE))
; x-compiling (DEFUN FLUSH-LVAR-EXTERNALLY-CHECKABLE-TYPE ...)
; x-compiling (DECLAIM (INLINE REOPTIMIZE-COMPONENT))
; x-compiling (DEFUN REOPTIMIZE-COMPONENT ...)
; x-compiling (DEFUN REOPTIMIZE-LVAR ...)
; x-compiling (DEFUN REOPTIMIZE-LVAR-USES ...)
; x-compiling (DEFUN DERIVE-NODE-TYPE ...)
; x-compiling (DEFUN ASSERT-LVAR-TYPE ...)
; x-compiling (DEFUN IR1-OPTIMIZE ...)
; x-compiling (DEFUN IR1-OPTIMIZE-BLOCK ...)
; x-compiling (DEFUN JOIN-SUCCESSOR-IF-POSSIBLE ...)
; x-compiling (DEFUN JOIN-BLOCKS ...)
; x-compiling (DEFUN FLUSH-DEAD-CODE ...)
; x-compiling (DEFUN FIND-RESULT-TYPE ...)
; x-compiling (DEFUN IR1-OPTIMIZE-RETURN ...)
; x-compiling (DEFUN CBLOCKS-EQUIVALENT-P ...)
; x-compiling (DEFUN IR1-OPTIMIZE-IF ...)
; x-compiling (DEFUN CONVERT-IF-IF ...)
; x-compiling (DEFUN MAYBE-DELETE-EXIT ...)
; x-compiling (DEFUN CHECK-IMPORTANT-RESULT ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN IR1-OPTIMIZE-COMBINATION ...)
; x-compiling (DEFUN XEP-TAIL-COMBINATION-P ...)
; x-compiling (DEFUN MAYBE-TERMINATE-BLOCK ...)
; x-compiling (DEFUN RECOGNIZE-KNOWN-CALL ...)
; x-compiling (DEFUN VALIDATE-CALL-TYPE ...)
; x-compiling (DEFUN PROPAGATE-FUN-CHANGE ...)
; x-compiling (DEFUN RECORD-OPTIMIZATION-FAILURE ...)
; x-compiling (DEFUN IR1-TRANSFORM ...)
; x-compiling (DECLAIM (FTYPE # ...))
; x-compiling (DEFUN GIVE-UP-IR1-TRANSFORM ...)
; x-compiling (DEFUN ABORT-IR1-TRANSFORM ...)
; x-compiling (DEFUN DELAY-IR1-TRANSFORM ...)
; x-compiling (DEFUN RETRY-DELAYED-IR1-TRANSFORMS ...)
; x-compiling (DEFUN TRANSFORM-CALL ...)
; x-compiling (DEFUN CONSTANT-FOLD-CALL ...)
; x-compiling (DEFUN PROPAGATE-TO-REFS ...)
; x-compiling (DEFUN MAYBE-INFER-ITERATION-VAR-TYPE ...)
; x-compiling (DEFTRANSFORM + ...)
; x-compiling (DEFUN PROPAGATE-FROM-SETS ...)
; x-compiling (DEFUN IR1-OPTIMIZE-SET ...)
; x-compiling (DEFUN CONSTANT-REFERENCE-P ...)
; x-compiling (DEFUN SUBSTITUTE-SINGLE-USE-LVAR ...)
; x-compiling (DEFUN DELETE-LET ...)
; x-compiling (DEFUN PROPAGATE-LET-ARGS ...)
; x-compiling (DEFUN PROPAGATE-LOCAL-CALL-ARGS ...)
; x-compiling (DEFUN IR1-OPTIMIZE-MV-COMBINATION ...)
; x-compiling (DEFUN IR1-OPTIMIZE-MV-BIND ...)
; x-compiling (DEFUN IR1-OPTIMIZE-MV-CALL ...)
; x-compiling (DEFUN CONVERT-MV-BIND-TO-LET ...)
; x-compiling (DEFOPTIMIZER (VALUES-LIST OPTIMIZER) ...)
; x-compiling (DEFTRANSFORM VALUES ...)
; x-compiling (DEFUN DELETE-CAST ...)
; x-compiling (DEFUN IR1-OPTIMIZE-CAST ...)
; x-compiling (DEFTRANSFORM MAKE-SYMBOL ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/ir1opt.lisp-obj-tmp written
; compilation finished in 0:00:00.731
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/loop.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFUN FIND-DOMINATORS ...)
; x-compiling (DEFUN DOMINATES-P ...)
; x-compiling (DEFUN LOOP-ANALYZE ...)
; x-compiling (DEFUN FIND-LOOP-BLOCKS ...)
; x-compiling (DEFUN FIND-BLOCKS-FROM-HERE ...)
; x-compiling (DEFUN NOTE-LOOP-HEAD ...)
; x-compiling (DEFUN FIND-SUPERIOR ...)
; x-compiling (DEFUN FIND-STRANGE-LOOP-BLOCKS ...)
; x-compiling (DEFUN FIND-STRANGE-LOOP-SEGMENTS ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/loop.lisp-obj-tmp written
; compilation finished in 0:00:00.079
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/ir1final.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFUN NOTE-FAILED-OPTIMIZATION ...)
; x-compiling (DEFUN FINALIZE-XEP-DEFINITION ...)
; x-compiling (DEFUN NOTE-ASSUMED-TYPES ...)
; x-compiling (DEFUN IR1-MERGE-CASTS ...)
; x-compiling (DEFUN IR1-FINALIZE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/ir1final.lisp-obj-tmp written
; compilation finished in 0:00:00.054
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/array-tran.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFUN UPGRADED-ELEMENT-TYPE-SPECIFIER-OR-GIVE-UP ...)
; x-compiling (DEFUN UPGRADED-ELEMENT-TYPE-SPECIFIER ...)
; x-compiling (DEFUN ARRAY-TYPE-UPGRADED-ELEMENT-TYPE ...)
; x-compiling (DEFUN ARRAY-TYPE-DECLARED-ELEMENT-TYPE ...)
; x-compiling (DEFUN ASSERT-NEW-VALUE-TYPE ...)
; x-compiling (DEFUN UNSUPPLIED-OR-NIL ...)
; x-compiling (DEFUN SUPPLIED-AND-TRUE ...)
; x-compiling (DEFUN ASSERT-ARRAY-RANK ...)
; x-compiling (DEFUN DERIVE-AREF-TYPE ...)
; x-compiling (DEFOPTIMIZER (ARRAY-IN-BOUNDS-P DERIVE-TYPE) ...)
; x-compiling (DEFTRANSFORM ARRAY-IN-BOUNDS-P ...)
; x-compiling (DEFOPTIMIZER (AREF DERIVE-TYPE) ...)
; x-compiling (DEFOPTIMIZER (%ASET DERIVE-TYPE) ...)
; x-compiling (DEFINE HAIRY-DATA-VECTOR-REF)
; x-compiling (DEFINE HAIRY-DATA-VECTOR-REF/CHECK-BOUNDS)
; x-compiling (DEFINE DATA-VECTOR-REF)
; x-compiling (DEFOPTIMIZER (DATA-VECTOR-REF-WITH-OFFSET DERIVE-TYPE) ...)
; x-compiling (DEFINE HAIRY-DATA-VECTOR-SET)
; x-compiling (DEFINE HAIRY-DATA-VECTOR-SET/CHECK-BOUNDS)
; x-compiling (DEFINE DATA-VECTOR-SET)
; x-compiling (DEFOPTIMIZER (DATA-VECTOR-SET-WITH-OFFSET DERIVE-TYPE) ...)
; x-compiling (DEFUN DERIVE-%WITH-ARRAY-DATA/MUMBLE-TYPE ...)
; x-compiling (DEFOPTIMIZER (%WITH-ARRAY-DATA DERIVE-TYPE) ...)
; x-compiling (DEFOPTIMIZER (%WITH-ARRAY-DATA/FP DERIVE-TYPE) ...)
; x-compiling (DEFOPTIMIZER (ARRAY-ROW-MAJOR-INDEX DERIVE-TYPE) ...)
; x-compiling (DEFOPTIMIZER (ROW-MAJOR-AREF DERIVE-TYPE) ...)
; x-compiling (DEFOPTIMIZER (%SET-ROW-MAJOR-AREF DERIVE-TYPE) ...)
; x-compiling (DEFOPTIMIZER (MAKE-ARRAY DERIVE-TYPE) ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM VECTOR ...)
; x-compiling (DEFTRANSFORM MAKE-STRING ...)
; x-compiling (DEFUN REWRITE-INITIAL-CONTENTS ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM MAKE-ARRAY ...)
; x-compiling (DEFUN TRANSFORM-MAKE-ARRAY-VECTOR ...)
; x-compiling (DEFTRANSFORM MAKE-ARRAY ...)
; x-compiling (DEFTRANSFORM MAKE-ARRAY ...)
; x-compiling (DEFTRANSFORM MAKE-ARRAY ...)
; x-compiling (DEFUN ARRAY-TYPE-DIMENSIONS-OR-GIVE-UP ...)
; x-compiling (DEFUN CONSERVATIVE-ARRAY-TYPE-COMPLEXP ...)
; x-compiling (DEFTRANSFORM ARRAY-RANK ...)
; x-compiling (DEFTRANSFORM ARRAY-DIMENSION ...)
; x-compiling (DEFTRANSFORM LENGTH ...)
; x-compiling (DEFTRANSFORM LENGTH ...)
; x-compiling (DEFTRANSFORM VECTOR-LENGTH ...)
; x-compiling (DEFTRANSFORM ARRAY-TOTAL-SIZE ...)
; x-compiling (DEFTRANSFORM ARRAY-HAS-FILL-POINTER-P ...)
; x-compiling (DEFTRANSFORM %CHECK-BOUND ...)
; x-compiling (DEF!MACRO WITH-ARRAY-DATA ...)
; x-compiling (DEF!MACRO %WITH-ARRAY-DATA-MACRO ...)
; x-compiling (DEFUN TRANSFORM-%WITH-ARRAY-DATA/MUBLE ...)
; x-compiling (DEFTRANSFORM %WITH-ARRAY-DATA ...)
; x-compiling (DEFTRANSFORM %WITH-ARRAY-DATA/FP ...)
; x-compiling (DEFINE-BIT-FROB SBIT ...)
; x-compiling (DEFINE-BIT-FROB BIT ...)
; x-compiling (DEFINE-FROB SVREF ...)
; x-compiling (DEFINE-FROB SCHAR ...)
; x-compiling (DEFINE-FROB CHAR ...)
; x-compiling (DEFTRANSFORM ARRAY-ROW-MAJOR-INDEX ...)
; x-compiling (DEFTRANSFORM AREF ...)
; x-compiling (DEFTRANSFORM %ASET ...)
; x-compiling (DEFTRANSFORM AREF ...)
; x-compiling (DEFTRANSFORM %ASET ...)
; x-compiling (DEFINE HAIRY-DATA-VECTOR-REF/CHECK-BOUNDS ...)
; x-compiling (DEFINE HAIRY-DATA-VECTOR-SET/CHECK-BOUNDS ...)
; x-compiling (DEFTRANSFORM ROW-MAJOR-AREF ...)
; x-compiling (DEFTRANSFORM %SET-ROW-MAJOR-AREF ...)
; x-compiling (DEF BIT-AND)
; x-compiling (DEF BIT-IOR)
; x-compiling (DEF BIT-XOR)
; x-compiling (DEF BIT-EQV)
; x-compiling (DEF BIT-NAND)
; x-compiling (DEF BIT-NOR)
; x-compiling (DEF BIT-ANDC1)
; x-compiling (DEF BIT-ANDC2)
; x-compiling (DEF BIT-ORC1)
; x-compiling (DEF BIT-ORC2)
; x-compiling (DEFTRANSFORM BIT-NOT ...)
; x-compiling (DEFTRANSFORM BIT-NOT ...)
; x-compiling (DEFOPTIMIZER (ARRAY-HEADER-P DERIVE-TYPE) ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/array-tran.lisp-obj-tmp written
; compilation finished in 0:00:00.470
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/seqtran.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFUN MAPFOO-TRANSFORM ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM MAPC ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM MAPCAR ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM MAPCAN ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM MAPL ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM MAPLIST ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM MAPCON ...)
; x-compiling (DEFTRANSFORM MAP ...)
; x-compiling (DEFUN BUILD-SEQUENCE-ITERATOR ...)
; x-compiling (DEFTRANSFORM %MAP ...)
; x-compiling (DEFTRANSFORM MAP-INTO ...)
; x-compiling (DEFTRANSFORM ELT ...)
; x-compiling (DEFTRANSFORM ELT ...)
; x-compiling (DEFTRANSFORM %SETELT ...)
; x-compiling (DEFTRANSFORM %SETELT ...)
; x-compiling (DEFTRANSFORM %CHECK-VECTOR-SEQUENCE-BOUNDS ...)
; x-compiling (DEF!TYPE EQ-COMPARABLE-TYPE ...)
; x-compiling (DEFUN EQ-COMPARABLE-TYPE-P ...)
; x-compiling (DEFUN SPECIALIZED-LIST-SEEK-FUNCTION-NAME ...)
; x-compiling (DEFPARAMETER *LIST-OPEN-CODE-LIMIT* ...)
; x-compiling (DEFUN TRANSFORM-LIST-ITEM-SEEK ...)
; x-compiling (DEFUN TRANSFORM-LIST-PRED-SEEK ...)
; x-compiling (DEF ADJOIN)
; x-compiling (DEF ASSOC ...)
; x-compiling (DEF MEMBER ...)
; x-compiling (DEF RASSOC ...)
; x-compiling (DEFTRANSFORM MEMQ ...)
; x-compiling (DEFTRANSFORM DELETE ...)
; x-compiling (DEFTRANSFORM DELETE-IF ...)
; x-compiling (DEFTRANSFORM FILL ...)
; x-compiling (DEFTRANSFORM FILL ...)
; x-compiling (DEFTRANSFORM FILL ...)
; x-compiling (DEF STRING< ...)
; x-compiling (DEF STRING> ...)
; x-compiling (DEF STRING<= ...)
; x-compiling (DEF STRING>= ...)
; x-compiling (DEF STRING= ...)
; x-compiling (DEF STRING/= ...)
; x-compiling (DEF STRING<* ...)
; x-compiling (DEF STRING<=* ...)
; x-compiling (DEF STRING>* ...)
; x-compiling (DEF STRING>=* ...)
; x-compiling (DEF STRING=* ...)
; x-compiling (DEF STRING/=* ...)
; x-compiling (DEF!CONSTANT VECTOR-DATA-BIT-OFFSET ...)
; x-compiling (DEFUN MAKE-REPLACE-TRANSFORM ...)
; x-compiling (DEFINE-REPLACE-TRANSFORMS)
; x-compiling (DEFINE-ONE-TRANSFORM (SIMPLE-ARRAY BASE-CHAR ...) ...)
; x-compiling (DEFINE-ONE-TRANSFORM (SIMPLE-ARRAY CHARACTER ...) ...)
; x-compiling (DEFUN FROB-BASH-TRANSFORM ...)
; x-compiling (DEFTRANSFORM UB1-BASH-COPY ...)
; x-compiling (DEFTRANSFORM UB2-BASH-COPY ...)
; x-compiling (DEFTRANSFORM UB4-BASH-COPY ...)
; x-compiling (DEFTRANSFORM UB8-BASH-COPY ...)
; x-compiling (DEFTRANSFORM UB16-BASH-COPY ...)
; x-compiling (DEFTRANSFORM UB32-BASH-COPY ...)
; x-compiling (DEFTRANSFORM UB64-BASH-COPY ...)
; x-compiling (DEFUN MAYBE-EXPAND-COPY-LOOP-INLINE ...)
; x-compiling (DEFUN EXPAND-AREF-COPY-LOOP ...)
; x-compiling (DEFTRANSFORM SUBSEQ ...)
; x-compiling (DEFTRANSFORM SUBSEQ ...)
; x-compiling (DEFTRANSFORM SUBSEQ ...)
; x-compiling (DEFTRANSFORM COPY-SEQ ...)
; x-compiling (DEFTRANSFORM COPY-SEQ ...)
; x-compiling (DEFTRANSFORM COPY-SEQ ...)
; x-compiling (DEFTRANSFORM SEARCH ...)
; x-compiling (DEFVAR *CONCATENATE-OPEN-CODE-LIMIT* ...)
; x-compiling (DEFTRANSFORM CONCATENATE ...)
; x-compiling (DEFOPTIMIZER (CAR DERIVE-TYPE) ...)
; x-compiling (DEFOPTIMIZER (CDR DERIVE-TYPE) ...)
; x-compiling (DEFUN CHECK-INLINEABILITY-OF-FIND-POSITION-IF ...)
; x-compiling (DEF %FIND-POSITION-IF ...)
; x-compiling (DEF %FIND-POSITION-IF-NOT ...)
; x-compiling (DEFTRANSFORM %FIND-POSITION ...)
; x-compiling (DEFUN %FIND-POSITION-OR-FIND-POSITION-IF-VECTOR-EXPANSION ...)
; x-compiling (DEF!MACRO %FIND-POSITION-VECTOR-MACRO ...)
; x-compiling (DEF!MACRO %FIND-POSITION-IF-VECTOR-MACRO ...)
; x-compiling (DEF!MACRO %FIND-POSITION-IF-NOT-VECTOR-MACRO ...)
; x-compiling (DEFTRANSFORM %FIND-POSITION-IF ...)
; x-compiling (DEFTRANSFORM %FIND-POSITION-IF-NOT ...)
; x-compiling (DEFTRANSFORM %FIND-POSITION ...)
; x-compiling (DEFTRANSFORM %FIND-POSITION ...)
; x-compiling (DEFTRANSFORM %FIND-POSITION ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM EFFECTIVE-FIND-POSITION-TEST ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM EFFECTIVE-FIND-POSITION-KEY ...)
; x-compiling (DEFINE-FIND-POSITION FIND ...)
; x-compiling (DEFINE-FIND-POSITION POSITION ...)
; x-compiling (DEFINE-FIND-POSITION-IF FIND-IF ...)
; x-compiling (DEFINE-FIND-POSITION-IF POSITION-IF ...)
; x-compiling (DEFINE-FIND-POSITION-IF-NOT FIND-IF-NOT ...)
; x-compiling (DEFINE-FIND-POSITION-IF-NOT POSITION-IF-NOT ...)
; x-compiling (DEFINE-TRIMMER-TRANSFORM STRING-LEFT-TRIM ...)
; x-compiling (DEFINE-TRIMMER-TRANSFORM STRING-RIGHT-TRIM ...)
; x-compiling (DEFINE-TRIMMER-TRANSFORM STRING-TRIM ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/seqtran.lisp-obj-tmp written
; compilation finished in 0:00:00.685
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/typetran.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFMACRO DEFINE-TYPE-PREDICATE ...)
; x-compiling (DEFUN %DEFINE-TYPE-PREDICATE ...)
; x-compiling (DEFTRANSFORM TYPEP ...)
; x-compiling (DEFUN IR1-TRANSFORM-TYPE-PREDICATE ...)
; x-compiling (DEFTRANSFORM %TYPEP ...)
; x-compiling (DEFTRANSFORM FOLD-TYPE-PREDICATE ...)
; x-compiling (DEFTRANSFORM FIND-CLASSOID ...)
; x-compiling (DEFUN !DEFINE-STANDARD-TYPE-PREDICATES ...)
; x-compiling (!DEFINE-STANDARD-TYPE-PREDICATES)
; x-compiling (DEFINE-SOURCE-TRANSFORM ATOM ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM BASE-CHAR-P ...)
; x-compiling (DEFUN TRANSFORM-NUMERIC-BOUND-TEST ...)
; x-compiling (DEFUN SOURCE-TRANSFORM-NUMERIC-TYPEP ...)
; x-compiling (DEFUN SOURCE-TRANSFORM-HAIRY-TYPEP ...)
; x-compiling (DEFUN SOURCE-TRANSFORM-NEGATION-TYPEP ...)
; x-compiling (DEFUN SOURCE-TRANSFORM-UNION-TYPEP ...)
; x-compiling (DEFUN SOURCE-TRANSFORM-INTERSECTION-TYPEP ...)
; x-compiling (DEFUN SOURCE-TRANSFORM-CONS-TYPEP ...)
; x-compiling (DEFUN SOURCE-TRANSFORM-CHARACTER-SET-TYPEP ...)
; x-compiling (DEFUN FIND-SUPERTYPE-PREDICATE ...)
; x-compiling (DEFUN TEST-ARRAY-DIMENSIONS ...)
; x-compiling (DEFUN TEST-ARRAY-ELEMENT-TYPE ...)
; x-compiling (DEFUN SOURCE-TRANSFORM-ARRAY-TYPEP ...)
; x-compiling (DEFTRANSFORM %INSTANCE-TYPEP ...)
; x-compiling (DEFUN SOURCE-TRANSFORM-TYPEP ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM TYPEP ...)
; x-compiling (DEFOPTIMIZER (COERCE OPTIMIZER) ...)
; x-compiling (DEFUN SIMPLIFY-VECTOR-TYPE ...)
; x-compiling (DEFTRANSFORM COERCE ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/typetran.lisp-obj-tmp written
; compilation finished in 0:00:00.166
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/generic/vm-typetran.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFINE-TYPE-PREDICATE BASE-STRING-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE BIGNUMP ...)
; x-compiling (DEFINE-TYPE-PREDICATE CHARACTER-STRING-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE COMPLEX-DOUBLE-FLOAT-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE COMPLEX-SINGLE-FLOAT-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE DOUBLE-FLOAT-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE FIXNUMP ...)
; x-compiling (DEFINE-TYPE-PREDICATE LONG-FLOAT-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE RATIOP ...)
; x-compiling (DEFINE-TYPE-PREDICATE SHORT-FLOAT-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SINGLE-FLOAT-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-NIL-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-2-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-4-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-7-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-8-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-15-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-16-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-FIXNUM-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-31-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-32-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-63-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-UNSIGNED-BYTE-64-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-SIGNED-BYTE-8-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-SIGNED-BYTE-16-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-FIXNUM-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-SIGNED-BYTE-32-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-SIGNED-BYTE-64-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-SINGLE-FLOAT-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-DOUBLE-FLOAT-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-COMPLEX-SINGLE-FLOAT-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-ARRAY-COMPLEX-DOUBLE-FLOAT-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-BASE-STRING-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIMPLE-CHARACTER-STRING-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SYSTEM-AREA-POINTER-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE UNSIGNED-BYTE-64-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE SIGNED-BYTE-64-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE VECTOR-NIL-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE WEAK-POINTER-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE CODE-COMPONENT-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE LRA-P ...)
; x-compiling (DEFINE-TYPE-PREDICATE FDEFN-P ...)
; x-compiling (DEF)
; x-compiling (DEFINE-TYPE-PREDICATE %STANDARD-CHAR-P ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/generic/vm-typetran.lisp-obj-tmp written
; compilation finished in 0:00:00.026
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/float-tran.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFKNOWN %SINGLE-FLOAT ...)
; x-compiling (DEFKNOWN %DOUBLE-FLOAT ...)
; x-compiling (DEFTRANSFORM FLOAT ...)
; x-compiling (DEFTRANSFORM FLOAT ...)
; x-compiling (DEFTRANSFORM FLOAT ...)
; x-compiling (DEFTRANSFORM %SINGLE-FLOAT ...)
; x-compiling (DEFTRANSFORM %DOUBLE-FLOAT ...)
; x-compiling (FROB %RANDOM-SINGLE-FLOAT ...)
; x-compiling (FROB %RANDOM-DOUBLE-FLOAT ...)
; x-compiling (DEFTRANSFORM RANDOM ...)
; x-compiling (DEFKNOWN MAKE-SINGLE-FLOAT ...)
; x-compiling (DEFKNOWN MAKE-DOUBLE-FLOAT ...)
; x-compiling (DEFTRANSFORM MAKE-SINGLE-FLOAT ...)
; x-compiling (DEFTRANSFORM MAKE-DOUBLE-FLOAT ...)
; x-compiling (DEFKNOWN SINGLE-FLOAT-BITS ...)
; x-compiling (DEFKNOWN DOUBLE-FLOAT-HIGH-BITS ...)
; x-compiling (DEFKNOWN DOUBLE-FLOAT-LOW-BITS ...)
; x-compiling (DEFTRANSFORM FLOAT-SIGN ...)
; x-compiling (DEFTRANSFORM FLOAT-SIGN ...)
; x-compiling (DEFKNOWN DECODE-SINGLE-FLOAT ...)
; x-compiling (DEFKNOWN DECODE-DOUBLE-FLOAT ...)
; x-compiling (DEFKNOWN INTEGER-DECODE-SINGLE-FLOAT ...)
; x-compiling (DEFKNOWN INTEGER-DECODE-DOUBLE-FLOAT ...)
; x-compiling (DEFKNOWN SCALE-SINGLE-FLOAT ...)
; x-compiling (DEFKNOWN SCALE-DOUBLE-FLOAT ...)
; x-compiling (DEFTRANSFORM DECODE-FLOAT ...)
; x-compiling (DEFTRANSFORM DECODE-FLOAT ...)
; x-compiling (DEFTRANSFORM INTEGER-DECODE-FLOAT ...)
; x-compiling (DEFTRANSFORM INTEGER-DECODE-FLOAT ...)
; x-compiling (DEFTRANSFORM SCALE-FLOAT ...)
; x-compiling (DEFTRANSFORM SCALE-FLOAT ...)
; x-compiling (DEFUN SCALE-FLOAT-DERIVE-TYPE-AUX ...)
; x-compiling (DEFOPTIMIZER (SCALE-SINGLE-FLOAT DERIVE-TYPE) ...)
; x-compiling (DEFOPTIMIZER (SCALE-DOUBLE-FLOAT DERIVE-TYPE) ...)
; x-compiling (FROB %SINGLE-FLOAT ...)
; x-compiling (FROB %DOUBLE-FLOAT ...)
; x-compiling (DEFUN SAFE-CTYPE-FOR-SINGLE-COERCION-P ...)
; x-compiling (DEFTRANSFORM FLOAT-CONTAGION-ARG1 ...)
; x-compiling (DEFTRANSFORM FLOAT-CONTAGION-ARG2 ...)
; x-compiling (DOLIST (X #) ...)
; x-compiling (DOLIST (X #) ...)
; x-compiling (DEF SINGLE-FLOAT ...)
; x-compiling (DEF DOUBLE-FLOAT ...)
; x-compiling (DEFUN MAYBE-EXACT-RECIPROCAL ...)
; x-compiling (DEF SINGLE-FLOAT)
; x-compiling (DEF DOUBLE-FLOAT)
; x-compiling (DEF + ...)
; x-compiling (DEF - ...)
; x-compiling (DEF + ...)
; x-compiling (DEF - ...)
; x-compiling (DEF SINGLE-FLOAT ...)
; x-compiling (DEF DOUBLE-FLOAT ...)
; x-compiling (FROB <)
; x-compiling (FROB >)
; x-compiling (FROB =)
; x-compiling (DEFKNOWN (%TAN %SINH ...) ...)
; x-compiling (DEFKNOWN (%SIN %COS ...) ...)
; x-compiling (DEFKNOWN (%ASIN %ATAN) ...)
; x-compiling (DEFKNOWN (%ACOS) ...)
; x-compiling (DEFKNOWN (%COSH) ...)
; x-compiling (DEFKNOWN (%ACOSH %EXP ...) ...)
; x-compiling (DEFKNOWN %EXPM1 ...)
; x-compiling (DEFKNOWN (%HYPOT) ...)
; x-compiling (DEFKNOWN (%POW) ...)
; x-compiling (DEFKNOWN (%ATAN2) ...)
; x-compiling (DEFKNOWN (%SCALB) ...)
; x-compiling (DEFKNOWN (%SCALBN) ...)
; x-compiling (DEFKNOWN (%LOG1P) ...)
; x-compiling (DEF EXP ...)
; x-compiling (DEF LOG ...)
; x-compiling (DEF SQRT ...)
; x-compiling (DEF ASIN ...)
; x-compiling (DEF ACOS ...)
; x-compiling (DEF ATAN ...)
; x-compiling (DEF SINH ...)
; x-compiling (DEF COSH ...)
; x-compiling (DEF TANH ...)
; x-compiling (DEF ASINH ...)
; x-compiling (DEF ACOSH ...)
; x-compiling (DEF ATANH ...)
; x-compiling (DEF SIN ...)
; x-compiling (DEF COS ...)
; x-compiling (DEF TAN ...)
; x-compiling (DEFTRANSFORM ATAN ...)
; x-compiling (DEFTRANSFORM ATAN ...)
; x-compiling (DEFTRANSFORM EXPT ...)
; x-compiling (DEFTRANSFORM EXPT ...)
; x-compiling (DEFTRANSFORM EXPT ...)
; x-compiling (DEFTRANSFORM EXPT ...)
; x-compiling (DEFTRANSFORM LOG ...)
; x-compiling (DEFTRANSFORM ABS ...)
; x-compiling (DEFTRANSFORM ABS ...)
; x-compiling (DEFTRANSFORM PHASE ...)
; x-compiling (DEFTRANSFORM PHASE ...)
; x-compiling (DEFTRANSFORM PHASE ...)
; x-compiling (DEFUN NUMERIC-TYPE-REAL-P ...)
; x-compiling (DEFUN COERCE-NUMERIC-BOUND ...)
; x-compiling (DEFUN COMPLEX-FLOAT-TYPE ...)
; x-compiling (DEFUN FLOAT-OR-COMPLEX-FLOAT-TYPE ...)
; x-compiling (DEFUN DOMAIN-SUBTYPEP ...)
; x-compiling (DEFUN ELFUN-DERIVE-TYPE-SIMPLE ...)
; x-compiling (FROB EXP ...)
; x-compiling (FROB SINH ...)
; x-compiling (FROB TANH ...)
; x-compiling (FROB ASINH ...)
; x-compiling (FROB ASIN ...)
; x-compiling (FROB ACOS ...)
; x-compiling (FROB ACOSH ...)
; x-compiling (FROB ATANH ...)
; x-compiling (FROB SQRT ...)
; x-compiling (DEFUN SAFE-EXPT ...)
; x-compiling (DEFUN INTERVAL-EXPT-> ...)
; x-compiling (DEFUN INTERVAL-EXPT-< ...)
; x-compiling (DEFUN INTERVAL-EXPT ...)
; x-compiling (DEFUN FIXUP-INTERVAL-EXPT ...)
; x-compiling (DEFUN MERGED-INTERVAL-EXPT ...)
; x-compiling (DEFUN EXPT-DERIVE-TYPE-AUX ...)
; x-compiling (DEFOPTIMIZER (EXPT DERIVE-TYPE) ...)
; x-compiling (DEFUN LOG-DERIVE-TYPE-AUX-1 ...)
; x-compiling (DEFUN LOG-DERIVE-TYPE-AUX-2 ...)
; x-compiling (DEFOPTIMIZER (LOG DERIVE-TYPE) ...)
; x-compiling (DEFUN ATAN-DERIVE-TYPE-AUX-1 ...)
; x-compiling (DEFUN ATAN-DERIVE-TYPE-AUX-2 ...)
; x-compiling (DEFOPTIMIZER (ATAN DERIVE-TYPE) ...)
; x-compiling (DEFUN COSH-DERIVE-TYPE-AUX ...)
; x-compiling (DEFOPTIMIZER (COSH DERIVE-TYPE) ...)
; x-compiling (DEFUN PHASE-DERIVE-TYPE-AUX ...)
; x-compiling (DEFOPTIMIZER (PHASE DERIVE-TYPE) ...)
; x-compiling (DEFTRANSFORM REALPART ...)
; x-compiling (DEFTRANSFORM IMAGPART ...)
; x-compiling (DEFUN REALPART-DERIVE-TYPE-AUX ...)
; x-compiling (DEFOPTIMIZER (REALPART DERIVE-TYPE) ...)
; x-compiling (DEFUN IMAGPART-DERIVE-TYPE-AUX ...)
; x-compiling (DEFOPTIMIZER (IMAGPART DERIVE-TYPE) ...)
; x-compiling (DEFUN COMPLEX-DERIVE-TYPE-AUX-1 ...)
; x-compiling (DEFUN COMPLEX-DERIVE-TYPE-AUX-2 ...)
; x-compiling (DEFOPTIMIZER (COMPLEX DERIVE-TYPE) ...)
; x-compiling (FROB SINGLE-FLOAT)
; x-compiling (FROB DOUBLE-FLOAT)
; x-compiling (DEFUN TRIG-DERIVE-TYPE-AUX ...)
; x-compiling (DEFOPTIMIZER (SIN DERIVE-TYPE) ...)
; x-compiling (DEFOPTIMIZER (COS DERIVE-TYPE) ...)
; x-compiling (DEFOPTIMIZER (TAN DERIVE-TYPE) ...)
; x-compiling (DEFOPTIMIZER (CONJUGATE DERIVE-TYPE) ...)
; x-compiling (DEFOPTIMIZER (CIS DERIVE-TYPE) ...)
; x-compiling (DEFINE-FROBS TRUNCATE ...)
; x-compiling (DEFINE-FROBS ROUND ...)
; x-compiling (DEFTRANSFORM %UNARY-TRUNCATE ...)
; x-compiling (DEFTRANSFORM %UNARY-TRUNCATE ...)
; x-compiling (DEF SINGLE-FLOAT ...)
; x-compiling (DEF DOUBLE-FLOAT ...)
; x-compiling (DEFTRANSFORM FLOOR ...)
; x-compiling (DEFTRANSFORM CEILING ...)
; x-compiling (DEFKNOWN %UNARY-FTRUNCATE ...)
; x-compiling (DEFKNOWN %UNARY-FTRUNCATE/SINGLE ...)
; x-compiling (DEFKNOWN %UNARY-FTRUNCATE/DOUBLE ...)
; x-compiling (DEFUN %UNARY-FTRUNCATE/SINGLE ...)
; x-compiling (DEFUN %UNARY-FTRUNCATE/DOUBLE ...)
; x-compiling (DEF SINGLE-FLOAT ...)
; x-compiling (DEF DOUBLE-FLOAT ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/float-tran.lisp-obj-tmp written
; compilation finished in 0:00:02.014
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/saptran.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFTRANSFORM FOREIGN-SYMBOL-ADDRESS ...)
; x-compiling (DEFTRANSFORM FOREIGN-SYMBOL-SAP ...)
; x-compiling (DEFKNOWN (SAP< SAP<= ...) ...)
; x-compiling (DEFKNOWN SAP+ ...)
; x-compiling (DEFKNOWN SAP- ...)
; x-compiling (DEFKNOWN SAP-INT ...)
; x-compiling (DEFKNOWN INT-SAP ...)
; x-compiling (DEFSAPREF SAP-REF-8 ...)
; x-compiling (DEFSAPREF SAP-REF-16 ...)
; x-compiling (DEFSAPREF SAP-REF-32 ...)
; x-compiling (DEFSAPREF SAP-REF-64 ...)
; x-compiling (DEFSAPREF SAP-REF-WORD ...)
; x-compiling (DEFSAPREF SIGNED-SAP-REF-8 ...)
; x-compiling (DEFSAPREF SIGNED-SAP-REF-16 ...)
; x-compiling (DEFSAPREF SIGNED-SAP-REF-32 ...)
; x-compiling (DEFSAPREF SIGNED-SAP-REF-64 ...)
; x-compiling (DEFSAPREF SIGNED-SAP-REF-WORD ...)
; x-compiling (DEFSAPREF SAP-REF-SAP ...)
; x-compiling (DEFSAPREF SAP-REF-LISPOBJ ...)
; x-compiling (DEFSAPREF SAP-REF-SINGLE ...)
; x-compiling (DEFSAPREF SAP-REF-DOUBLE ...)
; x-compiling (DEFSAPREF SAP-REF-LONG ...)
; x-compiling (DEF SAP< ...)
; x-compiling (DEF SAP<= ...)
; x-compiling (DEF SAP= ...)
; x-compiling (DEF SAP>= ...)
; x-compiling (DEF SAP> ...)
; x-compiling (DEFTRANSFORM SAP+ ...)
; x-compiling (DEF SAP-REF-8)
; x-compiling (DEF %SET-SAP-REF-8 ...)
; x-compiling (DEF SIGNED-SAP-REF-8)
; x-compiling (DEF %SET-SIGNED-SAP-REF-8 ...)
; x-compiling (DEF SAP-REF-16)
; x-compiling (DEF %SET-SAP-REF-16 ...)
; x-compiling (DEF SIGNED-SAP-REF-16)
; x-compiling (DEF %SET-SIGNED-SAP-REF-16 ...)
; x-compiling (DEF SAP-REF-32)
; x-compiling (DEF %SET-SAP-REF-32 ...)
; x-compiling (DEF SIGNED-SAP-REF-32)
; x-compiling (DEF %SET-SIGNED-SAP-REF-32 ...)
; x-compiling (DEF SAP-REF-64)
; x-compiling (DEF %SET-SAP-REF-64 ...)
; x-compiling (DEF SIGNED-SAP-REF-64)
; x-compiling (DEF %SET-SIGNED-SAP-REF-64 ...)
; x-compiling (DEF SAP-REF-SAP)
; x-compiling (DEF %SET-SAP-REF-SAP ...)
; x-compiling (DEF SAP-REF-LISPOBJ)
; x-compiling (DEF %SET-SAP-REF-LISPOBJ ...)
; x-compiling (DEF SAP-REF-SINGLE)
; x-compiling (DEF %SET-SAP-REF-SINGLE ...)
; x-compiling (DEF SAP-REF-DOUBLE)
; x-compiling (DEF %SET-SAP-REF-DOUBLE ...)
; x-compiling (DEF SAP-REF-WORD ...)
; x-compiling (DEF SIGNED-SAP-REF-WORD ...)
; x-compiling (DEF %SET-SAP-REF-WORD ...)
; x-compiling (DEF %SET-SIGNED-SAP-REF-WORD ...)
; /private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/obj/from-xc/src/compiler/saptran.lisp-obj-tmp written
; compilation finished in 0:00:00.205
; compiling file "/private/tmp/homebrew-sbcl-1.0.55-NVEf/sbcl-1.0.55/src/compiler/srctran.lisp" (written 08 JAN 2012 08:08:10 PM):
; x-compiling (IN-PACKAGE "SB!C")
; x-compiling (DEFINE-SOURCE-TRANSFORM NOT ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM NULL ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM ENDP ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM IDENTITY ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM VALUES ...)
; x-compiling (DEFOPTIMIZER (CONSTANTLY DERIVE-TYPE) ...)
; x-compiling (DEFTRANSFORM COMPLEMENT ...)
; x-compiling (DEFUN DERIVE-SYMBOL-VALUE-TYPE ...)
; x-compiling (DEFOPTIMIZER (SYMBOL-VALUE DERIVE-TYPE) ...)
; x-compiling (DEFOPTIMIZER (SYMBOL-GLOBAL-VALUE DERIVE-TYPE) ...)
; x-compiling (DEFUN SOURCE-TRANSFORM-CXR ...)
; x-compiling (/SHOW0 "about to set CxR source transforms")
; x-compiling (LOOP FOR ...)
; x-compiling (/SHOW0 "done setting CxR source transforms")
; x-compiling (DEFINE-SOURCE-TRANSFORM FIRST ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM REST ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM SECOND ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM THIRD ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM FOURTH ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM FIFTH ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM SIXTH ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM SEVENTH ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM EIGHTH ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM NINTH ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM TENTH ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM LIST ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM LIST* ...)
; x-compiling (DEFOPTIMIZER (LIST* DERIVE-TYPE) ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM RPLACA ...)
; x-compiling (DEFINE-SOURCE-TRANSFORM RPLACD ...)
; x-co
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment