guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (5809279 -> 8302316)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (5809279 -> 8302316)
Date: Mon, 26 Apr 2021 03:50:09 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

    from 5809279  Fix bugs introduced when allowing $kfun -> $kargs
     new 976433d  Fix cached-module-box cache keys
     new 8302316  Simplify module variable lookup slow-path

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:
 libguile/intrinsics.c                        | 21 ++++++++++++-
 libguile/intrinsics.h                        |  5 +++-
 libguile/jit.c                               | 30 +++++++++++++++++++
 libguile/vm-engine.c                         | 44 ++++++++++++++++++++++++++--
 module/language/cps/compile-bytecode.scm     |  6 ++++
 module/language/cps/effects-analysis.scm     |  4 ++-
 module/language/cps/reify-primitives.scm     | 29 ++++++++++++++++--
 module/language/tree-il/compile-bytecode.scm | 19 +++++++-----
 module/system/vm/assembler.scm               | 11 +++++++
 9 files changed, 154 insertions(+), 15 deletions(-)



reply via email to

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