improved pid management

This commit is contained in:
hyunghwan.chung
2017-07-27 17:29:45 +00:00
parent e65912ae72
commit f78bf33866
6 changed files with 83 additions and 10 deletions

View File

@ -1179,6 +1179,11 @@ struct moo_t
moo_oop_t* tmp_stack[256]; /* stack for temporaries */
moo_oow_t tmp_count;
moo_oop_t* proc_map;
moo_oow_t proc_map_capa;
moo_ooi_t proc_map_free;
/* =============================================================
* EXECUTION REGISTERS
* ============================================================= */