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-1242-g8702953
Date: Thu, 15 Jun 2017 22:27:12 +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  8702953e085ae67fa8dfa4e240971d049ff1092b (commit)
       via  cfd3499da0a154f491ba255452035220272f653e (commit)
       via  6f1553a077e9a672dffab965d3c20cff9cb557fd (commit)
      from  efe667c921b9a5a80c198647f04787bce0c0eeee (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 8702953e085ae67fa8dfa4e240971d049ff1092b
Author: Marek Marecki <address@hidden>
Date:   Thu Jun 15 22:18:12 2017 +0200

    Fix incorrect unwinding of non-main stacks
    
    There was a 1 that should have been a 0.
    Why?
    Because it does not make sense to unwind up to the __entry function.
    However, non-main stacks do not have it and their top-most frame *may*
    contain catchers so they must be unwound fully.

commit cfd3499da0a154f491ba255452035220272f653e
Author: Marek Marecki <address@hidden>
Date:   Thu Jun 15 22:16:45 2017 +0200

    Annotate trace lines of "return" with before- and after-deferred status

commit 6f1553a077e9a672dffab965d3c20cff9cb557fd
Author: Marek Marecki <address@hidden>
Date:   Thu Jun 15 22:15:15 2017 +0200

    Include frame address, and stack depth in trace lines

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

Summary of changes:
 src/process/dispatch.cpp | 7 +++++++
 src/process/stack.cpp    | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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