mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
* __scm.h (GC_FREE_SEGMENTS): Disable this until we have made
freeing of segment work with the new GC scheme. (Thanks to Michael Livshin.)
This commit is contained in:
parent
a8cffa9f69
commit
d2f51eaf14
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
*/
|
||||
|
||||
/* New scheme for garbage collection */
|
||||
/* #define GUILE_NEW_GC_SCHEME */
|
||||
#define GUILE_NEW_GC_SCHEME
|
||||
|
||||
/* #define GUILE_DEBUG_FREELIST */
|
||||
|
||||
|
@ -76,7 +76,9 @@
|
|||
|
||||
/* GC should relinquish empty cons-pair arenas.
|
||||
*/
|
||||
#ifndef GUILE_NEW_GC_SCHEME
|
||||
#define GC_FREE_SEGMENTS
|
||||
#endif
|
||||
|
||||
/* Provide a scheme-accessible count-down timer that
|
||||
* generates a pseudo-interrupt.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue