guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (7e79a32 -> 0951551)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (7e79a32 -> 0951551)
Date: Wed, 15 Nov 2017 08:19:20 -0500 (EST)

wingo pushed a change to branch master
in repository guile.

      from  7e79a32   Better untagging of fixnums
       new  4a0a930   Don't fold comparisons that might contain a NaN.
       new  294dbaa   Add support for comparisons against integer immediates
       new  0951551   Compiler specializes comparisons to immediate integers

The 3 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/instructions.c                    |   1 +
 libguile/vm-engine.c                       |  76 +++++++++++-
 module/language/bytecode.scm               |   1 +
 module/language/cps/compile-bytecode.scm   |  16 ++-
 module/language/cps/effects-analysis.scm   |   7 ++
 module/language/cps/primitives.scm         |   2 +-
 module/language/cps/reify-primitives.scm   |  41 ++++++-
 module/language/cps/specialize-numbers.scm | 188 +++++++++++++++++++++--------
 module/language/cps/type-fold.scm          |  39 ++++--
 module/language/cps/types.scm              |  38 +++++-
 module/system/vm/assembler.scm             |  33 ++++-
 module/system/vm/disassembler.scm          |   8 ++
 12 files changed, 379 insertions(+), 71 deletions(-)



reply via email to

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