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-2438-gcec5c2


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2438-gcec5c2e
Date: Tue, 23 Apr 2019 21:52:47 +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, devel has been updated
       via  cec5c2ed982102af3122e8b684628a1d0c4c3713 (commit)
       via  9ad3142b7119510f168813fb601aebc54826d41c (commit)
       via  d8b284b157d9fc838f34526525979e53406b627f (commit)
       via  6c3c685ec1472ed2c56243cedc19c910f90b19f7 (commit)
       via  32414c7a13e43d33bbedb920b1604e6493fe085a (commit)
       via  90c1acbdc850bd5881e74a1a5f62e0f01d25e76c (commit)
      from  3d920d5837d59f0562ba61e68d4d5888d4e2e9bf (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 cec5c2ed982102af3122e8b684628a1d0c4c3713
Author: Marek Marecki <address@hidden>
Date:   Tue Apr 23 21:50:04 2019 +0200

    Update Changelog

commit 9ad3142b7119510f168813fb601aebc54826d41c
Author: Marek Marecki <address@hidden>
Date:   Tue Apr 23 21:48:22 2019 +0200

    Rename the process schedulers environment variable
    
    Rename it from "VIUA_VP_SCHEDULERS" to "VIUA_PROC_SCHEDULERS" to match
    the information displayed by the "--info --verbose" invocation of the
    kernel's frontend.

commit d8b284b157d9fc838f34526525979e53406b627f
Author: Marek Marecki <address@hidden>
Date:   Tue Apr 23 21:46:16 2019 +0200

    Update the kernel frontend info screen
    
    Present the necessary information in a more concise and readable way.

commit 6c3c685ec1472ed2c56243cedc19c910f90b19f7
Author: Marek Marecki <address@hidden>
Date:   Tue Apr 23 21:44:04 2019 +0200

    Update the debugger preprocessor flag
    
    Make it more obvious what the flag means.

commit 32414c7a13e43d33bbedb920b1604e6493fe085a
Author: Marek Marecki <address@hidden>
Date:   Tue Apr 23 21:42:35 2019 +0200

    Remove useless Make target
    
    The debugger is no longer built. In fact, the source for it is no longer
    present in the source tree. After the main VM parts are ready a new
    debugger shall be written.

commit 90c1acbdc850bd5881e74a1a5f62e0f01d25e76c
Author: Marek Marecki <address@hidden>
Date:   Sat Apr 20 15:59:48 2019 +0200

    Fix: target of send instruction may be given by pointer dereference
    
    This is useful if the PID was obtained from a struct field, or from a
    vector, whenever the PID is hidden behind a pointer. This saves one
    instruction (the copy or move needed to manually shave the pointer off).

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

Summary of changes:
 Changelog.markdown                |  3 ++
 Makefile                          | 25 --------------
 include/viua/kernel/kernel.h      |  4 +--
 include/viua/version.h            |  2 +-
 src/front/kernel.cpp              | 71 ++++++++++++++++++++-------------------
 src/kernel/kernel.cpp             |  6 ++--
 src/process/instr/concurrency.cpp | 14 +++-----
 src/scheduler/vps.cpp             |  4 +--
 8 files changed, 52 insertions(+), 77 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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