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-2540-g02a31cf
Date: Sun, 8 Sep 2019 18:36:47 +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  02a31cf486cec86a7438b2dd9eb233bc15daf295 (commit)
       via  7c208d5c10b260f886954ec89f036d74b14528a6 (commit)
      from  6f82c723175cbc294aa7694ec659619b4c930fc5 (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 02a31cf486cec86a7438b2dd9eb233bc15daf295
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 8 18:35:32 2019 +0200

    Move select(3)-ing code out of interactions to scheduler

commit 7c208d5c10b260f886954ec89f036d74b14528a6
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 7 18:43:37 2019 +0200

    Expose file descriptors and I/O kind of interactions
    
    This will be needed to move the select(3)-ing code out of every
    interaction's code and into the scheduler (meaning less duplicated
    code).

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

Summary of changes:
 include/viua/scheduler/io/interactions.h |  15 +++++
 src/scheduler/io/scheduler.cpp           | 100 +++++++++++++++++++++++++++----
 src/types/io.cpp                         |  44 --------------
 3 files changed, 103 insertions(+), 56 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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