Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
themk
1y ago
0 comments
Save
Share
How do you compact with conservative GC? You can't change the pointer values because they might not be pointers right?
0 comments
1 comments · 1 top-level
top
newest
oldest
dzaima
1y ago
Any object which is referenced by the stack cannot be moved, but the rest of the heap (i.e. the vast majority, assuming the stack is much smaller than the heap) still can.
j
/
k
navigate · click thread line to collapse