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/135/coroutines updated. v0.8


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/135/coroutines updated. v0.8.4-937-g03aa3f7
Date: Sun, 26 Feb 2017 14:01: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, issue/135/coroutines has been updated
       via  03aa3f78d74ea2d696d9b12574fcbb8aa8736231 (commit)
      from  bc4114da5c1a1bec463d53f31a6ef05a85f6a60f (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 03aa3f78d74ea2d696d9b12574fcbb8aa8736231
Author: Marek Marecki <address@hidden>
Date:   Sun Feb 26 14:01:21 2017 +0100

    Prepare indirection for multiple stacks
    
    The current_stack() function will return a stack currently used by the
    process. Once there are multiple stacks this will simplify other code.

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

Summary of changes:
 include/viua/process.h            |   1 +
 src/process.cpp                   | 125 ++++++++++++++++++++------------------
 src/process/instr/calls.cpp       |  52 ++++++++--------
 src/process/instr/closure.cpp     |  12 ++--
 src/process/instr/concurrency.cpp |  10 +--
 src/process/instr/general.cpp     |   4 +-
 src/process/instr/object.cpp      |   2 +-
 src/process/instr/registers.cpp   |   6 +-
 src/process/instr/tcmechanism.cpp |  30 ++++-----
 9 files changed, 124 insertions(+), 118 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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