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-2640-gb1b039


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2640-gb1b0391
Date: Thu, 26 Mar 2020 09:10:11 +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, devel has been updated
       via  b1b039199634fcee35a20c72e1739468a40f72c0 (commit)
      from  93215cc9aaf33f8c522ea751e1d72d16ce78113b (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 b1b039199634fcee35a20c72e1739468a40f72c0
Author: Marek Marecki <address@hidden>
Date:   Thu Mar 26 08:59:25 2020 +0100

    Use size_t instead of typedef for schedulers and processes count
    
    That type was a tad too big anyway, so there is no reason to keep it
    typedefed. Just use size_t and be done with it. Unless the number of
    schedulers is capped at some "weird" value (e.g. 42) then I see no
    reason to try to be fancy with typedefs.

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

Summary of changes:
 include/viua/bytecode/bytetypedef.h |  3 ---
 include/viua/kernel/kernel.h        | 14 ++++++------
 src/kernel/kernel.cpp               | 45 +++++++++++++++++--------------------
 3 files changed, 27 insertions(+), 35 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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