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-2524-g1ef3ac8
Date: Tue, 30 Jul 2019 21:48:57 +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  1ef3ac8333536dd25cf144bd5452a15bdd0f676d (commit)
       via  9b2525021c1f7bc0713b5d47ecf0064441e78f78 (commit)
       via  615e56dd9b7446a245c7db2f78610ab6ae08f4e4 (commit)
      from  cbbd8fa4c43e34d49d86fa723572bc1b3131869f (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 1ef3ac8333536dd25cf144bd5452a15bdd0f676d
Author: Marek Marecki <address@hidden>
Date:   Tue Jul 30 21:48:11 2019 +0200

    Spawn I/O schedulers

commit 9b2525021c1f7bc0713b5d47ecf0064441e78f78
Author: Marek Marecki <address@hidden>
Date:   Tue Jul 30 21:47:50 2019 +0200

    Add stub for I/O scheduler

commit 615e56dd9b7446a245c7db2f78610ab6ae08f4e4
Author: Marek Marecki <address@hidden>
Date:   Tue Jul 30 21:47:10 2019 +0200

    Update code related to schedulers limit discovery
    
    The static defaults were not used.

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

Summary of changes:
 Makefile                                           |  2 +
 build/{ => scheduler/io}/.gitkeep                  |  0
 include/viua/kernel/kernel.h                       | 14 +---
 src/kernel/kernel.cpp                              | 94 +++++++++++++---------
 .../pointer.cpp => scheduler/io/request.cpp}       |  8 +-
 .../tokenizer.h => src/scheduler/io/scheduler.cpp  | 23 +++---
 6 files changed, 74 insertions(+), 67 deletions(-)
 copy build/{ => scheduler/io}/.gitkeep (100%)
 copy src/{support/pointer.cpp => scheduler/io/request.cpp} (87%)
 copy include/viua/cg/tokenizer.h => src/scheduler/io/scheduler.cpp (69%)


hooks/post-receive
-- 
Viua VM



reply via email to

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