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/169/using-multiple-register-


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/169/using-multiple-register-sets-in-single-instruction updated. v0.8.4-876-g92f5343
Date: Sun, 29 Jan 2017 02:04:34 +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/169/using-multiple-register-sets-in-single-instruction has 
been updated
       via  92f534395be15850ab5d392fcad7921fb55eafd7 (commit)
       via  b92cc8aec12c0dcc39feb106f5e84ab8d4a6c05e (commit)
      from  48bec6e52c28bec4a0bd5b68fcb949ac2e760c7b (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 92f534395be15850ab5d392fcad7921fb55eafd7
Author: Marek Marecki <address@hidden>
Date:   Sun Jan 29 02:03:52 2017 +0100

    Support explicit register sets for ALU instructions

commit b92cc8aec12c0dcc39feb106f5e84ab8d4a6c05e
Author: Marek Marecki <address@hidden>
Date:   Sun Jan 29 01:58:58 2017 +0100

    Fix correctly deal with references
    
    A bug surfaced when a capture-by-reference was used in conjunction with
    explicit register sets.
    The VM tried to cast reference returned by the register directly into an
    object without first unwrapping the reference.

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

Summary of changes:
 src/bytecode/decoder/operands.cpp    |   5 ++
 src/cg/assembler/static_analysis.cpp |   5 +-
 src/cg/disassembler/disassembler.cpp |   5 ++
 src/cg/lex.cpp                       |  49 +++++++++---
 src/cg/tools.cpp                     |  21 ++++-
 src/front/asm/generate.cpp           | 144 ++++++++++++++++++++++++-----------
 src/process/instr/arithmetic.cpp     |  10 +--
 7 files changed, 175 insertions(+), 64 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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