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-1739-g3216d44
Date: Sat, 23 Jun 2018 16:31:04 +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  3216d44a8b9d07e84ceb445c64ee4414e2f9bcbc (commit)
      from  4a0ae11301e87f9bcdb48ed744cf1772e84ebe35 (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 3216d44a8b9d07e84ceb445c64ee4414e2f9bcbc
Author: Marek Marecki <address@hidden>
Date:   Sat Jun 23 16:31:02 2018 +0200

    Add missing "allocate_registers"

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

Summary of changes:
 sample/asm/atoms/comparing_atoms.asm                     |  4 +++-
 sample/asm/atoms/comparing_with_different_type.asm       |  4 +++-
 sample/asm/atoms/printing_an_atom.asm                    |  4 +++-
 sample/asm/deferred/before_return.asm                    |  6 +++++-
 sample/asm/deferred/before_tailcall.asm                  | 10 +++++++++-
 sample/asm/deferred/before_unwind_on_caught.asm          | 10 +++++++++-
 sample/asm/deferred/before_unwind_on_uncaught.asm        | 10 +++++++++-
 .../deferred/calls_running_before_frame_is_dropped.asm   |  6 +++++-
 sample/asm/deferred/hello_world.asm                      |  6 +++++-
 sample/asm/deferred/nested.asm                           | 12 +++++++++++-
 sample/asm/deferred/on_caught_exception.asm              | 10 +++++++++-
 sample/asm/deferred/on_uncaught_exception.asm            |  8 +++++++-
 sample/asm/deferred/reverse_order.asm                    |  8 +++++++-
 sample/asm/deferred/tailcall.asm                         | 10 +++++++++-
 .../exception_mechanism/throw_from_empty_register.asm    |  4 +++-
 sample/asm/explicit_register_sets/hello_world.asm        |  4 +++-
 sample/asm/explicit_register_sets/move_between.asm       |  4 +++-
 sample/asm/keyword/default/arg.asm                       |  6 +++++-
 sample/asm/keyword/default/call.asm                      |  6 +++++-
 sample/asm/keyword/default/float.asm                     |  4 +++-
 sample/asm/keyword/default/integer.asm                   |  4 +++-
 sample/asm/keyword/default/string.asm                    |  4 +++-
 sample/asm/keyword/iota/invalid_argument_to_iota.asm     |  4 +++-
 .../iota/iota_directive_used_outside_of_iota_scope.asm   |  6 ++++--
 sample/asm/keyword/iota/iota_in_frame.asm                |  6 +++++-
 sample/asm/keyword/iota/iota_in_names.asm                |  4 +++-
 sample/asm/keyword/iota/iota_in_receiving_arguments.asm  |  6 +++++-
 sample/asm/keyword/iota/iota_in_register_indexes.asm     |  4 +++-
 sample/asm/keyword/void/in_arg.asm                       |  6 +++++-
 sample/asm/keyword/void/in_call.asm                      |  6 +++++-
 sample/asm/keyword/void/in_join.asm                      |  6 +++++-
 sample/asm/keyword/void/in_process.asm                   |  6 +++++-
 sample/asm/keyword/void/in_receive.asm                   |  6 +++++-
 sample/asm/keyword/void/vpop_void_target.asm             |  4 +++-
 sample/asm/pointers/and.asm                              |  4 +++-
 sample/asm/pointers/capturecopy.asm                      |  6 +++++-
 sample/asm/pointers/fcall.asm                            |  8 +++++++-
 sample/asm/pointers/float_arithmetic.asm                 |  4 +++-
 sample/asm/pointers/ftoi.asm                             |  4 +++-
 sample/asm/pointers/hello_world.asm                      |  6 ++++--
 sample/asm/pointers/if.asm                               |  6 ++++--
 sample/asm/pointers/increment_decrement.asm              |  8 +++++---
 sample/asm/pointers/integer_arithmetic.asm               |  4 +++-
 sample/asm/pointers/itof.asm                             |  4 +++-
 sample/asm/pointers/not.asm                              |  4 +++-
 sample/asm/pointers/or.asm                               |  4 +++-
 sample/asm/pointers/stof.asm                             |  4 +++-
 sample/asm/pointers/stoi.asm                             |  4 +++-
 .../pointers/vinsert_pointer_dereference_as_source.asm   |  4 +++-
 .../pointers/vinsert_pointer_dereference_as_target.asm   |  4 +++-
 .../asm/pointers/vpush_pointer_dereference_as_source.asm |  4 +++-
 sample/asm/process_abstraction/separate_global_rs.asm    |  8 +++++++-
 sample/asm/structs/creating_empty_struct.asm             |  4 +++-
 sample/asm/structs/inserting_a_value_into_a_struct.asm   |  4 +++-
 .../asm/structs/obtaining_list_of_keys_in_a_struct.asm   |  4 +++-
 sample/asm/structs/overwriting_a_value_in_a_struct.asm   |  4 +++-
 sample/asm/structs/removing_a_value_from_a_struct.asm    |  4 +++-
 sample/asm/watchdog/death_message.asm                    | 16 +++++++++++++++-
 .../asm/watchdog/from_undefined_function_at_runtime.asm  |  6 +++++-
 sample/asm/watchdog/terminated_watchdog.asm              |  6 ++++++
 60 files changed, 282 insertions(+), 64 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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