guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (9e3a5c9 -> 253cf3d)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (9e3a5c9 -> 253cf3d)
Date: Sat, 24 Aug 2019 06:01:19 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

      from  9e3a5c9   Fix the jitless fix
       new  b1564df   Unbox floor/ceiling and trigonometric functions where 
possible
       new  253cf3d   Revert "Revert scm_c_make_char rename"

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:
 libguile/chars.c                           |  6 +--
 libguile/chars.h                           |  6 +--
 libguile/intrinsics.c                      | 24 +++++++++
 libguile/intrinsics.h                      | 19 +++++++
 libguile/jit.c                             | 27 +++++++++-
 libguile/ports.c                           |  2 +-
 libguile/print.c                           |  4 +-
 libguile/read.c                            |  2 +-
 libguile/srfi-13.c                         | 38 ++++++-------
 libguile/strings.c                         |  8 +--
 libguile/vm-engine.c                       | 20 ++++++-
 module/language/cps/effects-analysis.scm   | 20 ++++++-
 module/language/cps/reify-primitives.scm   | 20 ++++++-
 module/language/cps/slot-allocation.scm    |  4 +-
 module/language/cps/specialize-numbers.scm | 13 +++--
 module/language/cps/types.scm              | 86 ++++++++++++++++++++++++++++++
 module/language/tree-il/cps-primitives.scm |  9 ++++
 module/language/tree-il/primitives.scm     |  7 ++-
 module/system/vm/assembler.scm             | 39 ++++++++++++++
 19 files changed, 311 insertions(+), 43 deletions(-)



reply via email to

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