[Openmcl-devel] Help with lap functions
gainsttime at yandex.ua
gainsttime at yandex.ua
Thu Jan 9 04:40:54 PST 2014
%address-of can be unreliable, as GC moves objects around:
(let* ((obj (cons 1 2))
(addr (%address-of obj)))
(gc)
(values addr (%address-of obj)))
416089185
415959721
More information about the Openmcl-devel
mailing list