guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (6069fa5 -> 86e86ec)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (6069fa5 -> 86e86ec)
Date: Thu, 22 Apr 2021 02:04:43 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

    from 6069fa5  Compile fix for x86_64-MinGW.
     new fafe845  Optimize letrec* binding order in fix-letrec
     new 58ce5fa  Mark some elisp runtime modules as non-declarative
     new 8aacaad  Allow $kargs as entry of $kfun
     new 86e86ec  New pass: elide-arity-checks

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:
 am/bootstrap.am                                 |   1 +
 module/Makefile.am                              |   1 +
 module/language/cps.scm                         |  16 ++--
 module/language/cps/compile-bytecode.scm        |  13 ++-
 module/language/cps/contification.scm           |  11 ++-
 module/language/cps/cse.scm                     |   9 +-
 module/language/cps/dce.scm                     |  12 +--
 module/language/cps/elide-arity-checks.scm      | 107 ++++++++++++++++++++++++
 module/language/cps/optimize.scm                |   4 +-
 module/language/cps/simplify.scm                |   4 +-
 module/language/cps/slot-allocation.scm         |  64 +++++++-------
 module/language/cps/types.scm                   |  11 ++-
 module/language/elisp/runtime/function-slot.scm |   3 +-
 module/language/elisp/runtime/value-slot.scm    |   3 +-
 module/language/tree-il/fix-letrec.scm          |  44 +++++++++-
 module/system/base/optimize.scm                 |   1 +
 module/system/vm/assembler.scm                  |  15 ++++
 17 files changed, 259 insertions(+), 60 deletions(-)
 create mode 100644 module/language/cps/elide-arity-checks.scm



reply via email to

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