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

Extract process scheduler from CPU #138

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

As in the subject, process scheduling code should be extracted from other CPU code. CPU will then register schedulers and let them run. After decoupling, each scheduler could run on different thread to increase VM's concurrency capabilities.