guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch main updated (496f69d -> 6f1b620)


From: Andy Wingo
Subject: [Guile-commits] branch main updated (496f69d -> 6f1b620)
Date: Mon, 15 Nov 2021 09:43:47 -0500 (EST)

wingo pushed a change to branch main
in repository guile.

    from 496f69d  Support C99 complex types in (system foreign)
     new a227c84  Refactor compile-bytecode
     new 4fcd643  Refactor send and receive shuffles in slot allocation
     new 5c76381  Allow callk to continue to kargs
     new dad113d  Add new pass to optimize away return value count checks
     new 6f1b620  Add -Ooptimize-known-return-types at -O2

The 5 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/cps/compile-bytecode.scm | 261 ++++++++++++++-----------------
 module/language/cps/contification.scm    |   9 +-
 module/language/cps/optimize.scm         |   2 +
 module/language/cps/reify-primitives.scm |  20 ---
 module/language/cps/return-types.scm     | 170 ++++++++++++++++++++
 module/language/cps/slot-allocation.scm  | 100 +++++++-----
 module/language/cps/utils.scm            |   8 +-
 module/language/cps/verify.scm           |  14 +-
 module/language/tree-il/compile-cps.scm  |   2 +-
 module/system/base/optimize.scm          |   1 +
 12 files changed, 376 insertions(+), 213 deletions(-)
 create mode 100644 module/language/cps/return-types.scm



reply via email to

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