guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (9807d2d -> c957ec7)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (9807d2d -> c957ec7)
Date: Wed, 26 Oct 2016 20:50:41 +0000 (UTC)

wingo pushed a change to branch master
in repository guile.

      from  9807d2d   Fix tree-il code generation for ECMAscript `new' 
expression.
       new  f3bfe29   Move call-with-new-thread to Scheme
       new  c957ec7   Use atomics for async interrupts

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/__scm.h            |    4 -
 libguile/_scm.h             |   24 +-----
 libguile/async.c            |  181 +++++++++++++++----------------------------
 libguile/async.h            |    1 -
 libguile/atomics-internal.h |   27 +++++++
 libguile/error.c            |    4 +-
 libguile/finalizers.c       |   26 +++----
 libguile/fports.c           |    4 +-
 libguile/gc.c               |    9 +--
 libguile/init.c             |    2 +-
 libguile/scmsigs.c          |    5 +-
 libguile/threads.c          |  103 ++++++++++--------------
 libguile/threads.h          |   18 +++--
 libguile/vm-engine.c        |   19 ++++-
 module/ice-9/threads.scm    |   33 ++++++++
 15 files changed, 215 insertions(+), 245 deletions(-)



reply via email to

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