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-2509-g0470719
Date: Mon, 29 Jul 2019 18:29:32 +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  04707199cb4307778a61e4b825644e3a449c5c4c (commit)
       via  19dfcecd7ceed8aec126bb7704555faec46c22bf (commit)
      from  e003d3f01da70933e3e49181987528d07b01a580 (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 04707199cb4307778a61e4b825644e3a449c5c4c
Author: Marek Marecki <address@hidden>
Date:   Mon Jul 29 18:27:51 2019 +0200

    Make basic I/O operations return I/O requests
    
    Except for the read and write ops on IO_fd. IO_fd is a work-in-progress
    measure, and is not intended to be used for real programs (will be
    deleted after final implementation of I/O subsystem is ready).

commit 19dfcecd7ceed8aec126bb7704555faec46c22bf
Author: Marek Marecki <address@hidden>
Date:   Mon Jul 29 18:06:34 2019 +0200

    Use IO_fd as dump file descriptor wrapper
    
    Let IO_port just be the core type for all I/O ports.

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

Summary of changes:
 include/viua/types/io.h  | 35 ++++++++++++++++++++++++++-------
 src/process/instr/io.cpp | 12 ++++++------
 src/types/io.cpp         | 50 +++++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 77 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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