guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch wip-tailify updated (ea482c6ea -> 1858b10fa)


From: Andy Wingo
Subject: [Guile-commits] branch wip-tailify updated (ea482c6ea -> 1858b10fa)
Date: Tue, 28 Mar 2023 10:43:36 -0400 (EDT)

wingo pushed a change to branch wip-tailify
in repository guile.

    from ea482c6ea Add tailify pass
     new 357eac48e Excise use of `record-case`
     new 1858b10fa Use tree-il-srcv instead of tree-il-src

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 module/language/cps/dump.scm                 |  14 ++-
 module/language/tree-il.scm                  |   3 +-
 module/language/tree-il/analyze.scm          | 162 +++++++++++++--------------
 module/language/tree-il/compile-bytecode.scm |   4 +-
 module/language/tree-il/compile-cps.scm      |  10 +-
 module/language/tree-il/debug.scm            |  14 +--
 module/language/tree-il/fix-letrec.scm       |  46 +++-----
 module/language/tree-il/letrectify.scm       |   4 +-
 module/language/tree-il/peval.scm            |   4 +-
 module/language/tree-il/primitives.scm       |  25 +++--
 10 files changed, 139 insertions(+), 147 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]