Add contification pass
authorAndy Wingo <wingo@pobox.com>
Sat, 24 Aug 2013 13:02:57 +0000 (15:02 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 31 Aug 2013 07:40:56 +0000 (09:40 +0200)
commit8ac8e2dfeb88172deab6fe453d7a2f0ad03729d6
tree6428db856171728775e413c18fea8fd36280846b
parent6e8ad823359adae643007afb3a4c4f4d91c252e5
Add contification pass

* module/Makefile.am:
* module/language/cps/contification.scm: New pass.

* module/language/cps/compile-rtl.scm (optimize): Wire it into the
  compiler.
module/Makefile.am
module/language/cps/compile-rtl.scm
module/language/cps/contification.scm [new file with mode: 0644]