Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-27 | main: enable signal dispatching in the standalone cli interpreter | Jo-Philipp Wich | |
Enable signal dispatching by default for standalone ucode programs. Also adjust the `gc()` testcase output as the default number of allocations with enabled signal dispatching changes slightly. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2022-08-12 | lib: implement gc() | Jo-Philipp Wich | |
Introduce a new stdlib function `gc()` which allows controlling the periodic garbage collector from ucode. Signed-off-by: Jo-Philipp Wich <jo@mein.io> |