From f372dae7d971166dc4a66955ea40e54e7ab04cb4 Mon Sep 17 00:00:00 2001 From: Joe Marshall Date: Thu, 22 Sep 2011 11:51:25 -0700 Subject: [PATCH] Don't call OS_free_pages after GC flip. We don't resize the heap and we will be reusing it. --- src/microcode/memmag.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/microcode/memmag.c b/src/microcode/memmag.c index 45580386f..739e543fb 100644 --- a/src/microcode/memmag.c +++ b/src/microcode/memmag.c @@ -326,7 +326,6 @@ void std_gc_pt2 (void) { SCHEME_OBJECT * p = (get_newspace_ptr ()); - OS_free_pages (heap_start, heap_end); (void) save_tospace (save_tospace_copy, 0); Free = p; -- 2.25.1