remove performGCWithRoots()
authorSimon Marlow <simonmar@microsoft.com>
Thu, 19 Oct 2006 10:11:02 +0000 (10:11 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 19 Oct 2006 10:11:02 +0000 (10:11 +0000)
commit3633e894a07a1d198dfc964c51024853c2c96537
treeeec32a81f02a0c8cbdbca5ebf61ca1464ce1b970
parentb34e749e0a7593eaeb79ef5c656ab8ea1d42dabe
remove performGCWithRoots()
I don't think this can ever be useful, because to add more roots you
need to do it consistently for every GC.  The right way to add roots
is to use newStablePtr.
includes/RtsExternal.h
rts/Schedule.c