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 (163e1f5 -> b07b2b7


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

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

 discard 163e1f5  Implement cross-module inlining
 discard 292f6a5  Add support for recording inlinable module exports
 discard 8aadf7c  Add pass to resolve free toplevel references in declarative 
modules
 discard afca5fb  Letrectify links module defs with uses
     add 3961998  Fix comments in cps/compile-bytecode
     add 5809279  Fix bugs introduced when allowing $kfun -> $kargs
     add 976433d  Fix cached-module-box cache keys
     add 8302316  Simplify module variable lookup slow-path
     new e0d022c  Fix error when argument to < not a real
     new 2b58c49  Fix CPS optimizations to allow callk in front half
     new c52dc02  CPS conversion calls module variables through trampolines
     new b7822d9  Allow contification for $callk
     new 15024d5  Letrectify links module defs with uses
     new f47fef1  Add pass to resolve free toplevel references in declarative 
modules
     new 09e9f9f  Add support for recording inlinable module exports
     new b07b2b7  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   (163e1f5)
            \
             N -- N -- N   refs/heads/wip-inlinable-exports (b07b2b7)

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 8 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/intrinsics.c                        |  24 +++-
 libguile/intrinsics.h                        |   5 +-
 libguile/jit.c                               |  30 +++++
 libguile/vm-engine.c                         |  44 ++++++-
 module/language/cps/closure-conversion.scm   |  66 ++++++-----
 module/language/cps/compile-bytecode.scm     |  13 +-
 module/language/cps/contification.scm        | 170 +++++++++++++++++++++------
 module/language/cps/dce.scm                  |   7 +-
 module/language/cps/effects-analysis.scm     |   4 +-
 module/language/cps/reify-primitives.scm     |  29 ++++-
 module/language/cps/self-references.scm      |   4 +-
 module/language/cps/simplify.scm             |   2 +-
 module/language/cps/split-rec.scm            |   7 +-
 module/language/tree-il/compile-bytecode.scm |  19 +--
 module/language/tree-il/compile-cps.scm      |  88 +++++++++++++-
 module/system/vm/assembler.scm               |  11 ++
 16 files changed, 430 insertions(+), 93 deletions(-)



reply via email to

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