guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (b959708 -> b02d1b0)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (b959708 -> b02d1b0)
Date: Mon, 26 Aug 2019 04:35:55 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

      from  b959708   GNU Guile 2.9.4 (alpha).
       new  b02d1b0   Compiler allocates boxed flonums in unmarked space

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/gc-inline.h                         |  6 ++++
 libguile/intrinsics.c                        | 18 ++++++++++
 libguile/intrinsics.h                        |  2 ++
 libguile/jit.c                               | 54 ++++++++++++++++++++++++++++
 libguile/vm-engine.c                         | 36 +++++++++++++++++--
 module/language/cps/compile-bytecode.scm     |  6 ++++
 module/language/cps/effects-analysis.scm     |  7 ++++
 module/language/cps/reify-primitives.scm     | 13 +++++--
 module/language/cps/specialize-primcalls.scm |  2 ++
 module/language/cps/types.scm                |  4 +++
 module/system/vm/assembler.scm               |  2 ++
 11 files changed, 145 insertions(+), 5 deletions(-)



reply via email to

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