guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (50fcdfe -> eb9d442)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (50fcdfe -> eb9d442)
Date: Wed, 08 Apr 2015 15:21:03 +0000

wingo pushed a change to branch master
in repository guile.

      from  50fcdfe   Remove "free" field of $fun
       new  33ab283   Default "meet" operator is meet-error for intmap
       new  2a24395   Add intmap-prev
       new  b7668bd   Add intmap-fold.
       new  9c8d2b8   Add intset-fold, intset-fold2
       new  048d5d3   Intset-next micro-optimizations
       new  cf512e3   32-way branching in intmap.scm, not 16-way
       new  95db570   Add "transient" intmap interface
       new  49cc76a   Transient intsets
       new  eb9d442   Add "cps2" experiment

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 module/Makefile.am                |    1 +
 module/language/cps/intmap.scm    |  250 +++++++++++--
 module/language/cps/intset.scm    |  239 +++++++++++--
 module/language/cps/simplify2.scm |  747 +++++++++++++++++++++++++++++++++++++
 4 files changed, 1184 insertions(+), 53 deletions(-)
 create mode 100644 module/language/cps/simplify2.scm



reply via email to

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