guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (a9dc553 -> 7184c17)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (a9dc553 -> 7184c17)
Date: Mon, 5 Dec 2016 21:57:48 +0000 (UTC)

wingo pushed a change to branch master
in repository guile.

      from  a9dc553   Fix two wait-condition-variable race conditions
       new  aa84489   Reimplement dynamic states
       new  7184c17   with-dynamic-state compiler and VM support

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:
 NEWS                                     |   17 ++
 doc/ref/api-scheduling.texi              |   36 +--
 doc/ref/vm.texi                          |   23 ++
 libguile/Makefile.am                     |    1 +
 libguile/__scm.h                         |    4 +
 libguile/cache-internal.h                |  111 +++++++++
 libguile/deprecated.c                    |   14 +-
 libguile/deprecated.h                    |    4 +
 libguile/dynstack.c                      |   56 ++++-
 libguile/dynstack.h                      |   15 +-
 libguile/fluids.c                        |  395 ++++++++++++++++--------------
 libguile/fluids.h                        |   25 +-
 libguile/memoize.c                       |   32 +++
 libguile/threads.c                       |   69 ++----
 libguile/threads.h                       |    3 +-
 libguile/throw.c                         |    2 +-
 libguile/vm-engine.c                     |   86 ++++---
 libguile/vm.c                            |   11 +-
 module/ice-9/boot-9.scm                  |    9 +
 module/ice-9/deprecated.scm              |   13 +
 module/language/cps/compile-bytecode.scm |    4 +
 module/language/cps/effects-analysis.scm |    4 +-
 module/language/cps/types.scm            |    4 +-
 module/language/tree-il/effects.scm      |    8 +
 module/language/tree-il/peval.scm        |   13 +
 module/language/tree-il/primitives.scm   |    2 +-
 module/system/vm/assembler.scm           |    2 +
 test-suite/tests/fluids.test             |   77 ++++++
 28 files changed, 724 insertions(+), 316 deletions(-)
 create mode 100644 libguile/cache-internal.h



reply via email to

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