id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
655	Kill non-working GC cores	whiteknight	whiteknight	"There are several GC cores in src/gc/* that do not currently work, are not used/tested, and are likely to need major rewriting because of recent changes to the GC API. Some of these cores are very interesting for several academic reasons, but do nothing besides making the GC system look messier then it actually is.

src/gc/generational_ms.c is an attempt at a generational GC, but it doesn't work.

src/gc/incremental_ms.c is likewise an attempt at an incremental GC, but it also doesn't work.

src/gc/res_lea.c is an attempt to write a GC core transparently behind custom malloc calls, but it doesn't work. It also no longer respects the GC API, redefining several functions that will cause compile-time conflicts if we enable it.

I propose that all three of these be deleted to clear the way for new cores, and to require less maintenance going forward. Opinions?"	RFC	closed	normal		GC	1.1.0	medium	fixed					
