guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (04e3cec -> dd4dc1f)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (04e3cec -> dd4dc1f)
Date: Mon, 11 May 2020 04:36:29 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

    from 04e3cec  Fix baseline compiler bugs
     new d6b6392  Rename "lookup" intrinsic to "module-variable"
     new 4274d61  Add new lookup, lookup-bound intrinsics
     new 85124b0  Top-level lookups raise exceptions in run-time
     new dd4dc1f  Use lookup, lookup-bound in baseline compiler

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:
 libguile/intrinsics.c                        | 28 ++++++++++++++-
 libguile/intrinsics.h                        |  4 ++-
 module/language/cps/compile-bytecode.scm     |  9 ++++-
 module/language/cps/effects-analysis.scm     |  4 ++-
 module/language/cps/reify-primitives.scm     | 35 +++++--------------
 module/language/tree-il/compile-bytecode.scm | 52 ++++++++++++++++------------
 module/language/tree-il/compile-cps.scm      | 28 +++------------
 module/system/vm/assembler.scm               |  4 +++
 8 files changed, 87 insertions(+), 77 deletions(-)



reply via email to

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