0.8.3.53:
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 11 Sep 2003 15:49:43 +0000 (15:49 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 11 Sep 2003 15:49:43 +0000 (15:49 +0000)
commit6cc71ab8ffad49f43895ad0a1df6885c81876687
treeff702d99e7316d9e86a3e9f89afc9038b1993acf
parent88871271448fb82abbc913997b9b5ea5a92054f8
0.8.3.53:
LOGBITP fixes
... correctness fix: INDEX can be any UNSIGNED-BYTE, not just a
positive fixnum or an INDEX;
... efficiency fix: don't cons up a bignum as large as memory
when given large INDEX numbers; instead, be efficient
and grab just the relevant word of the INTEGER
argument.
NEWS
package-data-list.lisp-expr
src/code/bignum.lisp
src/code/numbers.lisp
src/compiler/fndb.lisp
src/compiler/srctran.lisp
tests/arith.pure.lisp
version.lisp-expr