guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (d99fedc -> b31af02)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (d99fedc -> b31af02)
Date: Mon, 11 May 2015 20:46:09 +0000

wingo pushed a change to branch master
in repository guile.

      from  d99fedc   Fix convert-cps2 for "not" primcalls
       new  f95a794   Fix intset-add! transient bug
       new  7fedd7b   Fix another intset transient bug
       new  219b6f8   compute-dom-edges returns a persistent intmap
       new  5928d16   Tree-IL -> CPS2 -> CPS
       new  3ab3cde   Build CPS2 with transient intmaps
       new  9833c54   Adapt return arities in Tree-IL -> CPS2 conversion
       new  b31af02   Consolidate CPS2 above CPS in the compiler

The 7 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                       |    2 -
 module/language/cps/arities.scm          |  201 --------
 module/language/cps/compile-bytecode.scm |    2 -
 module/language/cps/intset.scm           |   10 +-
 module/language/cps2/utils.scm           |   15 +-
 module/language/tree-il/compile-cps.scm  |  751 ------------------------------
 module/language/tree-il/compile-cps2.scm |  194 +++++++-
 module/language/tree-il/spec.scm         |    7 +-
 8 files changed, 193 insertions(+), 989 deletions(-)
 delete mode 100644 module/language/cps/arities.scm
 delete mode 100644 module/language/tree-il/compile-cps.scm



reply via email to

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