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-641-g5014d48


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-641-g5014d48
Date: Fri, 2 Dec 2016 22:03:22 +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  5014d48907086967e6e095b5501fb890b5927b32 (commit)
       via  b32af08dcec01dc17354144285e9e233f548965a (commit)
       via  4c43adfea884cfb97b5d0ac123dab611953980b9 (commit)
      from  68021ce57c32b53fbb6e83836ed7ecd3b9182705 (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 5014d48907086967e6e095b5501fb890b5927b32
Author: Marek Marecki <address@hidden>
Date:   Fri Dec 2 22:08:31 2016 +0100

    Use better name

commit b32af08dcec01dc17354144285e9e233f548965a
Author: Marek Marecki <address@hidden>
Date:   Fri Dec 2 21:46:52 2016 +0100

    Small adjustment

commit 4c43adfea884cfb97b5d0ac123dab611953980b9
Author: Marek Marecki <address@hidden>
Date:   Thu Dec 1 19:02:45 2016 +0100

    Rename "pull" instruction to "draw"

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

Summary of changes:
 Changelog.markdown                                          |  1 +
 include/viua/bytecode/maps.h                                |  4 ++--
 include/viua/bytecode/opcodes.h                             | 10 +++++++++-
 include/viua/cg/bytecode/instructions.h                     |  2 +-
 include/viua/process.h                                      |  2 +-
 include/viua/program.h                                      |  2 +-
 sample/asm/blocks/catching_builtin_type.asm                 |  4 ++--
 sample/asm/concurrency/receive_timeout_default.asm          |  2 +-
 sample/asm/concurrency/receive_timeout_infinite.asm         |  2 +-
 sample/asm/concurrency/transferring_exceptions.asm          |  2 +-
 sample/asm/exceptions/nullregister_access.asm               |  2 +-
 sample/asm/exceptions/restore_catcher_state.asm             |  4 ++--
 .../exceptions/thrown_in_linked_caught_in_static_base.asm   |  2 +-
 sample/asm/external/throwing.asm                            |  2 +-
 sample/asm/prototype/deeply_derived_class_catching.asm      |  2 +-
 sample/asm/prototype/derived_class_catching.asm             |  2 +-
 .../multiple_inheritance_with_no_shared_base_classes.asm    |  2 +-
 sample/asm/prototype/shared_bases.asm                       |  2 +-
 sample/asm/prototype/unregistered_type_instantation.asm     |  2 +-
 sample/examples/guessing_game/main.asm                      |  2 +-
 sample/vm_runtime_assertions/assert_arity.asm               |  2 +-
 sample/vm_runtime_assertions/assert_typeof.asm              |  2 +-
 src/cg/bytecode/instructions.cpp                            |  4 ++--
 src/cg/disassembler/disassembler.cpp                        |  2 +-
 src/cg/lex.cpp                                              | 13 ++++++++-----
 src/cg/tools.cpp                                            |  4 ++--
 src/front/asm/generate.cpp                                  |  4 ++--
 src/process/dispatch.cpp                                    |  4 ++--
 src/process/instr/tcmechanism.cpp                           |  6 +++---
 src/programinstructions.cpp                                 |  4 ++--
 src/stdlib/viua/functional.asm                              |  2 +-
 31 files changed, 56 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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