Hacker News new | ask | show | jobs
by azinman2 2686 days ago
What’s not solved with weak refs?
2 comments

What's not solved with manual memory management? The point is not that you can't solve it, the point is that reference counting isn't the whole solution for garbage collection unlike a tracing gc for instance.
Weak reference counting is still reference counting.
It can always be solved with weak references.
Only if you know that you haven't solved it already: https://news.ycombinator.com/item?id=19093677