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/173/add-atoms updated. v0.8.


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/173/add-atoms updated. v0.8.4-1100-g21a5348
Date: Fri, 21 Apr 2017 22:44:45 +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/173/add-atoms has been updated
       via  21a5348cda6d245278942fc8d6dec34d4c4afd19 (commit)
       via  72d295506d3afd2981b8882379eba62003289b8f (commit)
       via  e308759a996f2bea85fd14235a61cd903112e32b (commit)
       via  186076d70dd4b0393a072b40db439a63ea362dcf (commit)
       via  e5a36e62802c3f7c06dc52bde661a9bed7721ad3 (commit)
      from  0718d56977a212bf13a8ff1546b29411162624bc (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 21a5348cda6d245278942fc8d6dec34d4c4afd19
Author: Marek Marecki <address@hidden>
Date:   Fri Apr 21 22:40:24 2017 +0200

    Add test for comparing atoms with different types

commit 72d295506d3afd2981b8882379eba62003289b8f
Author: Marek Marecki <address@hidden>
Date:   Fri Apr 21 22:40:01 2017 +0200

    Employ fetch_object_of<>() function in "atomeq" implementation

commit e308759a996f2bea85fd14235a61cd903112e32b
Author: Marek Marecki <address@hidden>
Date:   Fri Apr 21 22:39:37 2017 +0200

    Make Atom type compatible with fetch_object_of<>() function

commit 186076d70dd4b0393a072b40db439a63ea362dcf
Author: Marek Marecki <address@hidden>
Date:   Fri Apr 21 22:38:54 2017 +0200

    Abstract fetching a value and checking its type into a template

commit e5a36e62802c3f7c06dc52bde661a9bed7721ad3
Author: Marek Marecki <address@hidden>
Date:   Fri Apr 21 22:13:18 2017 +0200

    Tests for atoms

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

Summary of changes:
 include/viua/bytecode/decoder/operands.h             | 20 ++++++++++++++++++++
 include/viua/types/atom.h                            |  2 ++
 .../move_between.asm => atoms/comparing_atoms.asm}   | 12 +++++-------
 .../comparing_with_different_type.asm}               |  7 +++----
 .../hello_world.asm => atoms/printing_an_atom.asm}   |  2 +-
 src/process/instr/atom.cpp                           |  8 ++++----
 src/types/atom.cpp                                   |  1 +
 tests/tests.py                                       | 13 +++++++++++++
 8 files changed, 49 insertions(+), 16 deletions(-)
 copy sample/asm/{explicit_register_sets/move_between.asm => 
atoms/comparing_atoms.asm} (73%)
 copy sample/asm/{text/texteq.asm => atoms/comparing_with_different_type.asm} 
(83%)
 copy sample/asm/{text/hello_world.asm => atoms/printing_an_atom.asm} (96%)


hooks/post-receive
-- 
Viua VM



reply via email to

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