guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (31bb0ee -> 7df3f34)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (31bb0ee -> 7df3f34)
Date: Wed, 13 May 2020 09:54:49 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

    from 31bb0ee  Another minor module compile order tweak
     new 498428f  Add with-lexicals helper; fix bug in (equal? #t (foo) #t)
     new 7df3f34  More robust reduction of equal? and eqv?

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:
 .dir-locals.el                               |   1 +
 module/language/tree-il.scm                  |  17 +++-
 module/language/tree-il/compile-bytecode.scm |  10 +-
 module/language/tree-il/compile-cps.scm      |  21 +----
 module/language/tree-il/peval.scm            |  64 ++++++++-----
 module/language/tree-il/primitives.scm       | 132 ++++++++++-----------------
 test-suite/tests/peval.test                  |  62 ++++++++++++-
 test-suite/tests/tree-il.test                |  60 ------------
 8 files changed, 175 insertions(+), 192 deletions(-)



reply via email to

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