guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (ee85e29 -> 90c1148)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (ee85e29 -> 90c1148)
Date: Mon, 27 Jul 2015 13:06:20 +0000

wingo pushed a change to branch master
in repository guile.

      from  ee85e29   Rotate comparisons down to loop back-edges
       new  e54fbff   Loop inversion with multiple exits
       new  ce28887   Simplify rotate-loops.scm
       new  4792577   solve-flow-equations tweak
       new  3b60e79   Loop peeling
       new  90c1148   Better codegen for $values terms that don't shuffle

The 5 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/compile-bytecode.scm |  186 +++++++++++--------
 module/language/cps/optimize.scm         |   10 +-
 module/language/cps/peel-loops.scm       |  287 ++++++++++++++++++++++++++++++
 module/language/cps/rotate-loops.scm     |   88 ++++++----
 module/language/cps/slot-allocation.scm  |   16 ++-
 module/language/cps/utils.scm            |   22 ++--
 7 files changed, 476 insertions(+), 134 deletions(-)
 create mode 100644 module/language/cps/peel-loops.scm



reply via email to

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