tree-il -> glil compiler works now, at least in initial tests
authorAndy Wingo <wingo@pobox.com>
Fri, 15 May 2009 21:44:14 +0000 (23:44 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 15 May 2009 21:44:14 +0000 (23:44 +0200)
commitcf10678fe7014a67020c45ee02f2aabb44598adc
tree0051e1969fd774e50b6eea3b28a66eed3ce21c1c
parent073bb617eb7e5f76269ca6dba0fe498baff6f058
tree-il -> glil compiler works now, at least in initial tests

* module/language/tree-il/analyze.scm: Break analyzer out into its own
  file.

* module/language/tree-il/compile-glil.scm: Port the GHIL->GLIL compiler
  over to work on tree-il. Works, but still misses a number of important
  optimizations.

* module/language/tree-il.scm: Add <void>. Not used quite yet.

* module/language/glil.scm: Remove <glil-argument>, as it is the same as
  <glil-local> (minus an offset).

* module/language/glil/compile-assembly.scm:
* module/language/glil/decompile-assembly.scm:
* module/language/ghil/compile-glil.scm: Adapt for <glil-argument>
* removal.

* module/Makefile.am (TREE_IL_LANG_SOURCES): Reorder, and add
  analyze.scm.
module/Makefile.am
module/language/ghil/compile-glil.scm
module/language/glil.scm
module/language/glil/compile-assembly.scm
module/language/glil/decompile-assembly.scm
module/language/tree-il.scm
module/language/tree-il/analyze.scm [new file with mode: 0644]
module/language/tree-il/compile-glil.scm