1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 23:50:47 +02:00
guile/module/language/tree-il
Andy Wingo 9efc833d65 add tree-il optimizer
* module/language/tree-il/optimize.scm: New module, for optimizations.
  Currently all we have is resolving some toplevel refs to primitive
  refs.

* module/Makefile.am: Add new module.

* module/language/tree-il.scm: Fix exports for accessors for `src'.

* module/language/tree-il/compile-glil.scm: Tweaks, things still aren't
  working yet.
2009-05-11 23:23:34 +02:00
..
compile-glil.scm add tree-il optimizer 2009-05-11 23:23:34 +02:00
optimize.scm add tree-il optimizer 2009-05-11 23:23:34 +02:00
spec.scm more work on tree-il compilation 2009-05-08 12:56:18 +02:00