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-6329ca01-implement-i-o-instr


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue-6329ca01-implement-i-o-instructions updated. v0.9.0-2505-g08fe876
Date: Sun, 28 Jul 2019 13:55:35 +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-6329ca01-implement-i-o-instructions has been updated
       via  08fe876b5e84eab5ed84b17023205c5d5bc36cb0 (commit)
      from  bac09ffae09121ce95fb362f1c365e7c86b7b875 (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 08fe876b5e84eab5ed84b17023205c5d5bc36cb0
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 28 13:54:29 2019 +0200

    Make the io_read instruction work (basic)
    
    It blocks the scheduler (BAD!) and returns read bytes directly.

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

Summary of changes:
 Makefile                                           |  1 +
 include/viua/assembler/frontend/static_analyser.h  |  2 ++
 include/viua/bytecode/operand_types.h              |  4 +++
 .../frontend/static_analyser/checkers/utils.cpp    | 12 +++++++
 .../frontend/static_analyser/register_usage.cpp    |  4 +++
 src/cg/tools.cpp                                   | 38 +++++++++++++++++++++
 src/process/dispatch.cpp                           | 10 +++---
 src/process/instr/io.cpp                           | 39 +++++++++++++++-------
 8 files changed, 93 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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