viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2576-g6b7785


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2576-g6b7785e
Date: Wed, 6 Nov 2019 21:36:45 +0100 (CET)

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, devel has been updated
       via  6b7785e9f2f3dd9a32dc2abfdebfcd2805581539 (commit)
       via  f9d63cdb9b0d356fc4d1fece8dd1c28fa1f37caa (commit)
       via  52cb41e18b2ebf41b5f007f5c1699f864b97b3ff (commit)
       via  9f26a130d7042e7e967726766cbe9acd75459d51 (commit)
      from  78b9e8b05c5bb1d4d87a05eab8c03609439f9f85 (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 6b7785e9f2f3dd9a32dc2abfdebfcd2805581539
Author: Marek Marecki <address@hidden>
Date:   Wed Nov 6 21:35:27 2019 +0100

    Fix static analyser for io_close
    
    It now returns an I/O request.

commit f9d63cdb9b0d356fc4d1fece8dd1c28fa1f37caa
Author: Marek Marecki <address@hidden>
Date:   Wed Nov 6 21:34:31 2019 +0100

    Make io_close instruction return a close request
    
    Since *all* I/O requests are asynchronous closing should not be an
    exception.

commit 52cb41e18b2ebf41b5f007f5c1699f864b97b3ff
Author: Marek Marecki <address@hidden>
Date:   Wed Nov 6 21:33:10 2019 +0100

    Add an empty I/O interaction type
    
    It always succeeds, unless it is cancelled. Although empty, this is a
    real I/O interaction and is scheduled as any other interaction.

commit 9f26a130d7042e7e967726766cbe9acd75459d51
Author: Marek Marecki <address@hidden>
Date:   Wed Nov 6 21:31:39 2019 +0100

    Remove fake I/O interaction
    
    It was not used by any code.

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

Summary of changes:
 include/viua/scheduler/io/interactions.h           | 42 +++++++++++++-
 include/viua/types/io.h                            |  8 ++-
 .../static_analyser/checkers/check_op_io_close.cpp | 13 ++++-
 src/process/instr/io.cpp                           |  7 +--
 src/types/io.cpp                                   | 64 +++++++++++++++++++---
 5 files changed, 118 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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