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/Disassembler.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rts/Disassembler.c') diff --git a/rts/Disassembler.c b/rts/Disassembler.c index f29cce2daa..8777b81c43 100644 --- a/rts/Disassembler.c +++ b/rts/Disassembler.c @@ -16,6 +16,7 @@ #include "RtsUtils.h" #include "Closures.h" #include "TSO.h" +#include "Storage.h" #include "Schedule.h" #include "Bytecodes.h" -- cgit v1.2.1