savannah-register-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-register-public] [task #14085] Submission of Viua Virtual Mach


From: Marek Marecki
Subject: [Savannah-register-public] [task #14085] Submission of Viua Virtual Machine
Date: Tue, 12 Jul 2016 19:50:15 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0

URL:
  <http://savannah.nongnu.org/task/?14085>

                 Summary: Submission of Viua Virtual Machine
                 Project: Savannah Administration
            Submitted by: maelkum
            Submitted on: Tue 12 Jul 2016 09:50:13 PM CEST
         Should Start On: Tue 12 Jul 2016 12:00:00 AM CEST
   Should be Finished on: Fri 22 Jul 2016 12:00:00 AM CEST
                Category: Project Approval
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                  Effort: 0.00

    _______________________________________________________

Details:

A new project has been registered at Savannah 
This project account will remain inactive until a site admin approves or
discards the registration.


= Registration Administration =

While this item will be useful to track the registration process, *approving
or discarding the registration must be done using the specific Group
Administration
<https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=11623> page*,
accessible only to site administrators, effectively *logged as site
administrators* (superuser):

* Group Administration
<https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=11623>


= Registration Details =

* Name: *Viua Virtual Machine*
* System Name:  *viuavm*
* Type: non-GNU software and documentation
* License: GNU General Public License v3 or later

----

==== Description: ====
Viua VM is virtual machine (as in "runtime environment"); something similar to
a JVM, or the interpreter software at the heart of languages like Python,
Ruby, or Lua. Differently from the mentioned VMs, though, Viua does not ship
with a high-lever language front-end accompanying it.

Design of the VM goals are: predictability of program execution and resource
usage (think RAII), concurrency, fine-grained control over software behaviour,
and error-tolerancy. To achieve these goals, Viua provides a sort of
"high-level assembly" to program the VM (it can also be targeted by compilers
and other tools) giving programmers ultimate control over their software, and
yet providing much of the tooling one would expect from modern ennvironment.

Some notable features of the VM are: nonblocking calls to foreign functions
(offloaded to a special scheduler), message passing between VM-internal
processes, separate compilation of bytecode modules, exception-based error
handling (with semi-automatic process restarting), static and dynamic dispatch
of functions, inter-function tail-calls for programs running on VM.

The implementation language is C++14 (as supported by latest GCC).


==== Other Software Required: ====
linenoise, BSD, https://github.com/antirez/linenoise


==== Tarball URL: ====
http://savannah.gnu.org/submissions_uploads/viuavm.savannah.tar.xz






    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?14085>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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