viuavm-commits
[Top][All Lists]
Advanced

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

[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2440-g013502


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2440-g0135024
Date: Wed, 22 May 2019 23:13:20 +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, devel has been updated
       via  0135024c31853290c6217bd2f3e7708b4d500702 (commit)
       via  670dbe766dcb39b7a44c70016fa00fd29c70dc7c (commit)
      from  cec5c2ed982102af3122e8b684628a1d0c4c3713 (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 0135024c31853290c6217bd2f3e7708b4d500702
Author: Marek Marecki <address@hidden>
Date:   Wed May 22 23:10:58 2019 +0200

    Add a warning about modules containing no functions
    
    Empty modules are both useless (they contain no useful code or data) and
    suspicious (usually suggesting something went wrong in the production
    pipeline).
    
    The need for such a warning was discovered when I was debugging
    "undefined function" errors. The compiler I was using was sometimes
    producing empty modules when it should not have.

commit 670dbe766dcb39b7a44c70016fa00fd29c70dc7c
Author: Marek Marecki <address@hidden>
Date:   Wed May 22 23:09:51 2019 +0200

    Differentiate debug messages about marking functions visible
    
    To make it easier to see whether the function was locally defined,
    statically linked, or dynamically linked.

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

Summary of changes:
 src/front/asm/generate.cpp | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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