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/162/add-timeouts-to-concurre


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/162/add-timeouts-to-concurrency-instructions updated. v0.8.4-168-g5fe19cc
Date: Wed, 14 Sep 2016 22:17:54 +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/162/add-timeouts-to-concurrency-instructions has been updated
       via  5fe19cc1a84611790c89d331f4aeaad9c3c38fdf (commit)
       via  7e22d3370cc4a2a264b1229b91eace6321769a6b (commit)
       via  fa972ef97a7c0532de8ad80f3e7e027bde04b49d (commit)
      from  ff1e086711e235ecb80dd58fff91fadcbfce3e79 (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 5fe19cc1a84611790c89d331f4aeaad9c3c38fdf
Author: Marek Marecki <address@hidden>
Date:   Wed Sep 14 22:01:50 2016 +0200

    Add tests for receive timeouts

commit 7e22d3370cc4a2a264b1229b91eace6321769a6b
Author: Marek Marecki <address@hidden>
Date:   Wed Sep 14 22:01:20 2016 +0200

    Add more descriptive error message for invalid timeout operand in receive

commit fa972ef97a7c0532de8ad80f3e7e027bde04b49d
Author: Marek Marecki <address@hidden>
Date:   Wed Sep 14 21:45:13 2016 +0200

    Add timeout to "receive" instruction

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

Summary of changes:
 include/viua/bytecode/maps.h                          |  3 ++-
 include/viua/cg/bytecode/instructions.h               |  2 +-
 include/viua/process.h                                |  8 ++++++++
 include/viua/program.h                                |  2 +-
 .../receive_invalid_timeout.asm}                      |  2 +-
 .../receive_timeout_500ms.asm}                        |  2 +-
 .../receive_timeout_zero_milliseconds.asm}            |  2 +-
 src/cg/assembler/static_analysis.cpp                  | 11 +++++++++++
 src/cg/bytecode/instructions.cpp                      |  3 ++-
 src/cg/disassembler/disassembler.cpp                  | 19 ++++++++++++++++++-
 src/cg/lex.cpp                                        |  7 +++++++
 src/front/asm/generate.cpp                            | 12 +++++++++---
 src/process/instr/concurrency.cpp                     | 17 +++++++++++++++++
 src/programinstructions.cpp                           |  4 ++--
 tests/tests.py                                        |  9 +++++++++
 15 files changed, 90 insertions(+), 13 deletions(-)
 copy sample/asm/{errors/zero_distance_backward_jump.asm => 
concurrency/receive_invalid_timeout.asm} (97%)
 copy sample/asm/{errors/zero_distance_absolute_false_branch.asm => 
concurrency/receive_timeout_500ms.asm} (97%)
 copy sample/asm/{errors/zero_distance_absolute_false_branch.asm => 
concurrency/receive_timeout_zero_milliseconds.asm} (97%)


hooks/post-receive
-- 
Viua VM



reply via email to

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