summaryrefslogtreecommitdiff
path: root/compiler/utils/Stream.hs
Commit message (Collapse)AuthorAgeFilesLines
* Another AMP fix for StreamAustin Seipp2014-01-141-0/+9
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Fix typosGabor Greif2013-04-061-2/+2
|
* Run the complete backend (Stg -> .S) incrementally on each StgBindingSimon Marlow2012-01-261-0/+97
This is so that we can process the Stg code in constant space. Before we were generating all the C-- up front, leading to a large space leak. I haven't converted the LLVM or C back ends to the incremental scheme, but it's not hard to do.