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