Skip to content
  • Simon Marlow's avatar
    remove performGCWithRoots() · 3633e894
    Simon Marlow authored
    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.
    3633e894