guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-tailify updated (d66c1c67a -> 3c83a77da)


From: Andy Wingo
Subject: [Guile-commits] branch wip-tailify updated (d66c1c67a -> 3c83a77da)
Date: Tue, 4 Jul 2023 08:40:08 -0400 (EDT)

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

    from d66c1c67a Include nfree in closure-ref, closure-set primcall params
     new d99d03039 Rework backend-specific CPS lowering
     new 3c83a77da Add lower-primcalls pass for hoot

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:
 am/bootstrap.am                                    | 15 ++--
 module/language/cps/guile-vm.scm                   | 40 +++++++++++
 .../cps/{ => guile-vm}/loop-instrumentation.scm    |  4 +-
 .../cps/{ => guile-vm}/lower-primcalls.scm         |  2 +-
 .../cps/{ => guile-vm}/reify-primitives.scm        |  2 +-
 module/language/cps/hoot.scm                       | 81 ++++++++++++++++++++++
 module/language/cps/hoot/lower-primcalls.scm       | 49 +++++++++++++
 module/language/cps/{ => hoot}/tailify.scm         |  2 +-
 module/language/cps/{ => hoot}/unify-returns.scm   |  2 +-
 module/language/cps/optimize.scm                   | 45 ++----------
 module/system/base/target.scm                      | 11 +++
 11 files changed, 202 insertions(+), 51 deletions(-)
 create mode 100644 module/language/cps/guile-vm.scm
 rename module/language/cps/{ => guile-vm}/loop-instrumentation.scm (94%)
 rename module/language/cps/{ => guile-vm}/lower-primcalls.scm (99%)
 rename module/language/cps/{ => guile-vm}/reify-primitives.scm (99%)
 create mode 100644 module/language/cps/hoot.scm
 create mode 100644 module/language/cps/hoot/lower-primcalls.scm
 rename module/language/cps/{ => hoot}/tailify.scm (99%)
 rename module/language/cps/{ => hoot}/unify-returns.scm (99%)



reply via email to

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