viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2420-gd4aaa9


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2420-gd4aaa93
Date: Tue, 26 Mar 2019 18:50:08 +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, devel has been updated
       via  d4aaa934c975744753242288aa7c347cb6b25ec1 (commit)
      from  7cc57b295f3cba85bb77d37aca4b928e235d7eb4 (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 d4aaa934c975744753242288aa7c347cb6b25ec1
Author: Marek Marecki <address@hidden>
Date:   Tue Mar 26 18:47:50 2019 +0100

    Add PIDEQ instruction
    
    It can be used to compare PIDs for equality. It is a useful feature if
    you want to identify processes - PIDs uniquely identify a process.
    Before this change PIDs were not comparable.

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

Summary of changes:
 Changelog.markdown                                 |  1 +
 Makefile                                           |  1 +
 include/viua/assembler/frontend/static_analyser.h  |  2 ++
 include/viua/bytecode/maps.h                       |  1 +
 include/viua/bytecode/opcodes.h                    |  1 +
 include/viua/cg/bytecode/instructions.h            |  2 ++
 include/viua/process.h                             |  1 +
 include/viua/program.h                             |  1 +
 include/viua/types/process.h                       |  2 ++
 sample/asm/concurrency/pideq.asm                   | 31 ++++++++++++++++++++++
 .../frontend/static_analyser/register_usage.cpp    |  3 +++
 src/cg/bytecode/instructions.cpp                   |  7 +++++
 src/cg/disassembler/disassembler.cpp               |  1 +
 src/cg/lex.cpp                                     |  2 +-
 src/cg/tools.cpp                                   |  5 ++++
 src/front/asm/assemble_instruction.cpp             |  2 ++
 src/process/dispatch.cpp                           |  3 +++
 src/process/instr/concurrency.cpp                  | 15 +++++++++++
 src/programinstructions.cpp                        |  6 +++++
 src/types/process.cpp                              |  4 +++
 tests/tests.py                                     |  3 +++
 21 files changed, 93 insertions(+), 1 deletion(-)
 create mode 100644 sample/asm/concurrency/pideq.asm


hooks/post-receive
-- 
Viua VM



reply via email to

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