guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-2.1.2 updated (b5b6721 -> 6cd2491)


From: Andy Wingo
Subject: [Guile-commits] branch wip-2.1.2 updated (b5b6721 -> 6cd2491)
Date: Thu, 29 Oct 2015 09:22:44 +0000

wingo pushed a change to branch wip-2.1.2
in repository guile.

      from  b5b6721   Scalar replacement for f64->scm
       new  d22f509   Add fadd, fsub, fmul, fdiv instructions
       new  6cd2491   Add new pass to specialize "add" into "fadd" where 
possible

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:
 bootstrap/Makefile.am                      |    1 +
 libguile/vm-engine.c                       |   56 +++++++++++++-
 module/Makefile.am                         |    1 +
 module/language/cps/effects-analysis.scm   |    4 +
 module/language/cps/optimize.scm           |    3 +
 module/language/cps/specialize-numbers.scm |   91 ++++++++++++++++++++++
 module/language/cps/types.scm              |  112 ++++++++++++++++++----------
 module/system/vm/assembler.scm             |    4 +
 8 files changed, 229 insertions(+), 43 deletions(-)
 create mode 100644 module/language/cps/specialize-numbers.scm



reply via email to

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