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/161/make-sending-a-message-a


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/161/make-sending-a-message-a-built-in-operation updated. v0.8.4-155-g44254a2
Date: Sun, 11 Sep 2016 16:50:58 +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/161/make-sending-a-message-a-built-in-operation has been 
updated
       via  44254a21334a9964806a20e2300e7c0e4567c62d (commit)
       via  e72cf93498c39b4e74fd9af85f371981fb11a5be (commit)
      from  29b0e55abf90077ab30d53fecd14dfcc13cf9988 (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 44254a21334a9964806a20e2300e7c0e4567c62d
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 11 16:36:33 2016 +0200

    Implement "send" instruction

commit e72cf93498c39b4e74fd9af85f371981fb11a5be
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 11 16:12:19 2016 +0200

    Add "send" instruction to bytecode definition

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

Summary of changes:
 include/viua/bytecode/maps.h            |  2 ++
 include/viua/bytecode/opcodes.h         |  1 +
 include/viua/cg/bytecode/instructions.h |  1 +
 include/viua/process.h                  |  1 +
 include/viua/program.h                  |  1 +
 include/viua/scheduler/vps.h            |  1 +
 include/viua/types/process.h            |  3 ++-
 src/cg/bytecode/instructions.cpp        |  7 +++++++
 src/cg/disassembler/disassembler.cpp    |  1 +
 src/front/asm/generate.cpp              |  4 ++++
 src/process/dispatch.cpp                |  3 +++
 src/process/instr/concurrency.cpp       | 13 +++++++++++++
 src/programinstructions.cpp             |  5 +++++
 src/scheduler/vps.cpp                   |  7 +++++++
 src/types/process.cpp                   |  4 ++++
 15 files changed, 53 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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