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-659-gb929e2f


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-659-gb929e2f
Date: Sat, 3 Dec 2016 00:28:48 +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  b929e2fdc5768053632e0ae78dd85e1c0d65194d (commit)
       via  517b97d34e04f85d7b4aa099f79434ba7bab7877 (commit)
       via  fc68e2c2c9c1aed9c0e9825869705da537fd6ead (commit)
      from  02d4600091eae0742e7eec860f360c3812d2c9ab (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 b929e2fdc5768053632e0ae78dd85e1c0d65194d
Author: Marek Marecki <address@hidden>
Date:   Sat Dec 3 00:33:17 2016 +0100

    Change "vat" instruction to return pointers to objects, not copies
    
    Pointed-to objects can be copied if needed, but such a change makes it
    easier to mutate objects in vectors.

commit 517b97d34e04f85d7b4aa099f79434ba7bab7877
Author: Marek Marecki <address@hidden>
Date:   Sat Dec 3 00:25:02 2016 +0100

    Support pointer dereferences in "param" instruction

commit fc68e2c2c9c1aed9c0e9825869705da537fd6ead
Author: Marek Marecki <address@hidden>
Date:   Sat Dec 3 00:24:23 2016 +0100

    Small fix to direct-access-to-named checking

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

Summary of changes:
 Changelog.markdown                                       |  1 +
 sample/asm/commandline.asm                               |  2 +-
 sample/asm/exceptions/vector_out_of_range_read.asm       |  2 +-
 sample/asm/functions/closures/shared_variables.asm       | 10 +++++-----
 sample/asm/functions/higher_order/filter.asm             |  4 ++--
 sample/asm/functions/higher_order/filter_closure.asm     |  4 ++--
 .../higher_order/filter_closure_vector_by_move.asm       |  4 ++--
 .../asm/functions/higher_order/filter_vector_by_move.asm |  4 ++--
 sample/asm/functions/higher_order/invoke.asm             | 16 ++++++++--------
 sample/asm/functions/higher_order/map.asm                |  2 +-
 sample/asm/functions/higher_order/map_vector_by_move.asm |  2 +-
 sample/asm/iterfib.asm                                   |  4 ++--
 sample/asm/vector/vat.asm                                |  2 +-
 sample/asm/vector/vinsert.asm                            |  2 +-
 sample/asm/watchdog/restarting_process.asm               |  3 ++-
 sample/standard_library/random/randint.asm               |  4 ++--
 src/cg/assembler/static_analysis.cpp                     | 10 +++++-----
 src/process/instr/calls.cpp                              |  8 +++++---
 src/process/instr/vector.cpp                             |  4 ++--
 tests/tests.py                                           |  4 +++-
 20 files changed, 49 insertions(+), 43 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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