0.8.19.23:
authorJuho Snellman <jsnell@iki.fi>
Fri, 11 Feb 2005 07:32:33 +0000 (07:32 +0000)
committerJuho Snellman <jsnell@iki.fi>
Fri, 11 Feb 2005 07:32:33 +0000 (07:32 +0000)
commit60beb67fb92c33a934ad7710692d779760bcc39a
tree04e750d707ff54a76751664823398ca12be1d8a1
parent95dbd03af309f57cc87f73c3c32ffba8b4ad33a0
0.8.19.23:
        Optimize float/fixnum comparisons, primarily for the benefit
        of McCLIM. If the fixnum's value is in a range where it's
        guaranteed to have an exact float representation, coerce it to
        a float and do a float comparison. Otherwise fall back to the
        old behaviour of rationalizing the float.
NEWS
src/code/numbers.lisp
tests/arith.pure.lisp
version.lisp-expr