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-1202-g313a9a


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-1202-g313a9a4
Date: Mon, 29 May 2017 01:17:05 +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  313a9a4827fdc1aa6f3d54169d72f2a37c692c42 (commit)
       via  f52151164d468ebfc970fe22210fef46abcac1af (commit)
       via  5090e9cf30c2ee1082aab49ff3acea67ff2454fc (commit)
       via  cfdc8cc6533dc34fefc5d84fa4f71a3e230e0e66 (commit)
       via  2f538d47bc3ced3fb66872b08d701244eb512317 (commit)
       via  6bc2df220e01db29c779e02c3e694b4d0c10d699 (commit)
       via  a20a5c70fd49a31a12906417b2f800d2cf16a176 (commit)
       via  135c3949b6ed05eeef2e73cb01103672724055a2 (commit)
       via  e3508ae3d79a28eb71db0ef8f869b1b6705a1e08 (commit)
       via  286a0ed743c0bf36f509df83b577e3ca4841ba20 (commit)
       via  a4ccc78b90ed8f325eb62063496a05cb266cc579 (commit)
       via  b729acf2778d82827500d2eb98c337262900ca1c (commit)
       via  94afb7bcb4b989f3263e8b306e6e8e4489d25c67 (commit)
       via  1aceff4be7cd983a1fd59cc51e1d882e4244621c (commit)
       via  273acb45eed36c6a04093edc895b3bd20972c44d (commit)
       via  6b7dd592ceea09f4a43b3b2199a227d46cdcfb3d (commit)
       via  6294d1d81e04727105166f52f6069e53ccea1bc3 (commit)
       via  837ee147108b2fb4a0cadc0d00a90f534a6e2fbd (commit)
       via  c510785c456e609a9f8d84b4d88aa821b7425003 (commit)
       via  40e5e603d384e0031d35bbbd9ca088a926f05fd6 (commit)
       via  67fea1f9249a486ffecf4b986f9e032bde9ace52 (commit)
       via  fbd7836aff6682f1660a68da6be36ad5d0b80801 (commit)
       via  0c0f0d6be7fefa12e12a53f2b8d7675f056005f5 (commit)
       via  86b0db7d9491624083f7d16ac03835dbb5c357b8 (commit)
       via  9b49539bac3dde972dde7384e79e5a7c33cbe981 (commit)
       via  fb79de7b3300b0b53046c9f01f43a4115bee7ed4 (commit)
       via  148e362c0c286562ccda170fa0fc00293603dd5a (commit)
       via  5d760979ab5ef457ab1cfb187f8d1c57b519d97e (commit)
       via  5d977fbffa77b9b43422ed809c00473ad2e29431 (commit)
      from  e415cb01c619250aab1f221236c20aeeb9c367a6 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 Changelog.markdown                                 |   1 +
 include/viua/bytecode/maps.h                       |   2 +
 include/viua/bytecode/opcodes.h                    |   1 +
 include/viua/cg/bytecode/instructions.h            |   2 +
 include/viua/kernel/frame.h                        |   3 +
 include/viua/process.h                             |  17 ++-
 include/viua/program.h                             |   2 +
 include/viua/version.h                             |   2 +-
 .../{text/texteq.asm => deferred/hello_world.asm}  |  12 +-
 .../nested_calls.asm => deferred/nested.asm}       |  24 ++--
 .../reverse_order.asm}                             |  12 +-
 .../tailcall.asm}                                  |  19 ++-
 src/cg/assembler/static_analysis.cpp               |   2 +-
 src/cg/assembler/verify.cpp                        |  12 +-
 src/cg/bytecode/instructions.cpp                   |  10 ++
 src/cg/disassembler/disassembler.cpp               |   2 +-
 src/cg/lex.cpp                                     |   2 +-
 src/cg/tools.cpp                                   |   6 +
 src/front/asm/assemble_instruction.cpp             |   6 +
 src/process.cpp                                    | 149 ++++++++++++---------
 src/process/dispatch.cpp                           |   3 +
 src/process/instr/calls.cpp                        | 102 ++++++++++----
 src/process/instr/closure.cpp                      |   2 +-
 src/process/instr/concurrency.cpp                  |  10 +-
 src/process/instr/general.cpp                      |   4 +-
 src/process/instr/object.cpp                       |   4 +-
 src/process/instr/registers.cpp                    |   6 +-
 src/process/instr/tcmechanism.cpp                  |  30 ++---
 src/process/stack.cpp                              |  31 ++++-
 src/programinstructions.cpp                        |  10 ++
 tests/tests.py                                     |  16 +++
 31 files changed, 340 insertions(+), 164 deletions(-)
 copy sample/asm/{text/texteq.asm => deferred/hello_world.asm} (86%)
 copy sample/asm/{functions/nested_calls.asm => deferred/nested.asm} (76%)
 copy sample/asm/{functions/higher_order/tailcall_of_object.asm => 
deferred/reverse_order.asm} (87%)
 copy sample/asm/{functions/higher_order/tailcall_of_object.asm => 
deferred/tailcall.asm} (81%)


hooks/post-receive
-- 
Viua VM



reply via email to

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