guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (2468871 -> 1d4b4ec)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (2468871 -> 1d4b4ec)
Date: Thu, 03 Dec 2015 08:07:01 +0000

wingo pushed a change to branch master
in repository guile.

      from  2468871   Assembler has a single growable vector
       new  9514dc7   Add ursh/immediate and ulsh/immediate ops
       new  7a43a3a   Refactor range checking in assembler instruction packers
       new  97755a1   Small VM cleanups
       new  1d4b4ec   Add support for comparing u64 values with SCM values

The 4 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/vm-engine.c                         |  141 +++++++++++++++++++++++--
 module/language/cps/compile-bytecode.scm     |   11 ++
 module/language/cps/effects-analysis.scm     |    7 ++
 module/language/cps/primitives.scm           |    5 +
 module/language/cps/slot-allocation.scm      |    4 +-
 module/language/cps/specialize-numbers.scm   |   30 +++++-
 module/language/cps/specialize-primcalls.scm |    5 +
 module/language/cps/type-fold.scm            |    5 +
 module/language/cps/types.scm                |   49 ++++++++--
 module/system/vm/assembler.scm               |  101 ++++++++-----------
 module/system/vm/disassembler.scm            |    6 +-
 11 files changed, 279 insertions(+), 85 deletions(-)



reply via email to

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