From 0b78adfe2d3b8475ea0e41d50b608da3a3d54f7f Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Fri, 4 Sep 2026 15:30:22 +0200 Subject: styling --- include/gc.s | 6 ++++-- 1 file 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: -- cgit v1.2.3