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/unify-call-and-fcall-instruc


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/unify-call-and-fcall-instructions updated. v0.8.4-942-g268b799
Date: Tue, 28 Feb 2017 00:05:24 +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/unify-call-and-fcall-instructions has been updated
       via  268b799fef2338cd9d1a3015bfa351c0b62a73d4 (commit)
       via  da634a183df43186590a3d2701aee025afa0dec7 (commit)
       via  2f59cb9f404d9c7c26a5bc07bae91782934fa783 (commit)
      from  9ba58c6e94ffb452f31e2476f5884ebc0f6da6a0 (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 268b799fef2338cd9d1a3015bfa351c0b62a73d4
Author: Marek Marecki <address@hidden>
Date:   Tue Feb 28 00:05:49 2017 +0100

    Assemble tailcalls of function objects

commit da634a183df43186590a3d2701aee025afa0dec7
Author: Marek Marecki <address@hidden>
Date:   Mon Feb 27 22:05:25 2017 +0100

    Backend for processes from function objects

commit 2f59cb9f404d9c7c26a5bc07bae91782934fa783
Author: Marek Marecki <address@hidden>
Date:   Mon Feb 27 22:05:03 2017 +0100

    Backend for tailcalls from function objects

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

Summary of changes:
 include/viua/cg/bytecode/instructions.h |  2 ++
 include/viua/program.h                  |  2 ++
 src/cg/assembler/static_analysis.cpp    | 10 +++++++++-
 src/cg/assembler/verify.cpp             | 17 ++++++++++++-----
 src/cg/bytecode/instructions.cpp        |  9 +++++++++
 src/cg/disassembler/disassembler.cpp    | 13 ++++++++++++-
 src/cg/lex.cpp                          | 13 +++++++++++++
 src/cg/tools.cpp                        | 10 ++++++++--
 src/front/asm/assemble_instruction.cpp  |  6 +++++-
 src/process/instr/calls.cpp             | 18 +++++++++++++++++-
 src/process/instr/concurrency.cpp       | 20 +++++++++++++++++++-
 src/programinstructions.cpp             | 10 ++++++++++
 12 files changed, 118 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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