From ab0e778ccfde61aed4c22679b24d175fc6cc9bf3 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 24 Oct 2006 09:13:57 +0000 Subject: Split GC.c, and move storage manager into sm/ directory In preparation for parallel GC, split up the monolithic GC.c file into smaller parts. Also in this patch (and difficult to separate, unfortunatley): - Don't include Stable.h in Rts.h, instead just include it where necessary. - consistently use STATIC_INLINE in source files, and INLINE_HEADER in header files. STATIC_INLINE is now turned off when DEBUG is on, to make debugging easier. - The GC no longer takes the get_roots function as an argument. We weren't making use of this generalisation. --- rts/Main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'rts/Main.c') diff --git a/rts/Main.c b/rts/Main.c index 5a1ab10927..6738a1cbb9 100644 --- a/rts/Main.c +++ b/rts/Main.c @@ -12,7 +12,6 @@ #include "Rts.h" #include "RtsAPI.h" #include "SchedAPI.h" -#include "Schedule.h" #include "RtsFlags.h" #include "RtsUtils.h" #include "Prelude.h" -- cgit v1.2.1