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-326-g751377f
Date: Sat, 26 Aug 2017 17:48:02 +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  751377f75d7314653d9ab06c65acca6f6f755cac (commit)
       via  83a78b6419cee2ebc5f5e01134476a254e28ea30 (commit)
      from  35197f1d8390fcc85c0839be4d476249f6e0f162 (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 751377f75d7314653d9ab06c65acca6f6f755cac
Author: Marek Marecki <address@hidden>
Date:   Sat Aug 26 17:47:59 2017 +0200

    Make jump offsets and targets unsigned to remove the signed/unsigned mixing

commit 83a78b6419cee2ebc5f5e01134476a254e28ea30
Author: Marek Marecki <address@hidden>
Date:   Sat Aug 26 17:46:18 2017 +0200

    Explicitly forbid negative numbers as jump offsets
    
    This disallows constructions like '+-1' and '--1'.
    They were not legal before, but now it is important to stress this
    further to not let negative numbers be parsed into an unsigned variable.

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

Summary of changes:
 src/assembler/frontend/static_analyser/verifier.cpp | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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