guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-inlinable-exports updated (2ba5e58 -> a8e04b6


From: Andy Wingo
Subject: [Guile-commits] branch wip-inlinable-exports updated (2ba5e58 -> a8e04b6)
Date: Mon, 5 Apr 2021 15:47:17 -0400 (EDT)

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

 discard 2ba5e58  Add support for recording inlinable module exports
     new 2439413  Add support for recording inlinable module exports
     new a8e04b6  Implement cross-module inlining

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   (2ba5e58)
            \
             N -- N -- N   refs/heads/wip-inlinable-exports (a8e04b6)

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 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/ice-9/boot-9.scm              |   3 +-
 module/language/tree-il/optimize.scm |   3 +-
 module/language/tree-il/peval.scm    | 156 ++++++++++++++++++++++-------------
 3 files changed, 102 insertions(+), 60 deletions(-)



reply via email to

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