wingo pushed a change to branch main
in repository guile.

    from 4118f0903 CPS conversion does not introduce "throw"
     new 711077586 peval avoids introducing 'throw
     new 83449a868 prompts avoid introducing throw; fixup peval test
     new 5ef0ea30f Allow targets to preclude unbound variables

The 3 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:
 module/language/cps/guile-vm.scm             |  5 ++-
 module/language/tree-il/compile-bytecode.scm |  7 ++++
 module/language/tree-il/compile-cps.scm      | 57 ++++++++++++++++++++++------
 module/language/tree-il/peval.scm            | 11 ++----
 module/language/tree-il/primitives.scm       |  9 ++---
 test-suite/tests/peval.test                  |  4 +-
 6 files changed, 64 insertions(+), 29 deletions(-)

Reply via email to