Add CPS -> RTL compiler
authorAndy Wingo <wingo@pobox.com>
Sun, 11 Aug 2013 12:08:08 +0000 (14:08 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 31 Aug 2013 07:40:56 +0000 (09:40 +0200)
commit6e8ad823359adae643007afb3a4c4f4d91c252e5
treebbeced1070771d55e653030a5f5c079619ae518e
parent934e6b95159c75fe43dfb1a8e0882d6b88ba4cbf
Add CPS -> RTL compiler

* module/Makefile.am:
* module/language/cps/compile-rtl.scm:
* module/language/cps/dfg.scm:
* module/language/cps/slot-allocation.scm: New modules.

* module/language/cps/spec.scm: Register the compiler.

* test-suite/Makefile.am:
* test-suite/tests/rtl-compilation.test: Add tests.
module/Makefile.am
module/language/cps/compile-rtl.scm [new file with mode: 0644]
module/language/cps/dfg.scm [new file with mode: 0644]
module/language/cps/slot-allocation.scm [new file with mode: 0644]
module/language/cps/spec.scm
test-suite/Makefile.am
test-suite/tests/rtl-compilation.test [new file with mode: 0644]