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/166/implement-pointer-derefe


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/166/implement-pointer-dereference updated. v0.8.4-580-g69754c1
Date: Sun, 20 Nov 2016 17:14:59 +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, issue/166/implement-pointer-dereference has been updated
       via  69754c152e9c3bde54a8f0ff70ccda523eaefa1a (commit)
       via  95fec2641ec65a261d5d5dec8ab5d097454b4eb0 (commit)
       via  16b703d5090ca23566ce287004e18375b8a029a3 (commit)
      from  6a89a084483fb0b21a282d790868edee0e1aa1ed (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 69754c152e9c3bde54a8f0ff70ccda523eaefa1a
Author: Marek Marecki <address@hidden>
Date:   Sun Nov 20 16:56:41 2016 +0100

    Allow pointer dereferences in source of "fcall" instruction

commit 95fec2641ec65a261d5d5dec8ab5d097454b4eb0
Author: Marek Marecki <address@hidden>
Date:   Sun Nov 20 16:45:49 2016 +0100

    Allow pointer dereferences in "capturecopy" instruction

commit 16b703d5090ca23566ce287004e18375b8a029a3
Author: Marek Marecki <address@hidden>
Date:   Sun Nov 20 16:33:18 2016 +0100

    Fix void may be used as return register in "fcall" instruction

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

Summary of changes:
 .../capturecopy.asm}                               | 14 +++++-----
 .../fcall.asm}                                     | 30 ++++++++++++++++++++--
 src/process/instr/closure.cpp                      | 25 +++++++++++++-----
 tests/tests.py                                     |  7 +++++
 4 files changed, 61 insertions(+), 15 deletions(-)
 copy sample/asm/{static_analysis_errors/parameter_move_empties_registers.asm 
=> pointers/capturecopy.asm} (80%)
 copy sample/asm/{errors/duplicated_function_names.asm => pointers/fcall.asm} 
(58%)


hooks/post-receive
-- 
Viua VM



reply via email to

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