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/c2b71ff7/create-and-enforce-


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/c2b71ff7/create-and-enforce-a-consistent-coding-style updated. v0.9.0-1581-g0cdc099
Date: Sun, 29 Apr 2018 00:08:00 +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/c2b71ff7/create-and-enforce-a-consistent-coding-style has 
been updated
       via  0cdc09914a0aa761551e8b43f6ac6909afc77f66 (commit)
       via  a912a125e1e3f7336ed2553512e309da40fb8451 (commit)
       via  0f943fe5af6108cdf0c9875de166915bb1d14711 (commit)
      from  1da7afeb19ba24d36893dc5f23a187108a723481 (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 0cdc09914a0aa761551e8b43f6ac6909afc77f66
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 29 00:07:30 2018 +0200

    MUCH more const

commit a912a125e1e3f7336ed2553512e309da40fb8451
Author: Marek Marecki <address@hidden>
Date:   Sat Apr 28 22:52:10 2018 +0200

    This does not compile

commit 0f943fe5af6108cdf0c9875de166915bb1d14711
Author: Marek Marecki <address@hidden>
Date:   Sat Apr 28 22:52:00 2018 +0200

    More const and stuff for closure type

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

Summary of changes:
 include/viua/bytecode/bytetypedef.h      |   3 +-
 include/viua/bytecode/decoder/operands.h |  75 ++++---
 include/viua/kernel/frame.h              |   4 +-
 include/viua/kernel/tryframe.h           |   8 +-
 include/viua/process.h                   | 364 ++++++++++++++-----------------
 include/viua/types/closure.h             |  20 +-
 include/viua/util/memory.h               |   4 +-
 src/bytecode/decoder/operands.cpp        | 113 +++++-----
 src/process.cpp                          |  32 +--
 src/process/dispatch.cpp                 |  46 ++--
 src/process/instr/arithmetic.cpp         |  42 ++--
 src/process/instr/atom.cpp               |   8 +-
 src/process/instr/bits.cpp               | 132 +++++------
 src/process/instr/bool.cpp               |  11 +-
 src/process/instr/calls.cpp              |  30 +--
 src/process/instr/cast.cpp               |  14 +-
 src/process/instr/closure.cpp            |  17 +-
 src/process/instr/concurrency.cpp        |  24 +-
 src/process/instr/float.cpp              |  19 +-
 src/process/instr/general.cpp            |  22 +-
 src/process/instr/int.cpp                |  14 +-
 src/process/instr/linking.cpp            |   5 +-
 src/process/instr/registers.cpp          |  23 +-
 src/process/instr/str.cpp                |   5 +-
 src/process/instr/struct.cpp             |  14 +-
 src/process/instr/tcmechanism.cpp        |  20 +-
 src/process/instr/text.cpp               |  26 +--
 src/process/instr/vector.cpp             |  20 +-
 src/types/closure.cpp                    |  31 ++-
 29 files changed, 507 insertions(+), 639 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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