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-81f1ebeb-fix-virtual-process


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue-81f1ebeb-fix-virtual-process-scheduler updated. v0.9.0-2491-ga5101f1
Date: Thu, 27 Jun 2019 08:41:18 +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-81f1ebeb-fix-virtual-process-scheduler has been updated
       via  a5101f1e69e5f6d3d846d0f4da78587eb862216e (commit)
       via  e9c1efafc3ca177026d735676f9911b839c3ca7b (commit)
       via  f2fb184c4b9f08e87009e29bb8f660c3a7be6136 (commit)
       via  564fc8cca3014bb02fb0a003963582074e5b936b (commit)
      from  db7c928c7e89ce0a62d0e0ec4f0e6f1bb9773daa (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 a5101f1e69e5f6d3d846d0f4da78587eb862216e
Author: Marek Marecki <address@hidden>
Date:   Thu Jun 27 08:40:12 2019 +0200

    Fix: record process death
    
    Remove the dead process' data structures from the kernel.

commit e9c1efafc3ca177026d735676f9911b839c3ca7b
Author: Marek Marecki <address@hidden>
Date:   Thu Jun 27 08:39:18 2019 +0200

    Use dynamic import directive instead of import instruction
    
    Import directives are checked at compile-time so add another layer of
    verification.

commit f2fb184c4b9f08e87009e29bb8f660c3a7be6136
Author: Marek Marecki <address@hidden>
Date:   Thu Jun 27 08:37:42 2019 +0200

    Fix: disassemble the dynamic import specifications
    
    They are important for correct operation of a module and it was a huge
    bug that they were not disassembled as it caused a loss of important
    information about a module.

commit 564fc8cca3014bb02fb0a003963582074e5b936b
Author: Marek Marecki <address@hidden>
Date:   Thu Jun 27 08:32:13 2019 +0200

    Allow pinning processes to schedulers
    
    Pinned processes can't be stolen from a scheduler.
    
    This is currently useful mainly to pin the main function to the main
    scheduler to avoid having to track it across schedulers and makes for
    more straightforward code.

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

Summary of changes:
 include/viua/process.h                     |  8 ++++++++
 include/viua/scheduler/process.h           |  2 +-
 sample/asm/watchdog/restarting_process.asm |  4 ++--
 src/front/dis.cpp                          | 14 ++++++++++++++
 src/scheduler/process.cpp                  | 21 ++++++++++++++++++---
 5 files changed, 43 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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