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.8.4-610-gd3d1b0a


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-610-gd3d1b0a
Date: Sat, 26 Nov 2016 19:42:51 +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  d3d1b0a19997c743db6bbd7bc18f6af136a68c41 (commit)
       via  10f9a60db1a8e6170ed5beb88094ef1d56586bc2 (commit)
      from  37fe60ca4a076ab56722995faa1bb0616e35c102 (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 d3d1b0a19997c743db6bbd7bc18f6af136a68c41
Author: Marek Marecki <address@hidden>
Date:   Sat Nov 26 19:23:51 2016 +0100

    Add RAII utility for maybe-unique pointers
    
    This is for use in frames which *usually* own their local register sets,
    except when a closure is called as closures supply their own local
    environment.

commit 10f9a60db1a8e6170ed5beb88094ef1d56586bc2
Author: Marek Marecki <address@hidden>
Date:   Sat Nov 26 19:21:01 2016 +0100

    Hotfix

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

Summary of changes:
 include/viua/kernel/frame.h   | 12 +++-----
 include/viua/util/memory.h    | 71 +++++++++++++++++++++++++++++++++++++++++++
 src/kernel/frame.cpp          |  6 +---
 src/process/instr/closure.cpp |  2 +-
 4 files changed, 77 insertions(+), 14 deletions(-)
 create mode 100644 include/viua/util/memory.h


hooks/post-receive
-- 
Viua VM



reply via email to

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