wingo pushed a change to branch lightning
in repository guile.
from 9338ef1 Wire up lightning into libguile build
new 07a787d Remove -Wswitch-enum from compile flags
new 5b68bd7 Fix compile warnings in jit_print.c
new d6b8f6a Minor change to VM DSL
new a433620 Fix bad opcode in VM
new 5577392 Begin structure for template JIT compiler
The 5 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:
configure.ac | 2 +-
libguile/instructions.c | 6 +
libguile/jit.c | 1160 ++++++++++++++++++++++++++++++++++++
libguile/lightning/lib/jit_print.c | 4 +-
libguile/vm-engine.c | 151 ++---
5 files changed, 1245 insertions(+), 78 deletions(-)