viuavm-commits
[Top][All Lists]
Advanced

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

[Viuavm-commits] [SCM] Viua VM branch issue/183/7eadf61e/better-static-a


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/183/7eadf61e/better-static-analyser updated. v0.9.0-659-g2fecb19
Date: Fri, 27 Oct 2017 23:41:06 +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, issue/183/7eadf61e/better-static-analyser has been updated
       via  2fecb1917621713904c9c714b21f92f0d723dc2c (commit)
       via  e32ba1dcf0a0612483aaa57e4f8013f7e6002541 (commit)
      from  8368f699343ba5a7890c2fb59005ed3d672e6466 (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 2fecb1917621713904c9c714b21f92f0d723dc2c
Author: Marek Marecki <address@hidden>
Date:   Fri Oct 27 23:37:34 2017 +0200

    Fix error rethrowing on false branch
    
    The error should only be rethrown if the error is different than the one
    thrown by the true branch, which in practice means that the error must
    be an "unused value" error but for a different register.
    
    An example: if the true branch leaves register 1 unused and the false
    branch leaves register 2 unused - that's OK, but if they both leave
    register 1 unused - that's not and the error must be rethrown.

commit e32ba1dcf0a0612483aaa57e4f8013f7e6002541
Author: Marek Marecki <address@hidden>
Date:   Fri Oct 27 23:36:59 2017 +0200

    Fix a typo

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

Summary of changes:
 .../frontend/static_analyser/register_usage.cpp         | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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