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.8.4-444-gf5efd08


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-444-gf5efd08
Date: Mon, 24 Oct 2016 19:27:11 +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  f5efd082e3e6f18e0e6db4242273c76378fce456 (commit)
       via  30947ee365a71a3958802a58edd37d89d0ccc905 (commit)
       via  05bd9298a011a3267cea1e74108cff59f3a1b1d2 (commit)
       via  b55a09e2e8d44d25faabac856328b1eeb5087411 (commit)
       via  2f5cacfd9e5560c0e7866cb9df7e099bb6feb772 (commit)
       via  ca0015344fc3b35d3f838fe78c3f1e7a71b85ad5 (commit)
       via  4c79f49f36e88ca9de8ae977e3b265d63d2e0ea0 (commit)
       via  3cfae5bdc17a67667232f944b199126c4faa9e60 (commit)
       via  fb4f6d1797295fb0d0c0ad94cbbd89cfc18f1431 (commit)
       via  359f7ab923ed2ffcd82528af9ab22688717b8afa (commit)
       via  0e09c6e8997ff33dabe2d7ee254e05f1d740f703 (commit)
      from  56dad40f7824a0bd368c4d752a897775ea575e7e (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 f5efd082e3e6f18e0e6db4242273c76378fce456
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 24 15:54:14 2016 +0200

    Update Changelog

commit 30947ee365a71a3958802a58edd37d89d0ccc905
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 24 15:43:13 2016 +0200

    Rename Process::bind_to() to Process::migrate_to()

commit 05bd9298a011a3267cea1e74108cff59f3a1b1d2
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 24 15:41:44 2016 +0200

    Use per-process watchdog scheme in VPS

commit b55a09e2e8d44d25faabac856328b1eeb5087411
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 24 15:41:16 2016 +0200

    Fix bind processes to new schedulers upon migration

commit 2f5cacfd9e5560c0e7866cb9df7e099bb6feb772
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 24 15:40:33 2016 +0200

    Improve logging from VPS

commit ca0015344fc3b35d3f838fe78c3f1e7a71b85ad5
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 24 15:38:00 2016 +0200

    Trace frame errors during static analysis

commit 4c79f49f36e88ca9de8ae977e3b265d63d2e0ea0
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 24 15:37:41 2016 +0200

    Setting watchdog does not require a frame

commit 3cfae5bdc17a67667232f944b199126c4faa9e60
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 24 15:35:00 2016 +0200

    Update tests for per-process watchdogs

commit fb4f6d1797295fb0d0c0ad94cbbd89cfc18f1431
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 24 15:34:15 2016 +0200

    Processes use embed their own watchdogs

commit 359f7ab923ed2ffcd82528af9ab22688717b8afa
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 24 15:32:37 2016 +0200

    Remove old FIXME

commit 0e09c6e8997ff33dabe2d7ee254e05f1d740f703
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 24 15:32:13 2016 +0200

    Update sample code for new watchdog scheme

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

Summary of changes:
 Changelog.markdown                                 |  14 +++
 include/viua/process.h                             |  10 +-
 include/viua/scheduler/vps.h                       |   1 +
 include/viua/version.h                             |   2 +-
 sample/asm/external/throwing.asm                   |   6 +-
 sample/asm/misc/broken_watchdog.asm                |   1 -
 sample/asm/watchdog/already_spawned.asm            |  25 ++---
 sample/asm/watchdog/death_message.asm              |  11 +--
 sample/asm/watchdog/from_undefined_function.asm    |   1 -
 .../from_undefined_function_at_runtime.asm         |   1 -
 sample/asm/watchdog/hello_world.asm                |  15 +--
 sample/asm/watchdog/must_be_a_native_function.asm  |   1 -
 sample/asm/watchdog/restarting_process.asm         |  27 +++---
 sample/asm/watchdog/terminated_watchdog.asm        |   7 +-
 src/cg/assembler/verify.cpp                        |  21 ++--
 src/process.cpp                                    |  26 +++++
 src/process/instr/concurrency.cpp                  |   7 +-
 src/scheduler/vps.cpp                              | 106 ++++++++++++++++-----
 tests/tests.py                                     |   6 +-
 19 files changed, 200 insertions(+), 88 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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