guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (4985ef1 -> 1e92511)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (4985ef1 -> 1e92511)
Date: Sat, 19 Nov 2016 13:55:06 +0000 (UTC)

wingo pushed a change to branch master
in repository guile.

      from  4985ef1   Explicit interrupt handling in VM
       new  705e3a8   Remove SCM_DEBUG_CELL_ACCESSES==1
       new  4ae4988   Refactor async handling to be FIFO
       new  0858431   Inline interrupts
       new  1e92511   Add asyncs test

The 4 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             |    9 ---
 libguile/async.c             |  102 +++++++++++++++++++++++++-----
 libguile/async.h             |    3 +
 libguile/gc.c                |  142 ++----------------------------------------
 libguile/gc.h                |   54 ++++------------
 libguile/list.c              |    4 --
 libguile/vm-engine.c         |   62 +++++++++++++-----
 libguile/vm.c                |    7 +++
 test-suite/tests/asyncs.test |  138 ++++++++++++++++++++++++++++++++++++++++
 9 files changed, 298 insertions(+), 223 deletions(-)
 create mode 100644 test-suite/tests/asyncs.test



reply via email to

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