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-2405-g4f37e5


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2405-g4f37e57
Date: Sun, 10 Mar 2019 22:07:36 +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  4f37e573fcf4a44e9fed971386747d6f132b506d (commit)
       via  9eea7e260c5b7fda01251fa66fad14d768dd9514 (commit)
       via  55cfc71922d7ccf3abb17eb56c5ff7c3673bea7e (commit)
      from  53719ae9615e862d846a2071501766b062030319 (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 4f37e573fcf4a44e9fed971386747d6f132b506d
Author: Marek Marecki <address@hidden>
Date:   Sun Mar 10 22:05:42 2019 +0100

    Interrupting in-flight instructions
    
    Basically allowing "SIGKILL". Useful if a process gets stuck on an
    instruction that may have an unbounded execution time (e.g. call to a
    foreign function, or wait for a message).

commit 9eea7e260c5b7fda01251fa66fad14d768dd9514
Author: Marek Marecki <address@hidden>
Date:   Sun Mar 10 22:01:51 2019 +0100

    Draft specification for stages of execution of a VM instruction
    
    If I want signals and interrupts to be supported by Viua VM I need a
    viable model of single instruction execution to know when signals and
    interrupts can be safely delievered.

commit 55cfc71922d7ccf3abb17eb56c5ff7c3673bea7e
Author: Marek Marecki <address@hidden>
Date:   Sun Mar 10 21:40:15 2019 +0100

    Add design doc for module system
    
    Where the modules should be put (filesystem-wise). What environment
    variables govern the paths. How module preloading (similar to what
    LD_PRELOAD does) works.

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

Summary of changes:
 docs/design/module_management.markdown   | 47 +++++++++++++++++++++++
 docs/design/stages_of_execution.markdown | 66 ++++++++++++++++++++++++++++++++
 2 files changed, 113 insertions(+)
 create mode 100644 docs/design/module_management.markdown
 create mode 100644 docs/design/stages_of_execution.markdown


hooks/post-receive
-- 
Viua VM



reply via email to

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