viuavm-commits
[Top][All Lists]
Advanced

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

[Viuavm-commits] [SCM] Viua VM branch deferred-calls-and-stack-unwinding


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch deferred-calls-and-stack-unwinding updated. v0.8.4-1255-g17f119a
Date: Sat, 17 Jun 2017 19:59:44 +0200 (CEST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Viua VM".

The branch, deferred-calls-and-stack-unwinding has been updated
       via  17f119a47580c35bed04f1f07c104ac3f931d3b3 (commit)
       via  0ada4f8cd3f90aab1c64bbda8b6dce32b1709c32 (commit)
       via  4a8e70a918e9d0b3981e5d836dbddba40b2465ae (commit)
       via  75750bc7c45ee8377c7f283a2d11fd2272a2879f (commit)
       via  f04479e19a4357d81638381d9474b40193a3337a (commit)
       via  7ba214014a92112e137ca89f6e08305b42272327 (commit)
       via  9090419c5c1335711c636465cf9aac0813650ed8 (commit)
      from  6b881389bed9edacc4732ee7d09e5e63c2f52f08 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 17f119a47580c35bed04f1f07c104ac3f931d3b3
Author: Marek Marecki <address@hidden>
Date:   Sat Jun 17 19:52:37 2017 +0200

    Run deferred calls before the stack is unwound after an exception is caught

commit 0ada4f8cd3f90aab1c64bbda8b6dce32b1709c32
Author: Marek Marecki <address@hidden>
Date:   Sat Jun 17 19:43:47 2017 +0200

    Second time the exception is already caught
    
    This means that it is no longer in the `thrown` slot, but has been
    already moved into the `caught` slot.

commit 4a8e70a918e9d0b3981e5d836dbddba40b2465ae
Author: Marek Marecki <address@hidden>
Date:   Sat Jun 17 19:42:08 2017 +0200

    Do not print duplicated trace lines

commit 75750bc7c45ee8377c7f283a2d11fd2272a2879f
Author: Marek Marecki <address@hidden>
Date:   Sat Jun 17 19:40:14 2017 +0200

    Move caught exception before unwinding

commit f04479e19a4357d81638381d9474b40193a3337a
Author: Marek Marecki <address@hidden>
Date:   Sat Jun 17 03:50:36 2017 +0200

    State for stacks suspended by executing deferred calls during stack 
unwinding

commit 7ba214014a92112e137ca89f6e08305b42272327
Author: Marek Marecki <address@hidden>
Date:   Sat Jun 17 03:49:57 2017 +0200

    More comments

commit 9090419c5c1335711c636465cf9aac0813650ed8
Author: Marek Marecki <address@hidden>
Date:   Sat Jun 17 03:43:57 2017 +0200

    Better comment

-----------------------------------------------------------------------

Summary of changes:
 include/viua/process.h   |  9 ++++++++-
 src/process.cpp          | 17 ++++++++++++++--
 src/process/dispatch.cpp |  9 ++++++++-
 src/process/stack.cpp    | 50 +++++++++++++++++++++++++++++++++++++-----------
 4 files changed, 70 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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