guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch lightning updated (3827769 -> d001503)


From: Andy Wingo
Subject: [Guile-commits] branch lightning updated (3827769 -> d001503)
Date: Mon, 20 Aug 2018 06:08:26 -0400 (EDT)

wingo pushed a change to branch lightning
in repository guile.

      from  3827769   Add instrumentation to VM builtins
       new  cf0270c   Add internal function mapping subr index to function
       new  110310b   Expose scm_vm_builtin_ref internally
       new  698bff8   First implementation of a template JIT
       new  dca1e9d   Manual JIT interface via %jit-compile
       new  4a9de64   Fix default code allocator in Lightning
       new  b8a557d   Fix bounds on compiler-emitted JIT metadata
       new  d001503   JIT compilation tweaks

The 7 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/gsubr.c                   |   10 +-
 libguile/gsubr.h                   |    1 +
 libguile/init.c                    |    2 +
 libguile/jit.c                     | 2568 ++++++++++++++++++++++++++++++++++--
 libguile/jit.h                     |    2 +
 libguile/lightning/lib/lightning.c |    3 +
 libguile/threads.c                 |    3 +
 libguile/threads.h                 |    3 +
 libguile/vm-builtins.h             |    1 +
 libguile/vm.c                      |    2 +-
 module/system/vm/assembler.scm     |    4 +-
 11 files changed, 2504 insertions(+), 95 deletions(-)



reply via email to

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