* bug fix: compiler error when attempting to derive return value of
ARRAY-ELEMENT-TYPE when the array type was a union of intersection
types.
+ * bug fix: address-spaces overlapped on OpenBSD. (thanks to Josh
+ Elsasser)
changes in sbcl-1.0.23 relative to 1.0.22:
* enhancement: when disassembling method functions, disassembly
#!+openbsd
(progn
- (def!constant read-only-space-start #x7b000000)
- (def!constant read-only-space-end #x7b0ff000)
+ (def!constant read-only-space-start #x47000000)
+ (def!constant read-only-space-end #x470ff000)
- (def!constant static-space-start #x7b100000)
- (def!constant static-space-end #x7b1ff000)
+ (def!constant static-space-start #x47100000)
+ (def!constant static-space-end #x471ff000)
- (def!constant dynamic-space-start #x4c000000)
- (def!constant dynamic-space-end #x7b0ff000)
+ (def!constant dynamic-space-start #x48000000)
+ (def!constant dynamic-space-end #x78000000)
;; In CMUCL: 0xB0000000->0xB1000000
- (def!constant linkage-table-space-start #x7b200000)
- (def!constant linkage-table-space-end #x7b2ff000))
+ (def!constant linkage-table-space-start #x47200000)
+ (def!constant linkage-table-space-end #x472ff000))
#!+netbsd
(progn
;;; 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".)
-"1.0.23.70"
+"1.0.23.71"