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-2316-gcdbbc90
Date: Mon, 31 Dec 2018 10:20:26 +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  cdbbc907028934607ae012419fb5f8d146d63bc9 (commit)
       via  61fd121417df3cf580f549d434c1b72d0b8480cb (commit)
       via  fee3adb4cb0bdbeccb33b9387960503db32a1812 (commit)
      from  ec49f8bc51dc93a6391663db7d96156fbb85065f (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 cdbbc907028934607ae012419fb5f8d146d63bc9
Author: Marek Marecki <address@hidden>
Date:   Mon Dec 31 10:18:55 2018 +0100

    Report functions that are being made visible
    
    This is sometimes a valuable debugging information.

commit 61fd121417df3cf580f549d434c1b72d0b8480cb
Author: Marek Marecki <address@hidden>
Date:   Mon Dec 31 10:17:25 2018 +0100

    Improve code layout
    
    Writes of function signatures, block signatures, and dynamic import
    sections are indented and given their own scopes. This proides just a
    little bit of separation in the spaghetti code that is the bytecode
    writer.

commit fee3adb4cb0bdbeccb33b9387960503db32a1812
Author: Marek Marecki <address@hidden>
Date:   Mon Dec 31 10:13:02 2018 +0100

    Load dynamic imports at VM startup
    
    VM kernel initialiser reads the information about dynamic imports as
    reported by the loader, and loads required modules.
    
    This means that the "dynamic imports" functionality is *almost* ready;
    for now only bytecode modules can be dynamically loaded this way, but we
    need modules implemented in C++ to work too.

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

Summary of changes:
 src/front/asm/generate.cpp | 130 +++++++++++++++++++++++++++++++++------------
 src/front/vm.cpp           |   4 ++
 2 files changed, 99 insertions(+), 35 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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