guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (aa44a71 -> 172e5cc)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (aa44a71 -> 172e5cc)
Date: Thu, 30 Jul 2020 11:40:26 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

    from aa44a71  Merge https://gitlab.com/wingo/lightening master branch
     new f13b27a  Improve code generation for eq? on immediates
     new 172e5cc  Add sign-extending make-immediate instruction

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/ref/vm.texi                              | 10 +++++++--
 libguile/instructions.c                      |  1 +
 libguile/jit.c                               | 19 +++++++++++++++++
 libguile/vm-engine.c                         | 18 ++++++++++++++--
 module/language/bytecode.scm                 |  1 +
 module/language/tree-il/compile-bytecode.scm | 14 ++++++++++++
 module/language/tree-il/compile-cps.scm      | 19 +++++++++++++++++
 module/system/vm/assembler.scm               | 32 ++++++++++++++++++++++++++++
 module/system/vm/disassembler.scm            | 12 ++++++++++-
 9 files changed, 121 insertions(+), 5 deletions(-)



reply via email to

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