guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-tailify updated (5bb0ffb -> d4bec05)


From: Andy Wingo
Subject: [Guile-commits] branch wip-tailify updated (5bb0ffb -> d4bec05)
Date: Thu, 17 Jun 2021 15:59:00 -0400 (EDT)

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

 discard 5bb0ffb  Add tailify pass
 discard 9506386  Add new $calli expression type.
 discard f1ebef8  Add indirect-tail-call VM instruction
 discard 27b740b  Allow unchecked functions to have unboxed arguments
 discard dd6d8a9  Move live variable computation routines to utils and graphs.
     new 7bd630f  Add frame-local-ref / frame-local-set! support for type 'ptr
     new 90f18e4  Move live variable computation routines to utils and graphs.
     new 54c52e8  Allow unchecked functions to have unboxed arguments
     new a07dba9  Add indirect-tail-call VM instruction
     new 26ccc61  Add new $calli expression type.
     new 51b36c6  Add tailify pass
     new 8177f2e  Add CPS pretty-printer
     new 022e42d  Hotfix to unify (x ...) patterns in match
     new d4bec05  Add ,optimize-cps REPL meta-command

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5bb0ffb)
            \
             N -- N -- N   refs/heads/wip-tailify (d4bec05)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 9 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:
 libguile/frames.c               |  11 +-
 module/Makefile.am              |   1 +
 module/ice-9/match.upstream.scm |   6 +-
 module/language/cps/dump.scm    | 320 ++++++++++++++++++++++++++++++++++++++++
 module/system/repl/command.scm  |   9 +-
 module/system/repl/common.scm   |  26 ++--
 test-suite/tests/match.test     |  13 +-
 7 files changed, 369 insertions(+), 17 deletions(-)
 create mode 100644 module/language/cps/dump.scm



reply via email to

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