1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-15 02:00:22 +02:00
guile/module/language/tree-il
Andy Wingo fa3b6e57c2 New pass: inline-constructors
* module/Makefile.am:
* module/language/cps/constructors.scm (inline-constructors): New pass.

* module/language/cps/compile-rtl.scm (optimize): Call the new pass.

* module/language/tree-il/compile-cps.scm (convert): Don't handle "list"
  specially here.
2013-10-26 21:07:27 +02:00
..
analyze.scm (language tree-il analyze) works better with RTL programs 2013-10-18 18:41:59 +02:00
canonicalize.scm Inline escape-only prompt bodies in the Tree-IL 2013-08-11 16:45:31 +02:00
compile-cps.scm New pass: inline-constructors 2013-10-26 21:07:27 +02:00
compile-glil.scm Inline escape-only prompt bodies in the Tree-IL 2013-08-11 16:45:31 +02:00
cse.scm Inline escape-only prompt bodies in the Tree-IL 2013-08-11 16:45:31 +02:00
debug.scm <prompt> body and handler are lambdas; add escape-only? field 2013-07-06 20:27:21 +09:00
effects.scm <prompt> body and handler are lambdas; add escape-only? field 2013-07-06 20:27:21 +09:00
fix-letrec.scm Tree-il post-order rewriter no longer destructive 2013-06-10 22:46:08 +02:00
inline.scm separate peval and a new canonicalization pass into their own modules 2011-09-28 19:39:39 +02:00
optimize.scm Pre-order tree-il rewrites are now non-destructive 2013-06-10 22:46:08 +02:00
peval.scm Peval: Fold `thunk?' in more cases. 2013-10-26 13:13:17 +02:00
primitives.scm Recognize tree-il variable? primitive 2013-10-26 15:25:49 +02:00
spec.scm (compile foo #:to 'cps) 2013-08-31 09:40:56 +02:00