0.pre7.58:
authorWilliam Harold Newman <william.newman@airmail.net>
Wed, 10 Oct 2001 22:44:30 +0000 (22:44 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Wed, 10 Oct 2001 22:44:30 +0000 (22:44 +0000)
commit3c65762b927af861c9c8bc416e4cbac9a14ec0c3
treee7b6d3848b92547f93e838ce058ee5bf7b0f1fe3
parentfeae2afb12449b318f83c0de6f4c53e5f28657c2
0.pre7.58:
(aside: I screwed up CVS checkin somehow on the last version.
My local backend.lisp was modified by CR's patch but
for some reason didn't make it into the CVS repository.
Hopefully this checkin will take care of the problem.)
renamed the 8-bit tag codes from FOO-TYPE to FOO-WIDETAG,
and from type_FooBar to FOO_BAR_WIDETAG. (I used
WIDETAG instead of just TAG because I figure as long
as I'm trying to reduce the ambiguities of TYPE in old
names, I might as well minimize the ambiguity of TAG
(in the sense of THROW/CATCH) in the new names too.)
also s/fun-header-types/fun-header-widetags/
renamed TYPE-BITS to N-WIDETAG-BITS, and TYPE-MASK to
WIDETAG-MASK
renamed TypeOf to widetag_of
renamed lowtagof to lowtag_of
renamed LOWTAG-BITS to N-LOWTAG-BITS
renamed TYPE_MASK to WIDETAG_MASK
renamed N_TYPE_BITS to N_WIDETAG_BIGS
74 files changed:
package-data-list.lisp-expr
src/assembly/alpha/arith.lisp
src/assembly/alpha/array.lisp
src/assembly/x86/alloc.lisp
src/assembly/x86/arith.lisp
src/assembly/x86/array.lisp
src/code/array.lisp
src/code/bignum.lisp
src/code/class.lisp
src/code/debug-int.lisp
src/code/describe.lisp
src/code/fdefinition.lisp
src/code/fop.lisp
src/code/inspect.lisp
src/code/irrat.lisp
src/code/ntrace.lisp
src/code/numbers.lisp
src/code/print.lisp
src/code/room.lisp
src/code/symbol.lisp
src/code/target-misc.lisp
src/code/x86-vm.lisp
src/compiler/alpha/alloc.lisp
src/compiler/alpha/array.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/move.lisp
src/compiler/alpha/sap.lisp
src/compiler/alpha/system.lisp
src/compiler/alpha/type-vops.lisp
src/compiler/array-tran.lisp
src/compiler/backend.lisp
src/compiler/generic/early-objdef.lisp
src/compiler/generic/early-vm.lisp
src/compiler/generic/genesis.lisp
src/compiler/generic/objdef.lisp
src/compiler/generic/vm-fndb.lisp
src/compiler/target-disassem.lisp
src/compiler/x86/alloc.lisp
src/compiler/x86/array.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/pred.lisp
src/compiler/x86/sap.lisp
src/compiler/x86/system.lisp
src/compiler/x86/type-vops.lisp
src/runtime/alloc.c
src/runtime/alpha-assem.S
src/runtime/backtrace.c
src/runtime/breakpoint.c
src/runtime/gc.c
src/runtime/gencgc.c
src/runtime/interrupt.c
src/runtime/monitor.c
src/runtime/print.c
src/runtime/purify.c
src/runtime/runtime.h
src/runtime/search.c
src/runtime/x86-assem.S
stems-and-flags.lisp-expr
tests/interface.pure.lisp
version.lisp-expr