viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch text-and-utf8 updated. v0.8.4-1036


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch text-and-utf8 updated. v0.8.4-1036-g1f8a1aa
Date: Sun, 9 Apr 2017 21:36:49 +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, text-and-utf8 has been updated
       via  1f8a1aa8905186ddec9342c5feaf96d745de480d (commit)
      from  c8c7383758bb7c29476b6e421d711503326e964e (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 1f8a1aa8905186ddec9342c5feaf96d745de480d
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 9 21:31:50 2017 +0200

    Remove textview instruction
    
    It would be another kind of pointer, and would require the same checking
    mechanisms as pointers - process bounds, lifetime checks, etc.
    If the need arises, `textview` instruction will be implemented later.

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

Summary of changes:
 include/viua/bytecode/maps.h            |  2 --
 include/viua/bytecode/opcodes.h         | 10 ----------
 include/viua/cg/bytecode/instructions.h |  1 -
 include/viua/process.h                  |  1 -
 include/viua/program.h                  |  1 -
 include/viua/types/text.h               | 20 --------------------
 src/cg/assembler/static_analysis.cpp    |  2 +-
 src/cg/bytecode/instructions.cpp        |  3 ---
 src/cg/disassembler/disassembler.cpp    |  1 -
 src/cg/tools.cpp                        |  6 ------
 src/front/asm/assemble_instruction.cpp  | 12 ------------
 src/process/instr/text.cpp              |  5 -----
 src/programinstructions.cpp             |  4 ----
 src/types/text.cpp                      |  4 ++--
 14 files changed, 3 insertions(+), 69 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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