wingo pushed a change to branch main
in repository guile.

    from e1690f3fd Add copy-on-write support to scm_copy_file.
     new c758c99b5 New optimization: demux-lambda
     new f95bf6921 peval: Enable inlining for functions with kwargs
     new 17e8d7530 peval: Indenting.  NFC.

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:
 am/bootstrap.am                          |   3 +-
 module/language/tree-il/demux-lambda.scm | 124 ++++++++
 module/language/tree-il/optimize.scm     |   4 +-
 module/language/tree-il/peval.scm        | 478 +++++++++++++++++++------------
 module/system/base/optimize.scm          |   3 +-
 test-suite/tests/peval.test              |  14 +-
 6 files changed, 430 insertions(+), 196 deletions(-)
 create mode 100644 module/language/tree-il/demux-lambda.scm

Reply via email to