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/152/refactor-operand-encodin


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/152/refactor-operand-encoding-and-decoding updated. v0.8.4-182-gde03fba
Date: Tue, 20 Sep 2016 21:07:40 +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, issue/152/refactor-operand-encoding-and-decoding has been updated
       via  de03fbada872804ccf7d6b79e04c33c82d7a541c (commit)
      from  c43264f8805d9213869ef833d705cf98b7ae7063 (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 de03fbada872804ccf7d6b79e04c33c82d7a541c
Author: Marek Marecki <address@hidden>
Date:   Tue Sep 20 20:50:56 2016 +0200

    Start refactoring of operand decoding machinery

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

Summary of changes:
 Makefile                                           |  5 +-
 build/{ => bytecode/decoder}/.gitkeep              |  0
 .../catcher.h => bytecode/decoder/operands.h}      | 25 +++++----
 src/bytecode/decoder/operands.cpp                  | 59 ++++++++++++++++++++++
 src/process/instr/bool.cpp                         |  6 ++-
 5 files changed, 82 insertions(+), 13 deletions(-)
 copy build/{ => bytecode/decoder}/.gitkeep (100%)
 copy include/viua/{kernel/catcher.h => bytecode/decoder/operands.h} (63%)
 create mode 100644 src/bytecode/decoder/operands.cpp


hooks/post-receive
-- 
Viua VM



reply via email to

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