guile-commits
[Top][All Lists]
Advanced

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

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


From: Andy Wingo
Subject: [Guile-commits] branch master updated (172e5cc -> d238566)
Date: Tue, 4 Aug 2020 03:50:23 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

    from 172e5cc  Add sign-extending make-immediate instruction
     new 8366634  Add eq-immediate? instruction
     new daf3e88  Rework the way immediate encodings are calculated.
     new 1ee99d9  Baseline compiler emits eq-immediate? as appropriate
     new d238566  CPS compiler reduces eq? on constant to eq-constant?

The 4 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                              |   6 +
 libguile/jit.c                               |  26 ++++
 libguile/vm-engine.c                         |  22 +++-
 module/language/cps/compile-bytecode.scm     |   9 +-
 module/language/cps/effects-analysis.scm     |   7 +-
 module/language/cps/reify-primitives.scm     |  20 +++-
 module/language/cps/type-fold.scm            | 172 +++++++++++++++++++--------
 module/language/cps/types.scm                |  59 +++++----
 module/language/tree-il/compile-bytecode.scm |  58 +++++----
 module/language/tree-il/compile-cps.scm      |  31 ++---
 module/language/tree-il/cps-primitives.scm   |   9 +-
 module/system/base/types/internal.scm        |  68 +++++++++--
 module/system/vm/assembler.scm               |  93 +++++----------
 module/system/vm/disassembler.scm            |   8 +-
 14 files changed, 378 insertions(+), 210 deletions(-)



reply via email to

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