0.8.13.3:
authorChristophe Rhodes <csr21@cam.ac.uk>
Mon, 26 Jul 2004 10:24:40 +0000 (10:24 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Mon, 26 Jul 2004 10:24:40 +0000 (10:24 +0000)
commit7118efc35a64ece0d37d801f9f59e886402b0d22
treec01be4c792dcf84ca59b2905dbaeaa86ac888052
parent47c2f13d9cec42ff5b4f93782362579225026774
0.8.13.3:
Improve BIGNUM-GCD ever so slightly
... BIGNUM-INDEX isn't actually usefully INDEX, because we
require the ability to index individual bits.  Divide
the type by 32, then.
... rearrange bignum.lisp slightly to declare types of functions
before their use.  (Aside: I'm not sure why I need the
type declaration, given that the final compiler can
derive the type fine.  Maybe the cross-compiler is
lobotomized in some significant way here?)
src/code/bignum.lisp
src/compiler/generic/vm-type.lisp
version.lisp-expr