Update GRIN-LLVM-CodeGen.md

This commit is contained in:
Csaba Hruska 2019-03-03 07:03:09 +01:00 committed by GitHub
parent 46d6e44a48
commit a73a94cfaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,3 +120,7 @@ Node operations:
- hash cons TypeEnv to get rid of duplicate types
- use better variable names in the generated LLVM IR
- remove special heap pointer handling from codegen ; expose it in GRIN via a transfromation ; heap pointer should be a parameter and return value of `store`.
## Readings
- https://mapping-high-level-constructs-to-llvm-ir.readthedocs.io/en/latest/README.html