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

Refactor code to allow thread switching #101

Closed marekjm closed 9 years ago

marekjm commented 9 years ago

Refactor CPU code so that it performs thread switching, even if for now there is only one main/1 thread.

marekjm commented 9 years ago

Closed by commits on tmp/threading branch.

marekjm commented 9 years ago

tmp/threading renamed to issue/87/threads (branch for issue #87).