diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-08-12 01:40:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 01:40:49 +0200 |
commit | 796a9471bfe69007678d83ba279f9b24cfd17ec1 (patch) | |
tree | 3c284b97e970c7cd5f17d13f31ba4d7df028bb69 /tests/cram/test_basic.t | |
parent | d0ae9106307343298c926ed065c19609aa37a001 (diff) | |
parent | b41cb2d7b7cc1a10f4f68f9c8f544f916f448822 (diff) |
Merge pull request #99 from jow-/gc-control
Implement periodic GC
Diffstat (limited to 'tests/cram/test_basic.t')
-rw-r--r-- | tests/cram/test_basic.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cram/test_basic.t b/tests/cram/test_basic.t index 5911ac9..c33dee9 100644 --- a/tests/cram/test_basic.t +++ b/tests/cram/test_basic.t @@ -25,6 +25,10 @@ check that ucode provides exepected help: -t Enable VM execution tracing. + -g interval + Perform periodic garbage collection every `interval` object + allocations. + -S Enable strict mode. |