Really fix bug (fixed for ppc in 0.8.7.56) on alpha
... the use of branch delay slots on the alpha values defaulting
turned out not to be the only error; in addition,
s/blt/ble/.
... now the alpha passes compiler.impure-cload.lisp
for objects of type REAL. Make it so.
** SXHASH is specified (infelicitously) to respect similarity,
which means that (SXHASH 0.0) must equal (SXHASH -0.0). Make
- it so.
+ it so. (thanks to Markus Ziegler)
planned incompatible changes in 0.8.x:
* (not done yet, but planned:) When the profiling interface settles
(tn (tn-ref-tn val)))
(defaults (cons default-lab tn))
- (inst blt temp default-lab)
+ (inst ble temp default-lab)
(inst ldl move-temp (* i n-word-bytes) ocfp-tn)
(inst subq temp (fixnumize 1) temp)
(store-stack-tn tn move-temp)))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.10.27"
+"0.8.10.28"