Re: next nightly build problem
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <0548bfc779c74a609e28b27099d6c761@HE104834.emea1.cds.t-internal.com> |
Hi, Don Cohen wrote: >I don't even know how to check in lisp what memory model is in use. It'd be guesswork. Without libsigsegv or generational GC: (time (ext:gc)) will be slow (seconds on very old machines). GC in the milliseconds range is a feature of generational GC. The memory models influence some limits, e.g. MOST-POSITIVE-FIXNUM and perhaps ARRAY-TOTAL-SIZE-LIMIT or one of the siblings. Weren't you the one once wondering about the seemingly low string size limit despite a 64 bit build? Regards, Jörg ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel