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-2344-gd10c02


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2344-gd10c029
Date: Sun, 13 Jan 2019 21:58:13 +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  d10c029b3bb531bfae77870f5e0fa39d48ff8857 (commit)
       via  c221913f6a92f2802c9e18d10c8ce1acd10a6fcd (commit)
       via  6674fad7eb9359be36eefd3b5ca11c1b11fb1215 (commit)
       via  2e46ea5e72addc2bcc3cf25d58cc2aa19fe4bbd3 (commit)
       via  0b9ef93d88bc965cdb45b4706ee78dcdf01c8538 (commit)
       via  56ab8198424377acd5f3e31da8670084607fe75d (commit)
       via  57700bd6bb994fa08035c648785f9e080e5769c0 (commit)
       via  af89f22f2a3ee9bbf103e50225f5d0e69faee601 (commit)
       via  0790855c20a7565f4684d1258fbcb33402c70aeb (commit)
       via  590672770cb7b129f50426f44b1ea1568a826c12 (commit)
       via  74eaa31561eaf164059556304f7a1a5964832c96 (commit)
       via  5fc02003567aa48110bba8393098bbcc506e5107 (commit)
       via  c25f81b85295febc8a391052175ae3ca5db18462 (commit)
       via  ad82febcc1001740d47a3d79291c12f22f532674 (commit)
      from  3e53ab99214e512982b857aed6c8e042b854d3cf (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 d10c029b3bb531bfae77870f5e0fa39d48ff8857
Author: Marek Marecki <address@hidden>
Date:   Sun Jan 13 21:57:53 2019 +0100

    Update issue repository

commit c221913f6a92f2802c9e18d10c8ce1acd10a6fcd
Author: Marek Marecki <address@hidden>
Date:   Sun Jan 13 21:55:33 2019 +0100

    Fix: better strategy for retaining processes
    
    Using doubles instead of integers makes for far better results in this
    case.

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

Summary of changes:
 .../490acac26ebed1c2e7b5c762830bb8428f5968a0.json  |   1 +
 Makefile                                           |  19 ++-
 build/{ => runtime}/.gitkeep                       |   0
 include/viua/kernel/kernel.h                       |   5 +-
 include/viua/runtime/imports.h                     |  45 +++++++
 include/viua/support/env.h                         |   6 -
 .../static_analyser/checkers/check_op_defer.cpp    |   6 +
 src/cg/bytecode/instructions.cpp                   |   2 +-
 src/cg/tools.cpp                                   |   4 +-
 src/front/asm.cpp                                  |  44 +++----
 src/front/asm/generate.cpp                         |  58 +++++----
 src/front/vm.cpp                                   |  13 +-
 src/kernel/kernel.cpp                              | 142 +++++++--------------
 src/process.cpp                                    |   8 +-
 src/process/instr/concurrency.cpp                  |  45 ++++---
 src/runtime/imports.cpp                            |  49 +++++++
 src/scheduler/vps.cpp                              |  38 +++---
 src/stdlib/io.cpp                                  |   4 +-
 src/support/env.cpp                                |  27 ----
 19 files changed, 267 insertions(+), 249 deletions(-)
 create mode 100644 
.issue/objects/issues/f5/f5933b15695a3430a735dbf3c878183020934f01/diff/490acac26ebed1c2e7b5c762830bb8428f5968a0.json
 copy build/{ => runtime}/.gitkeep (100%)
 create mode 100644 include/viua/runtime/imports.h
 create mode 100644 src/runtime/imports.cpp


hooks/post-receive
-- 
Viua VM



reply via email to

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