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-428-g59b5326


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-428-g59b5326
Date: Fri, 21 Oct 2016 01:08:33 +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  59b5326bc86612ae49909366b417ae8929eae092 (commit)
       via  4c72b86bde162939acab6f5eae11cd8fc86a32a9 (commit)
       via  29b2eaa4ecde78ceb2251b571ec92b00a54588aa (commit)
       via  4edb2a155d05065d550f1ec1d957ab33b8a2f154 (commit)
       via  c91e04f32f35b691b350a4a6514d306343668c99 (commit)
       via  1165efc58b9c72b8d454e10e8eb9e6182f07f1ee (commit)
       via  4bacd82bc0fe0fcd6a700bd036f988b29677f41b (commit)
       via  287e8b9a3c2b2c79180aab8d103deaade2a87edd (commit)
       via  122bb7ea0daf065810f2b485d36cc9de50fc9781 (commit)
      from  e72de7ed7764d04960e058c8b16c283966d20725 (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 59b5326bc86612ae49909366b417ae8929eae092
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 16:22:28 2016 +0200

    Improve VP load balancing logic

commit 4c72b86bde162939acab6f5eae11cd8fc86a32a9
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 16:18:23 2016 +0200

    Fix indentation

commit 29b2eaa4ecde78ceb2251b571ec92b00a54588aa
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 16:17:13 2016 +0200

    Fix print instruction first appends newline to string, then prints it
    
    This is much better behaviour than simply offloading to echo, and
    then printing newline in the face of concurrency.

commit 4edb2a155d05065d550f1ec1d957ab33b8a2f154
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 12:53:12 2016 +0200

    PIDs of joinable processes may be dropped

commit c91e04f32f35b691b350a4a6514d306343668c99
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 12:15:01 2016 +0200

    Remove unused file

commit 1165efc58b9c72b8d454e10e8eb9e6182f07f1ee
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 11:27:59 2016 +0200

    Update Changelog

commit 4bacd82bc0fe0fcd6a700bd036f988b29677f41b
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 11:27:05 2016 +0200

    Remove byte instructions

commit 287e8b9a3c2b2c79180aab8d103deaade2a87edd
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 11:07:11 2016 +0200

    Remove unused class

commit 122bb7ea0daf065810f2b485d36cc9de50fc9781
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 09:57:05 2016 +0200

    Remove unused class

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

Summary of changes:
 Changelog.markdown                                 |  7 ++
 Makefile                                           |  5 +-
 include/viua/bytecode/maps.h                       | 22 ------
 include/viua/bytecode/opcodes.h                    | 12 ----
 include/viua/cg/bytecode/instructions.h            |  2 -
 include/viua/kernel/kernel.h                       |  8 ++-
 include/viua/process.h                             |  2 -
 include/viua/program.h                             |  2 -
 include/viua/scheduler/vps.h                       |  2 -
 include/viua/types/byte.h                          | 84 ----------------------
 include/viua/types/casts/integer.h                 | 34 ---------
 include/viua/types/integer.h                       | 22 ------
 sample/asm/byte/helloworld.asm                     | 63 ----------------
 sample/asm/concurrency/detaching_a_process.asm     | 24 ++++---
 .../asm/concurrency/main_orphaning_processes.asm   | 53 --------------
 .../concurrency/non_main_orphaning_processes.asm   | 60 ----------------
 sample/asm/concurrency/set_priority.asm            | 16 ++---
 src/cg/bytecode/instructions.cpp                   | 23 ------
 src/cg/disassembler/disassembler.cpp               | 18 -----
 src/front/asm/generate.cpp                         |  2 -
 src/kernel/kernel.cpp                              | 10 ++-
 src/process.cpp                                    |  7 --
 src/process/dispatch.cpp                           |  3 -
 src/process/instr/byte.cpp                         | 40 -----------
 src/process/instr/general.cpp                      |  5 +-
 src/programinstructions.cpp                        | 12 ----
 src/scheduler/vps.cpp                              | 48 +++++++++++--
 tests/tests.py                                     | 29 ++------
 28 files changed, 97 insertions(+), 518 deletions(-)
 delete mode 100644 include/viua/types/byte.h
 delete mode 100644 include/viua/types/casts/integer.h
 delete mode 100644 sample/asm/byte/helloworld.asm
 delete mode 100644 sample/asm/concurrency/main_orphaning_processes.asm
 delete mode 100644 sample/asm/concurrency/non_main_orphaning_processes.asm
 delete mode 100644 src/process/instr/byte.cpp


hooks/post-receive
-- 
Viua VM



reply via email to

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