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-938-g7679d88


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-938-g7679d88
Date: Sun, 26 Feb 2017 23:50:44 +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  7679d88fb00213cbb09d27dbca47e64038e4f01b (commit)
       via  cc83ba3b404ea49c942b3fb7c44ebd9169af4c88 (commit)
      from  bc4114da5c1a1bec463d53f31a6ef05a85f6a60f (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 7679d88fb00213cbb09d27dbca47e64038e4f01b
Author: Marek Marecki <address@hidden>
Date:   Sun Feb 26 23:51:14 2017 +0100

    Function objects can be called using call instruction

commit cc83ba3b404ea49c942b3fb7c44ebd9169af4c88
Author: Marek Marecki <address@hidden>
Date:   Sun Feb 26 23:50:56 2017 +0100

    Assemble call instruction for function objects

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

Summary of changes:
 include/viua/cg/bytecode/instructions.h |  1 +
 include/viua/program.h                  |  1 +
 src/cg/assembler/static_analysis.cpp    |  6 ++++++
 src/cg/assembler/verify.cpp             | 15 +++++++++++----
 src/cg/bytecode/instructions.cpp        |  4 ++++
 src/cg/disassembler/disassembler.cpp    | 14 ++++++++++----
 src/cg/lex.cpp                          | 10 ++++++++++
 src/cg/tools.cpp                        |  9 +++++++--
 src/front/asm/assemble_instruction.cpp  |  6 +++++-
 src/process/instr/calls.cpp             | 15 ++++++++++++++-
 src/programinstructions.cpp             |  8 ++++++++
 11 files changed, 77 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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