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-2529-g81bbafc
Date: Sun, 18 Aug 2019 11:56:01 +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  81bbafc46d3d890b6038573fa11cb90fb652335c (commit)
      from  2aa7bc9f4ae8f1837d8c38a09168154d680bf769 (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 81bbafc46d3d890b6038573fa11cb90fb652335c
Author: Marek Marecki <address@hidden>
Date:   Sat Aug 17 16:31:30 2019 +0200

    OK, the basics work
    
    The most basic I/O interaction - reading from standard input - works.
    This means that standard input can be read without any foreign libraries
    or tricks - just by using the I/O instructions and specifying and
    integer as file descriptor.
    
    However, the read is blocking so that should be fixed.

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

Summary of changes:
 include/viua/kernel/kernel.h                       | 35 ++++++--
 include/viua/process.h                             |  9 +-
 include/viua/scheduler/io.h                        |  1 +
 include/viua/scheduler/process.h                   | 14 +++-
 include/viua/types/io.h                            | 45 +++++++---
 .../backend/op_assemblers/assemble_op_io_wait.cpp  |  5 +-
 src/cg/disassembler/disassembler.cpp               |  3 +
 src/cg/tools.cpp                                   |  8 ++
 src/kernel/kernel.cpp                              | 44 +++++++++-
 src/process.cpp                                    | 41 +++++----
 src/process/instr/io.cpp                           | 84 +++++++++++++++----
 src/scheduler/io/scheduler.cpp                     | 49 +++++++----
 src/scheduler/process.cpp                          | 13 ++-
 src/types/io.cpp                                   | 98 +++++++++++++---------
 14 files changed, 332 insertions(+), 117 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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