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/38a0f558/add-instruction-for


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/38a0f558/add-instruction-for-allocating-local-registers updated. v0.9.0-1782-g5a1af91
Date: Sat, 7 Jul 2018 16:42:18 +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/38a0f558/add-instruction-for-allocating-local-registers has 
been updated
       via  5a1af91fc877e089b6a1726182be2088a0145cc3 (commit)
       via  5df4d1f7f84d448c5ed6fb87eac4c9317271c8ee (commit)
       via  1d3f7df6dad7f499146fa8df80e65715f82b277d (commit)
       via  58a65334d8af62af1431fb7fc0fd7282ff772da6 (commit)
       via  eb06d6d9040f1c6030ff1aa7b8ef5df21f90cb94 (commit)
       via  f30fd53db1143181faafd96233bbfce2f4b58a7e (commit)
      from  54562dab0c183def51ed09e5364bccd8d9894e40 (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 5a1af91fc877e089b6a1726182be2088a0145cc3
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 7 16:42:07 2018 +0200

    Reduce number of registers allocated

commit 5df4d1f7f84d448c5ed6fb87eac4c9317271c8ee
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 7 16:42:00 2018 +0200

    Remove useless comment

commit 1d3f7df6dad7f499146fa8df80e65715f82b277d
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 7 16:39:07 2018 +0200

    Temporarily disable SA checks for tests containing catch instructions

commit 58a65334d8af62af1431fb7fc0fd7282ff772da6
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 7 16:37:42 2018 +0200

    Use registers packed by "vector" to avoid unused register errors

commit eb06d6d9040f1c6030ff1aa7b8ef5df21f90cb94
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 7 16:36:33 2018 +0200

    Reduce number of registers allocated to avoid unused register errors

commit f30fd53db1143181faafd96233bbfce2f4b58a7e
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 7 14:03:06 2018 +0200

    Fix: correct number of registers used

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

Summary of changes:
 sample/asm/external/sleeper.asm                       |  4 ++--
 sample/asm/factorial_tailcall.asm                     |  6 +++---
 sample/asm/registerref.asm                            | 17 ++++++++++-------
 sample/asm/watchdog/already_spawned.asm               |  2 +-
 sample/asm/watchdog/death_message.asm                 | 10 +++++-----
 sample/asm/watchdog/from_undefined_function.asm       |  2 +-
 sample/asm/watchdog/hello_world.asm                   | 12 ++++++------
 sample/asm/watchdog/must_be_a_native_function.asm     |  2 +-
 sample/asm/watchdog/restarting_process.asm            |  8 ++++----
 sample/standard_library/vector/any_returns_false.asm  |  8 ++++----
 sample/standard_library/vector/any_returns_true.asm   |  8 ++++----
 .../standard_library/vector/every_returns_false.asm   |  8 ++++----
 sample/standard_library/vector/every_returns_true.asm |  8 ++++----
 .../static_analyser/checkers/check_op_vector.cpp      |  1 +
 tests/tests.py                                        | 19 +++++++++----------
 15 files changed, 59 insertions(+), 56 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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