This commit is contained in:
Csaba Hruska 2018-02-23 12:26:59 +01:00
parent 45dfb47609
commit d0e7cc2a02

View File

@ -118,3 +118,5 @@ Node operations:
## TODO
- prune dead variables from HPTResult before converting to TypeEnv
- 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`.