Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sgraf812/late-lam-lift

Paper about selective lambda lifting
https://github.com/sgraf812/late-lam-lift

Last synced: about 2 months ago
JSON representation

Paper about selective lambda lifting

Awesome Lists containing this project

README

        

# Selective Lambda Lifting

This a paper about integrating a selective lambda lifting pass late in the STG pipeline of GHC.
You can find the code here: https://github.com/sgraf812/ghc/tree/lift-lambda/compiler/simplStg/StgLiftLams

## Building

Install `lhs2TeX` and a latex environment with `latexmk` and all the packages. If you have, just run `make` and it should build the paper as `paper.pdf`.