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-21a6d210-pluggable-instructi


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue-21a6d210-pluggable-instruction-decoders updated. v0.9.0-2619-gf5b9d4a
Date: Fri, 3 Jan 2020 15:21:35 +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-21a6d210-pluggable-instruction-decoders has been updated
  discards  2b36d59729f075f4b52261e28ab32ec3c4b2bfb9 (commit)
  discards  2802280c582d0eba700b8fbac4d4df0f8ef429f6 (commit)
  discards  fae431486056f6a180c3b09642f129de038f0849 (commit)
       via  f5b9d4a4b4c3382fdc13747fcab63d3aefaae293 (commit)
       via  25e3b8fae7577e17434a1b7cd83efe35ebf54e6c (commit)
       via  8f446e85fe0c8e54996ba6d14956f258f80ed987 (commit)
       via  ed4009bd641d6e703c1f448cf1bfae972c1b344b (commit)
       via  7f8514efb746c67db89bdab8d0ae0b617a4a0a5b (commit)
       via  2c862d44468ecc369717e7a1f66b744774a15930 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (2b36d59729f075f4b52261e28ab32ec3c4b2bfb9)
            \
             N -- N -- N (f5b9d4a4b4c3382fdc13747fcab63d3aefaae293)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 f5b9d4a4b4c3382fdc13747fcab63d3aefaae293
Author: Marek Marecki <address@hidden>
Date:   Thu Dec 26 16:44:53 2019 +0100

    Ops

commit 25e3b8fae7577e17434a1b7cd83efe35ebf54e6c
Author: Marek Marecki <address@hidden>
Date:   Thu Dec 26 16:44:34 2019 +0100

    Codec

commit 8f446e85fe0c8e54996ba6d14956f258f80ed987
Author: Marek Marecki <address@hidden>
Date:   Thu Dec 26 00:09:48 2019 +0100

    Instructions implementations use new decoder

commit ed4009bd641d6e703c1f448cf1bfae972c1b344b
Author: Marek Marecki <address@hidden>
Date:   Wed Dec 25 23:54:43 2019 +0100

    Prepare for new bytecode codec

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

Summary of changes:
 include/viua/bytecode/codec.h          |   7 +-
 include/viua/bytecode/codec/main.h     |   2 +
 include/viua/bytecode/operand_types.h  |   6 +-
 include/viua/process.h                 |  29 ++++--
 sample/asm/concurrency/hello_world.asm |   6 +-
 scripts/clang_format.sh                |   4 +-
 src/bytecode/codec/main.cpp            |  23 ++++-
 src/bytecode/decoder/operands.cpp      |   1 -
 src/process.cpp                        | 113 ++++++++++++++++++----
 src/process/instr/arithmetic.cpp       |  16 +---
 src/process/instr/atom.cpp             |   2 +-
 src/process/instr/bits.cpp             | 166 ++++++++-------------------------
 src/process/instr/bool.cpp             |  23 ++---
 src/process/instr/calls.cpp            |  79 +++++-----------
 src/process/instr/cast.cpp             |  44 +++------
 src/process/instr/closure.cpp          |  71 ++++----------
 src/process/instr/concurrency.cpp      |  67 ++++---------
 src/process/instr/general.cpp          |   2 +-
 18 files changed, 274 insertions(+), 387 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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