guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch lightning updated (14539d3 -> 0a01963)


From: Andy Wingo
Subject: [Guile-commits] branch lightning updated (14539d3 -> 0a01963)
Date: Tue, 7 Aug 2018 05:07:56 -0400 (EDT)

wingo pushed a change to branch lightning
in repository guile.

      from  14539d3   Alloc foreign procedures using primitive mechanism
       new  8f25f75   Add instrument-entry to continuations
       new  dedf73d   Consolidate apply hook to instrument-entry instruction
       new  f4c5044   Remove push continuation hook; return hook runs before FP 
pop
       new  0a01963   VM hooks take no values

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/continuations.c   |  24 ++++++--
 libguile/control.c         |  25 ++++++--
 libguile/frames.c          |  31 ++++++++++
 libguile/vm-engine.c       |  44 +++++---------
 libguile/vm.c              |  78 ++++++-------------------
 libguile/vm.h              |   6 +-
 module/system/vm/frame.scm |   1 +
 module/system/vm/trace.scm |  15 ++---
 module/system/vm/traps.scm | 141 +++++++++++++++++++++++++--------------------
 module/system/vm/vm.scm    |   5 +-
 10 files changed, 193 insertions(+), 177 deletions(-)



reply via email to

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