guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (b6dfc84 -> bea8660)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (b6dfc84 -> bea8660)
Date: Wed, 15 Jan 2020 10:27:35 -0500 (EST)

wingo pushed a change to branch master
in repository guile.

    from b6dfc84  Declarative variables optimization limits eta-expansion
     new 2993c2d  Add eta-expansion pass after peval
     new bea8660  Disable eta-expansion in letrectification

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:
 am/bootstrap.am                        |   3 +-
 module/Makefile.am                     |   1 +
 module/language/tree-il/eta-expand.scm | 171 +++++++++++++++++++++++++++++++++
 module/language/tree-il/letrectify.scm |  75 +--------------
 module/language/tree-il/optimize.scm   |   7 +-
 5 files changed, 184 insertions(+), 73 deletions(-)
 create mode 100644 module/language/tree-il/eta-expand.scm



reply via email to

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