1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-24 05:20:30 +02:00
guile/module/language/tree-il
Andy Wingo 58dee5b9e4 Add compile-cps hack for vectors
* module/language/tree-il/compile-cps.scm (convert): Add a special case
  for "vector" primcalls.  Boo!
2013-11-01 08:51:52 +01: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 Add compile-cps hack for vectors 2013-11-01 08:51:52 +01:00
compile-glil.scm Tree-IL->GLIL: Fix primitive-ref reification bug 2013-10-27 09:14:04 +01: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 define! is an interesting primitive 2013-10-31 20:39:22 +01:00
spec.scm Default to compiling to RTL 2013-10-31 14:17:30 +01:00