[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch master updated (51e71a4 -> 7883290)
From: |
Andy Wingo |
Subject: |
[Guile-commits] branch master updated (51e71a4 -> 7883290) |
Date: |
Wed, 27 Jun 2018 08:03:22 -0400 (EDT) |
wingo pushed a change to branch master
in repository guile.
from 51e71a4 Allow abort_to_prompt to avoid a longjmp
new 0ce9a1f VM throw uses intrinsics
new 6eb4735 Add intrinsics for error conditions (wrong num args etc)
new adf8d93 Remove mention of vm-error from test suite
new 1735cc1 Apply-non-program is an intrinsic
new 7883290 Inline handling of non-program apply
The 5 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/intrinsics.c | 72 ++++++++++++++++++++++
libguile/intrinsics.h | 12 ++++
libguile/vm-engine.c | 94 ++++++++++++----------------
libguile/vm.c | 140 ++++++++++++++----------------------------
test-suite/test-suite/lib.scm | 7 +--
test-suite/tests/strings.test | 8 +--
6 files changed, 172 insertions(+), 161 deletions(-)
- [Guile-commits] branch master updated (51e71a4 -> 7883290),
Andy Wingo <=
- [Guile-commits] 02/05: Add intrinsics for error conditions (wrong num args etc), Andy Wingo, 2018/06/27
- [Guile-commits] 04/05: Apply-non-program is an intrinsic, Andy Wingo, 2018/06/27
- [Guile-commits] 03/05: Remove mention of vm-error from test suite, Andy Wingo, 2018/06/27
- [Guile-commits] 05/05: Inline handling of non-program apply, Andy Wingo, 2018/06/27
- [Guile-commits] 01/05: VM throw uses intrinsics, Andy Wingo, 2018/06/27