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

Compile-time configurable number of schedulers spawned #155

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

Numbers of FFI (foreign function interface) and VP (virtual process) schedulers should be configurable at compile-time.

marekjm commented 8 years ago

This issue is superseded by #156. Default number of FFI and VP schedulers can still be set at compile time.