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-0f8c916c-rework-imports upda


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue-0f8c916c-rework-imports updated. v0.9.0-2313-gec49f8b
Date: Mon, 31 Dec 2018 10:10:17 +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-0f8c916c-rework-imports has been updated
       via  ec49f8bc51dc93a6391663db7d96156fbb85065f (commit)
       via  3010b095fe9112e9cfab29caed4e699bb6c5078a (commit)
      from  2054d6683d8305070f572a7a2afde4eb84d76a8d (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 ec49f8bc51dc93a6391663db7d96156fbb85065f
Author: Marek Marecki <address@hidden>
Date:   Mon Dec 31 10:09:26 2018 +0100

    Save information about dynamic imports in bytecode modules
    
    This information is now available to the loader and linker, which will
    be able to use it to perform dynamic linking of required modules.

commit 3010b095fe9112e9cfab29caed4e699bb6c5078a
Author: Marek Marecki <address@hidden>
Date:   Mon Dec 31 10:03:20 2018 +0100

    Reduce usage of global VERBOSE variable in assembler
    
    Use verbose field from the flags structure instead. It is much better
    design to rely on a parameter than to rely on a global variable.

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

Summary of changes:
 include/viua/loader.h      |  5 +++++
 src/front/asm/generate.cpp | 44 ++++++++++++++++++++++++++++++++------------
 src/loader.cpp             |  9 +++++++++
 3 files changed, 46 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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