guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (74f1456 -> d1cf892)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (74f1456 -> d1cf892)
Date: Sun, 1 Sep 2019 14:46:23 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

      from  74f1456   Have disassemble-file accept an optional output port
       new  d1cf892   Optimize fixnum or s64 -> f64 conversions

The 1 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:
 libguile/intrinsics.c                      |  1 +
 libguile/intrinsics.h                      |  1 +
 libguile/jit.c                             |  9 ++++++++
 libguile/vm-engine.c                       | 16 ++++++++++++-
 module/language/cps/effects-analysis.scm   |  2 ++
 module/language/cps/reify-primitives.scm   |  1 +
 module/language/cps/slot-allocation.scm    |  2 +-
 module/language/cps/specialize-numbers.scm |  9 +++++++-
 module/language/cps/type-fold.scm          | 37 ++++++++++++++++++++++++++++++
 module/language/cps/types.scm              | 14 +++++++++++
 module/language/tree-il/cps-primitives.scm |  1 +
 module/language/tree-il/primitives.scm     |  4 ++--
 module/system/vm/assembler.scm             |  4 ++++
 13 files changed, 96 insertions(+), 5 deletions(-)



reply via email to

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