marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Multithreaded virtual machine #118

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

The machine usually has several things to do at once that could be performed by several threads. Modern hardware, which almost always sports more than one core, could be properly utilised by a multithreaded VM architecture.

This issue will be developed under experimental branch and may not be merged into the main branch if the design proves to be too unwieldy or unreliable.

marekjm commented 8 years ago

The initial code merged into devel was half-baked (at most). This experiment should really live in its own branch... Merging non-ready code into devel? Never again.

marekjm commented 8 years ago

Closed by aaa71ab1fffaf0bb496feffb9905f289e082de62.