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 dab0f9d55d add a brain-dead inliner
* module/Makefile.am (TREE_IL_LANG_SOURCES):
* module/language/tree-il/inline.scm: Add a brain-dead inliner, to
  inline ((lambda () x)) => x.

* module/language/tree-il/optimize.scm (optimize!): Invoke the inliner.
2009-08-05 16:17:20 +02:00
..
analyze.scm Add unused variable analysis in the tree-il->glil compiler. 2009-07-31 00:49:22 +02:00
compile-glil.scm add1 and sub1 instructions 2009-08-05 11:55:42 +02:00
inline.scm add a brain-dead inliner 2009-08-05 16:17:20 +02:00
optimize.scm add a brain-dead inliner 2009-08-05 16:17:20 +02:00
primitives.scm add1 and sub1 instructions 2009-08-05 11:55:42 +02:00
spec.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00