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-613-g67fa7ae
Date: Sun, 15 Oct 2017 01:26:18 +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  67fa7ae15fef4af9deb37f6556237e13af509b7a (commit)
       via  27832f3065e20c66442ef6222c3fd7c70a06114f (commit)
       via  914a2779c7dcb558eb753abca82b320f9486c6b9 (commit)
       via  5e2926367d7de8689f33e500e5f2b5db47c92284 (commit)
       via  1e38277bb274afb8345aa83890ac434c8c7b87b2 (commit)
       via  649a76dd468c4897d07f36282f0685912f6f7af3 (commit)
       via  2987afba96ab15d7128852eb817854e46b4bda71 (commit)
       via  dff6f6191941ecbd71e0b70c990d62456e07e60b (commit)
      from  89513a9fdce600a9d6e119d52d95101ec3c81ebc (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 67fa7ae15fef4af9deb37f6556237e13af509b7a
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 15 01:26:14 2017 +0200

    Fix more tests

commit 27832f3065e20c66442ef6222c3fd7c70a06114f
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 15 01:26:00 2017 +0200

    Disable SA for tests for runtime checks

commit 914a2779c7dcb558eb753abca82b320f9486c6b9
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 15 01:25:37 2017 +0200

    Add SA for "remove" instruction

commit 5e2926367d7de8689f33e500e5f2b5db47c92284
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 15 01:25:29 2017 +0200

    Add SA for "new" instruction

commit 1e38277bb274afb8345aa83890ac434c8c7b87b2
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 15 01:24:54 2017 +0200

    Add placeholders for the rest of instructions

commit 649a76dd468c4897d07f36282f0685912f6f7af3
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 15 01:20:35 2017 +0200

    Make SA recognise "object" values

commit 2987afba96ab15d7128852eb817854e46b4bda71
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 15 01:18:37 2017 +0200

    Save last failure (for easier manual reruns)
    
    After a failed test, run this command:
    
        ]$ make build/bin/vm/asm && \
            bash /tmp/viua_test_suite_last_assembler_failure
    
    It will compile a fresh assembler, and use it to assemble the failed
    test.

commit dff6f6191941ecbd71e0b70c990d62456e07e60b
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 15 01:18:06 2017 +0200

    Need more than 16 bits to accomodate all types

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

Summary of changes:
 include/viua/bytecode/operand_types.h              |  9 +++-
 sample/asm/external/throwing.asm                   |  6 +--
 sample/asm/functions/higher_order/invoke.asm       | 17 +++---
 sample/asm/functions/pass_by_move.asm              |  8 +--
 .../frontend/static_analyser/register_usage.cpp    | 63 ++++++++++++++++++++++
 tests/tests.py                                     | 12 +++++
 6 files changed, 99 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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