0.8.13.35:
authorNathan Froyd <froydnj@cs.rice.edu>
Sat, 7 Aug 2004 02:24:48 +0000 (02:24 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Sat, 7 Aug 2004 02:24:48 +0000 (02:24 +0000)
commit1ca02b016cddad0800852a9d8fe7a3cb6cc7a01d
treed6a94dfc011a87d3c10429f45141bfb87e0173dc
parentee94b07644c1130e1dcadcfd2bd581bf641fa58e
0.8.13.35:
* SB!VM:WORD-LOGICAL-FOO transforms were being defined per-backend,
  when in reality they can be shared.  Make it so.
* The `length' slot in SB!VM:PRIM-SLOT-OBJECT wasn't being used;
  delete it, but retain the :LENGTH option in
  SB!VM:DEFINE-PRIMITIVE-OBJECT, because that *is* being used.
  (mostly to generate offsets for GENESIS header files)
src/compiler/alpha/arith.lisp
src/compiler/generic/vm-macs.lisp
src/compiler/generic/vm-tran.lisp
src/compiler/hppa/arith.lisp
src/compiler/mips/arith.lisp
src/compiler/ppc/arith.lisp
src/compiler/sparc/arith.lisp
src/compiler/x86-64/arith.lisp
src/compiler/x86/arith.lisp
version.lisp-expr