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/add-void-operand-type update


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/add-void-operand-type updated. v0.8.4-512-gfa5ff5d
Date: Tue, 8 Nov 2016 22:08:49 +0100 (CET)

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/add-void-operand-type has been updated
       via  fa5ff5de8338504b79810590027362aae5b3040b (commit)
       via  7257fd86e7f090a9930ea47819cfce4f19070bab (commit)
       via  a1739e3a737201df7e46eda1fd30b3f2e0aeca26 (commit)
       via  fb5b05b4ce1b698ad1cc205192b35bd4a0a035ad (commit)
       via  b67513135eef33d61c073778a16d87b75f7ccbdc (commit)
       via  1d760f70c8868ddfb5c7f7757746bc31d9acc3bc (commit)
       via  25440f6e1d8fdc2bf0d75abd35ddb380e9c9da14 (commit)
      from  c6943b6b5e4a629dcd5e35d1ed92d9050ade8e14 (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 fa5ff5de8338504b79810590027362aae5b3040b
Author: Marek Marecki <address@hidden>
Date:   Tue Nov 8 21:51:05 2016 +0100

    Add tests for void target

commit 7257fd86e7f090a9930ea47819cfce4f19070bab
Author: Marek Marecki <address@hidden>
Date:   Tue Nov 8 21:50:39 2016 +0100

    Consistency is king

commit a1739e3a737201df7e46eda1fd30b3f2e0aeca26
Author: Marek Marecki <address@hidden>
Date:   Tue Nov 8 21:50:11 2016 +0100

    Implement void for target of receive instruction

commit fb5b05b4ce1b698ad1cc205192b35bd4a0a035ad
Author: Marek Marecki <address@hidden>
Date:   Tue Nov 8 21:49:57 2016 +0100

    Implement void for target of join instruction

commit b67513135eef33d61c073778a16d87b75f7ccbdc
Author: Marek Marecki <address@hidden>
Date:   Tue Nov 8 21:49:29 2016 +0100

    Make Valgrind output parsing more resilient

commit 1d760f70c8868ddfb5c7f7757746bc31d9acc3bc
Author: Marek Marecki <address@hidden>
Date:   Tue Nov 8 21:48:42 2016 +0100

    Implement void for target of arg instruction

commit 25440f6e1d8fdc2bf0d75abd35ddb380e9c9da14
Author: Marek Marecki <address@hidden>
Date:   Tue Nov 8 21:48:07 2016 +0100

    Implement void for target of process instruction

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

Summary of changes:
 sample/asm/concurrency/immediately_detached.asm    |  2 +-
 .../migrating_processes_between_schedulers.asm     |  2 +-
 sample/asm/concurrency/receive_timeout_default.asm |  2 +-
 .../asm/concurrency/receive_timeout_infinite.asm   |  2 +-
 sample/asm/exceptions/terminating_processes.asm    |  4 +-
 sample/asm/external/many_hello_world.asm           |  2 +-
 sample/asm/external/sleeper.asm                    |  2 +-
 .../void/in_arg.asm}                               |  6 +--
 .../keyword/{default/call.asm => void/in_call.asm} |  1 +
 .../keyword/{default/call.asm => void/in_join.asm} |  4 +-
 .../{iota/iota_in_names.asm => void/in_msg.asm}    | 11 ++---
 .../{default/call.asm => void/in_process.asm}      |  5 +-
 .../void/in_receive.asm}                           | 11 ++---
 sample/asm/watchdog/already_spawned.asm            |  2 +-
 sample/asm/watchdog/death_message.asm              |  2 +-
 sample/asm/watchdog/from_undefined_function.asm    |  2 +-
 .../from_undefined_function_at_runtime.asm         |  2 +-
 sample/asm/watchdog/hello_world.asm                |  2 +-
 sample/asm/watchdog/restarting_process.asm         |  6 +--
 sample/asm/watchdog/terminated_watchdog.asm        |  2 +-
 sample/benchmark/99bottles/99bottles.asm           |  2 +-
 .../examples/concurrency/process_spawner/main.asm  |  4 +-
 sample/examples/concurrency/producer_consumer.asm  |  2 +-
 sample/misc/processes.asm                          |  2 +-
 src/process/instr/calls.cpp                        | 20 ++++++--
 src/process/instr/concurrency.cpp                  | 39 +++++++++++----
 src/process/instr/object.cpp                       |  2 +-
 tests/tests.py                                     | 55 ++++++++++++++++++----
 28 files changed, 136 insertions(+), 62 deletions(-)
 copy sample/asm/{static_analysis_errors/parameter_move_from_empty_register.asm 
=> keyword/void/in_arg.asm} (91%)
 copy sample/asm/keyword/{default/call.asm => void/in_call.asm} (97%)
 copy sample/asm/keyword/{default/call.asm => void/in_join.asm} (95%)
 copy sample/asm/keyword/{iota/iota_in_names.asm => void/in_msg.asm} (78%)
 copy sample/asm/keyword/{default/call.asm => void/in_process.asm} (89%)
 copy sample/asm/{static_analysis_errors/parameter_move_empties_registers.asm 
=> keyword/void/in_receive.asm} (81%)


hooks/post-receive
-- 
Viua VM



reply via email to

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