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-481-g9911d18


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-481-g9911d18
Date: Wed, 2 Nov 2016 23:45:51 +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  9911d18b4b864c4e97f2264a0b5826fc33d9c6c4 (commit)
      from  9b7cfa8fdf17e712f8fc108814b6dfbb9a42b44f (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 9911d18b4b864c4e97f2264a0b5826fc33d9c6c4
Author: Marek Marecki <address@hidden>
Date:   Wed Nov 2 23:27:59 2016 +0100

    Move Process to a namespace

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

Summary of changes:
 include/viua/bytecode/decoder/operands.h |  29 +-
 include/viua/include/module.h            |  11 +-
 include/viua/kernel/kernel.h             |  13 +-
 include/viua/pid.h                       |  11 +-
 include/viua/process.h                   | 522 ++++++++++++++++---------------
 include/viua/scheduler/ffi.h             |   8 +-
 include/viua/scheduler/vps.h             |  24 +-
 include/viua/types/pointer.h             |   6 +-
 include/viua/types/process.h             |   8 +-
 include/viua/types/string.h              |  23 +-
 sample/asm/external/World.cpp            |   2 +-
 sample/asm/external/math.cpp             |   2 +-
 sample/asm/external/printer.cpp          |   2 +-
 sample/asm/external/sleeper.cpp          |   2 +-
 sample/asm/external/throwing.cpp         |   2 +-
 src/bytecode/decoder/operands.cpp        |  22 +-
 src/bytecode/encoder/operands.cpp        |  22 +-
 src/kernel/kernel.cpp                    |   6 +-
 src/pid.cpp                              |   4 +-
 src/process.cpp                          | 110 +++----
 src/process/dispatch.cpp                 |   2 +-
 src/process/instr/bool.cpp               |   6 +-
 src/process/instr/calls.cpp              |  18 +-
 src/process/instr/cast.cpp               |   8 +-
 src/process/instr/closure.cpp            |  12 +-
 src/process/instr/concurrency.cpp        |  16 +-
 src/process/instr/float.cpp              |  28 +-
 src/process/instr/general.cpp            |   8 +-
 src/process/instr/int.cpp                |  34 +-
 src/process/instr/linking.cpp            |   4 +-
 src/process/instr/object.cpp             |  10 +-
 src/process/instr/prototype.cpp          |   8 +-
 src/process/instr/registers.cpp          |  18 +-
 src/process/instr/str.cpp                |   2 +-
 src/process/instr/tcmechanism.cpp        |  12 +-
 src/process/instr/vector.cpp             |  12 +-
 src/scheduler/vps.cpp                    |  22 +-
 src/stdlib/io.cpp                        |   8 +-
 src/stdlib/kitchensink.cpp               |   2 +-
 src/stdlib/random.cpp                    |   8 +-
 src/stdlib/typesystem.cpp                |   6 +-
 src/types/pointer.cpp                    |   2 +-
 src/types/process.cpp                    |   4 +-
 src/types/string.cpp                     |  18 +-
 44 files changed, 558 insertions(+), 539 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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