Skip to content
  • benl's avatar
    Cure space leak in coloring register allocator · b7f448a4
    benl authored
    We now do a deep seq on the graph after it is 'built', but before coloring.
    Without this, the colorer will just force bits of it and the heap will
    fill up with half evaluated pieces of graph from previous build/spill
    stages and zillions of apply thunks.
    b7f448a4