diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2026-09-04 15:30:22 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2026-09-04 15:30:22 +0200 |
| commit | 0b78adfe2d3b8475ea0e41d50b608da3a3d54f7f (patch) | |
| tree | d5edfa2c51ef4486df70e2df8363ef5742d1c13b /include | |
| parent | e6fe4afa056e695cf181e6aa97ca2f8ba687af7e (diff) | |
| download | uskel-0b78adfe2d3b8475ea0e41d50b608da3a3d54f7f.tar.gz uskel-0b78adfe2d3b8475ea0e41d50b608da3a3d54f7f.tar.bz2 | |
styling
Diffstat (limited to 'include')
| -rw-r--r-- | include/gc.s | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/gc.s b/include/gc.s index b40ac95..99cc69a 100644 --- a/include/gc.s +++ b/include/gc.s @@ -11,7 +11,8 @@ _write_region_end: # towars the start) cell 0 _gc_trigger: - # point in memory where the gc will trigger (we don't necessarily wait for the write region to fill up!) + # point in memory where the gc will trigger (we don't necessarily wait + # for the write region to fill up!) cell 0 _gc_last_size: @@ -26,7 +27,8 @@ _gc_grow_ratio: # (ratio * last size) >> 8 cell 0 # tunable constant _gc_shrink_ratio: - # 256th's of the ratio of post-gc still-free to-space that should be considered for discarding + # 256th's of the ratio of post-gc still-free to-space that should be + # considered for discarding cell 0 _gc_region_start: |
