guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (382cc5c -> 6154308)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (382cc5c -> 6154308)
Date: Tue, 13 Aug 2019 06:54:55 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

      from  382cc5c   Add support for optimized unboxed abs and sqrt
       new  bba4ce2   Split graph utilities out of (language cps utils)
       new  6154308   Implement "Fixing Letrec (reloaded)"

The 2 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:
 am/bootstrap.am                               |   3 +-
 module/Makefile.am                            |   4 +-
 module/language/cps/{utils.scm => graphs.scm} | 240 +------------
 module/language/cps/utils.scm                 | 295 +++-------------
 module/language/tree-il/fix-letrec.scm        | 486 ++++++++++++--------------
 5 files changed, 292 insertions(+), 736 deletions(-)
 copy module/language/cps/{utils.scm => graphs.scm} (52%)



reply via email to

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