|
Subject: HEADS UP: parallel GC branch merge incoming Newsgroups: gmane.comp.lang.haskell.cvs.ghc Date: 2008-06-17 14:32:04 GMT (1 year, 2 weeks, 2 days and 7 hours ago)
I'm about to dump 140 patches into HEAD from my parallel GC branch. It's
hard to get an overview of what's going in with the long history of this
branch, so here's a summary:
* parallel GC: Use +RTS -g<n> (e.g. +RTS -g2) to run the GC on multiple
cores. Automatically enabled with +RTS -N<n>.
* stack shrinking: if the stack shrinks a long way below its
high-water-mark, we return some of its memory.
* Much improved scaling with lots of threads (see #1589)
* +RTS -
|
|
|