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-2507-ge003d3f
Date: Mon, 29 Jul 2019 18:00: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  e003d3f01da70933e3e49181987528d07b01a580 (commit)
       via  22ae65938ad89f1eca8b54cd17e0700066b8eb47 (commit)
      from  08fe876b5e84eab5ed84b17023205c5d5bc36cb0 (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 e003d3f01da70933e3e49181987528d07b01a580
Author: Marek Marecki <address@hidden>
Date:   Mon Jul 29 17:59:00 2019 +0200

    Rewrite io_read and io_write in terms of I/O ports
    
    Previously these two instructions just called write(3) or read(3)
    directly.

commit 22ae65938ad89f1eca8b54cd17e0700066b8eb47
Author: Marek Marecki <address@hidden>
Date:   Mon Jul 29 17:58:45 2019 +0200

    Add types for I/O port and request

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

Summary of changes:
 Makefile                                           |  2 +
 include/viua/types/{process.h => io.h}             | 52 ++++++------
 .../{check_op_textat.cpp => check_op_io_read.cpp}  | 30 +++----
 src/process/instr/io.cpp                           | 52 +++++++++---
 src/types/io.cpp                                   | 97 ++++++++++++++++++++++
 5 files changed, 179 insertions(+), 54 deletions(-)
 copy include/viua/types/{process.h => io.h} (62%)
 copy src/assembler/frontend/static_analyser/checkers/{check_op_textat.cpp => 
check_op_io_read.cpp} (76%)
 create mode 100644 src/types/io.cpp


hooks/post-receive
-- 
Viua VM



reply via email to

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