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 (439e127 -> cff797f


From: Andy Wingo
Subject: [Guile-commits] branch wip-inlinable-exports updated (439e127 -> cff797f)
Date: Fri, 2 Apr 2021 08:34:13 -0400 (EDT)

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

 discard 439e127  Add support for recording inlinable module exports
     new 89ad823  Optimize letrec* binding order in fix-letrec
     new 8b0cb63  Letrectify links module defs with uses
     new e692cba  Add pass to resolve free toplevel references in declarative 
modules
     new cff797f  Add support for recording inlinable module exports

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   (439e127)
            \
             N -- N -- N   refs/heads/wip-inlinable-exports (cff797f)

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 4 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                               |   1 +
 module/Makefile.am                            |   1 +
 module/language/tree-il/fix-letrec.scm        |  44 +++-
 module/language/tree-il/inlinable-exports.scm | 137 ++++++++-----
 module/language/tree-il/letrectify.scm        |  21 +-
 module/language/tree-il/optimize.scm          |   5 +-
 module/language/tree-il/resolve-free-vars.scm | 281 ++++++++++++++++++++++++++
 module/system/base/optimize.scm               |   1 +
 8 files changed, 439 insertions(+), 52 deletions(-)
 create mode 100644 module/language/tree-il/resolve-free-vars.scm



reply via email to

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