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 (b07b2b7 -> 4da276d


From: Andy Wingo
Subject: [Guile-commits] branch wip-inlinable-exports updated (b07b2b7 -> 4da276d)
Date: Mon, 26 Apr 2021 11:57:09 -0400 (EDT)

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

 discard b07b2b7  Implement cross-module inlining
 discard 09e9f9f  Add support for recording inlinable module exports
 discard f47fef1  Add pass to resolve free toplevel references in declarative 
modules
 discard 15024d5  Letrectify links module defs with uses
     add 04e9245  Bump minor objcode version for new intrinsics
     new 532c241  Letrectify links module defs with uses
     new b1c3d14  Add pass to resolve free toplevel references in declarative 
modules
     new c4a4c33  Add support for recording inlinable module exports
     new 4da276d  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   (b07b2b7)
            \
             N -- N -- N   refs/heads/wip-inlinable-exports (4da276d)

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:
 libguile/loader.h              | 4 ++--
 module/system/vm/assembler.scm | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)



reply via email to

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