circify / compiler

Superseded by https://github.com/circify/circ
https://github.com/circify/circ
5 stars 2 forks source link

Control flow: Inlining, recursion unrolling #6

Open elefthei opened 4 years ago

elefthei commented 4 years ago

Inlining of function calls and recursions, up to _maxIteration. Should apply this before loop unrolling.

jkwoods commented 4 years ago

draft: https://github.com/circify/compiler/blob/feature/loopFlatten2/src/IR/Circify/Rewriting.hs