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/ce6f5d82/rewrite-assembler u


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/ce6f5d82/rewrite-assembler updated. v0.9.0-2032-g74ff452
Date: Thu, 30 Aug 2018 22:55:29 +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/ce6f5d82/rewrite-assembler has been updated
       via  74ff4526698dd4f6f30b5aefd30cbf30a955de48 (commit)
      from  60d5b6cd90b14aba60a058ed29417f220947cef8 (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 74ff4526698dd4f6f30b5aefd30cbf30a955de48
Author: Marek Marecki <address@hidden>
Date:   Thu Aug 30 22:53:48 2018 +0200

    Refactor instruction normalisation code
    
    Replace an if-based implementation with a switch-based one. This will
    enhance correctness by employing compiler to perform exhaustiveness
    checking - this way no instruction will be unaccounted for.

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

Summary of changes:
 src/tooling/libs/lexer/normaliser.cpp | 347 +++++++++++++++++++++-------------
 1 file changed, 220 insertions(+), 127 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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