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-2230-g547395c
Date: Wed, 24 Oct 2018 19:06:48 +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  547395c5097274c48d76b4cafa32fbc0004ba018 (commit)
       via  b4069846c39ecad04d1efd7cca4c1ffacfc97181 (commit)
      from  99a350fff06fdb233ca327b4a09f7894f1d7cd9f (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 547395c5097274c48d76b4cafa32fbc0004ba018
Author: Marek Marecki <address@hidden>
Date:   Wed Oct 24 19:06:33 2018 +0200

    Typecheck bit shift instructions

commit b4069846c39ecad04d1efd7cca4c1ffacfc97181
Author: Marek Marecki <address@hidden>
Date:   Wed Oct 24 19:03:45 2018 +0200

    Refactor calls to std::copy()
    
    Most calls were of this kind:
    
        std::copy(x.begin(), x.end(), std::back_inserter(y));
    
    Now they can be written as:
    
        copy_whole(x, std::back_inserter(y));
    
    Reducing duplication quite a bit.

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

Summary of changes:
 .../libs/static_analyser/static_analyser.cpp       | 169 +++++++++------------
 1 file changed, 73 insertions(+), 96 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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