Comment 2 for bug 870868

Revision history for this message
Nikodemus Siivola (nikodemus) wrote :

Can't use unsigned-long as apparently that's 32 bits on win64. Feh.

commit 3cd198ea8fb1635057038934730624e68b5da012
Author: Nikodemus Siivola <email address hidden>
Date: Sat Nov 19 14:16:47 2011 +0200

    unsigned long -> os_vm_size_t refactoring

     Replace a number of GC related unsigned longs with os_vm_size_t, make it
     available in on the lisp-side as well, and use where appropriate.

     Makes BYTES-CONSED-BETWEEN-GCS and its SETF-version also support large
     nurseries.