Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another AMP fix for Stream | Austin Seipp | 2014-01-14 | 1 | -0/+9 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Fix typos | Gabor Greif | 2013-04-06 | 1 | -2/+2 |
| | |||||
* | Run the complete backend (Stg -> .S) incrementally on each StgBinding | Simon Marlow | 2012-01-26 | 1 | -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. |