Somehow it feels like a combinator graph reduction machine (also related: Ben Lynn's work) can be significantly faster than directly operating on ULC terms. (We can avoid up to O(n^3) size bloat by using other combinators like Bn or Cn, or supercombinators.) (Also looks like the former lends itself well to things like typed_arena.)
List of literatures behind GHC
Somehow it feels like a combinator graph reduction machine (also related: Ben Lynn's work) can be significantly faster than directly operating on ULC terms. (We can avoid up to
O(n^3)size bloat by using other combinators likeBnorCn, or supercombinators.) (Also looks like the former lends itself well to things liketyped_arena.)List of literatures behind GHC