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/8f249243/simplify-arithmetic


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/8f249243/simplify-arithmetic-ops updated. v0.8.4-1115-g936e746
Date: Sun, 23 Apr 2017 13:10:56 +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/8f249243/simplify-arithmetic-ops has been updated
       via  936e746362e995faf229048baa4739d2c9f5a148 (commit)
       via  c397d9a7b9073b8c352046985dccca4f9e4c64f2 (commit)
       via  6809792fb525fe11327a690a693c8274ca7e6aa7 (commit)
       via  5256555470dfd20ec7adb9369c2f631e4dd11554 (commit)
      from  8eed4921cc2a6df26da696d9373e7a4965d911bd (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 936e746362e995faf229048baa4739d2c9f5a148
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 23 13:06:36 2017 +0200

    Simplify numeric types' code

commit c397d9a7b9073b8c352046985dccca4f9e4c64f2
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 23 13:05:37 2017 +0200

    Use inderlying_type for casts (do not needlessly repeat information)

commit 6809792fb525fe11327a690a693c8274ca7e6aa7
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 23 13:04:45 2017 +0200

    Use fixed-size integers for String indexing

commit 5256555470dfd20ec7adb9369c2f631e4dd11554
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 23 13:04:03 2017 +0200

    Add underlying_type to Float (similar to what Integer has)

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

Summary of changes:
 include/viua/types/float.h        | 19 +++++--------------
 include/viua/types/integer.h      | 13 -------------
 include/viua/types/number.h       | 15 +--------------
 include/viua/types/string.h       |  2 +-
 sample/asm/external/math.cpp      |  2 +-
 src/bytecode/decoder/operands.cpp | 16 +++++++++++-----
 src/bytecode/encoder/operands.cpp |  2 +-
 src/process/instr/arithmetic.cpp  | 26 +++++++++++++-------------
 src/process/instr/cast.cpp        |  4 ++--
 src/process/instr/text.cpp        |  6 +++---
 src/process/instr/vector.cpp      |  4 ++--
 src/stdlib/kitchensink.cpp        |  2 +-
 src/types/float.cpp               | 33 ---------------------------------
 src/types/integer.cpp             | 33 ---------------------------------
 src/types/string.cpp              | 10 +++++-----
 15 files changed, 46 insertions(+), 141 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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