guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch lightning updated (ce5c05a -> 8bb9ae3)


From: Andy Wingo
Subject: [Guile-commits] branch lightning updated (ce5c05a -> 8bb9ae3)
Date: Fri, 14 Sep 2018 04:14:27 -0400 (EDT)

wingo pushed a change to branch lightning
in repository guile.

      from  ce5c05a   Fix JIT compilation of intrinsics that return doubles
       new  bf31fe4   VM manages hook sets itself
       new  0ccd2d0   Remove hook intrinsics: hooks are just for the VM
       new  8bb9ae3   Micro-optimization of scm_vm placement in scm_thread

The 3 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/intrinsics.h         |   4 --
 libguile/jit.c                |  27 --------
 libguile/threads.h            |   6 +-
 libguile/vm-engine.c          |  30 ++++-----
 libguile/vm.c                 | 143 ++++++++++++++++++++++++++++--------------
 libguile/vm.h                 |  15 +++--
 module/statprof.scm           |   4 +-
 module/system/vm/coverage.scm |   9 ++-
 module/system/vm/traps.scm    |  48 +++++++-------
 module/system/vm/vm.scm       |   7 ++-
 10 files changed, 157 insertions(+), 136 deletions(-)



reply via email to

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