The bug would be extremely hard to tickle with current gencgc, but
that's going to change soon.
functions with both optional and key argments.
* bug fix: regalloc doesn't barf on unused TNs due to type-directed constant
folding. (lp#729765)
+ * bug fix: Fixed an off-by-one in MAP-ALLOCATED-OBJECTS that might have caused
+ infinite loops.
changes in sbcl-1.0.49 relative to sbcl-1.0.48:
* minor incompatible change: WITH-LOCKED-HASH-TABLE no longer disables
;; pointer is still below the allocation offset
;; of the page
(when (and (not (zerop alloc-flag))
- (<= (logand page-mask addr)
- bytes-used))
+ (< (logand page-mask addr)
+ bytes-used))
;; Don't bother testing again until we
;; get past that allocation offset
(setf skip-tests-until-addr