cygwin build lacks generational GC
because the MMAP autoconf test fails:
<http://cygwin.com/ml/cygwin/2004-09/msg00741.html>
Since cygwin is layered on top of win32,
and CLISP already provides generational GC on win32,
there is no fundamental reason not to support it on cygwin
(not necessarily via cygwin mmap(),
maybe directly via win32).
Logged In: YES
user_id=13755
OK, I'll start working on that.
--Reini