aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gc.s6
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: