[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch main updated (c7632b8f9 -> 19c7969ff)
From: |
Andy Wingo |
Subject: |
[Guile-commits] branch main updated (c7632b8f9 -> 19c7969ff) |
Date: |
Thu, 24 Aug 2023 05:51:05 -0400 (EDT) |
wingo pushed a change to branch main
in repository guile.
from c7632b8f9 Revert recent change to r5rs.texi
new 55364184d Add "custom primcall converter" facility to tree-il->cps
lowering
new 1f70d597d Allow functions to mark themselves as maybe-unused
new 19c7969ff define-inlinable marks residualized procedure as maybe-unused
The 3 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 | 7 +-
module/language/tree-il/analyze.scm | 84 +++++++++------
module/language/tree-il/compile-bytecode.scm | 11 +-
module/language/tree-il/compile-cps.scm | 149 +++++++++++++++------------
module/srfi/srfi-9.scm | 9 +-
5 files changed, 155 insertions(+), 105 deletions(-)
- [Guile-commits] branch main updated (c7632b8f9 -> 19c7969ff),
Andy Wingo <=