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/ce6f5d82/rewrite-assembler u


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/ce6f5d82/rewrite-assembler updated. v0.9.0-2255-g93fd778
Date: Wed, 7 Nov 2018 21:48:09 +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/ce6f5d82/rewrite-assembler has been updated
       via  93fd778d3179da3a114c3685ad3e220ddb789337 (commit)
      from  d826cea88cc61b75f20a9b8f09e756b1417f8fd3 (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 93fd778d3179da3a114c3685ad3e220ddb789337
Author: Marek Marecki <address@hidden>
Date:   Wed Nov 7 21:47:31 2018 +0100

    Separate the files to reduce per-file line counts
    
    This should make the code more managable, and reduce compile times.

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

Summary of changes:
 Makefile                                           |   2 +
 .../libs/static_analyser/function_state.cpp        | 422 ++++++++++++++++++
 .../libs/static_analyser/static_analyser.cpp       | 481 ---------------------
 src/tooling/libs/static_analyser/values.cpp        | 170 ++++++++
 4 files changed, 594 insertions(+), 481 deletions(-)
 create mode 100644 src/tooling/libs/static_analyser/function_state.cpp
 create mode 100644 src/tooling/libs/static_analyser/values.cpp


hooks/post-receive
-- 
Viua VM



reply via email to

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