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/65c2346f/replace-param-pamv-


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/65c2346f/replace-param-pamv-and-arg-with-move-and-copy updated. v0.9.0-1861-g58aaf4f
Date: Mon, 6 Aug 2018 21:27:27 +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/65c2346f/replace-param-pamv-and-arg-with-move-and-copy has 
been updated
       via  58aaf4fb023c10d25746213d6463438d2e2bce63 (commit)
      from  a4f5bbd56ae9a0bb07847cb5c2597b2ac4f337f3 (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 58aaf4fb023c10d25746213d6463438d2e2bce63
Author: Marek Marecki <address@hidden>
Date:   Mon Aug 6 21:25:39 2018 +0200

    Remove static analysis for "pamv" instruction
    
    This instruction was deprecated and should not be used in user code (the
    assembler will even reject it). It is now internal to the VM, and
    synthesised from `move` instruction; thus, the static analysis was moved
    to the `move` instruction.

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

Summary of changes:
 Makefile                                           |  1 -
 include/viua/assembler/frontend/static_analyser.h  |  2 -
 .../static_analyser/checkers/check_op_pamv.cpp     | 56 ----------------------
 .../frontend/static_analyser/register_usage.cpp    |  7 +--
 4 files changed, 4 insertions(+), 62 deletions(-)
 delete mode 100644 
src/assembler/frontend/static_analyser/checkers/check_op_pamv.cpp


hooks/post-receive
-- 
Viua VM



reply via email to

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