guile-commits
[Top][All Lists]
Advanced

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

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


From: Andy Wingo
Subject: [Guile-commits] branch master updated (fcb4348 -> 4985ef1)
Date: Thu, 17 Nov 2016 21:20:09 +0000 (UTC)

wingo pushed a change to branch master
in repository guile.

      from  fcb4348   Slim thread cleanup
       new  ca74e3f   Add handle-interrupts inst and compiler pass
       new  4985ef1   Explicit interrupt handling in VM

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:
 am/bootstrap.am                           |    1 +
 libguile/foreign.c                        |    6 +-
 libguile/gsubr.c                          |   26 +++++-
 libguile/vm-engine.c                      |  144 +++++++++++------------------
 module/Makefile.am                        |    1 +
 module/language/cps/compile-bytecode.scm  |    6 +-
 module/language/cps/handle-interrupts.scm |   58 ++++++++++++
 module/system/vm/assembler.scm            |    1 +
 8 files changed, 145 insertions(+), 98 deletions(-)
 create mode 100644 module/language/cps/handle-interrupts.scm



reply via email to

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