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.9.0-2588-g441d66


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2588-g441d66e
Date: Sun, 22 Dec 2019 16:35:16 +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  441d66efd73477865acc8f889fba2aa2e82448fe (commit)
      from  bf9182c63feb4ffe048e17d333696fab7c4e5034 (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 441d66efd73477865acc8f889fba2aa2e82448fe
Author: Marek Marecki <address@hidden>
Date:   Sun Dec 22 16:28:48 2019 +0100

    Arguments are always moved inside the callee
    
    Previously only "moved" arguments, i.e. the ones that were passed to the
    function with the "move" instruction:
    
        move %0 arguments %x local
    
    were passed by move. Those copied were copied *two* times (which is
    obviously a bug).
    
    This commit concerns an internal instruction, not publicly available to
    user code.

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

Summary of changes:
 sample/asm/watchdog/restarting_process.asm |  7 ++-----
 src/process/instr/calls.cpp                | 11 +----------
 tests/tests.py                             |  2 +-
 3 files changed, 4 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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