Hacker News new | ask | show | jobs
by d-lisp 169 days ago
> dangling pointers to raw memory that [are not] cleaned

How do you feel about building special constructs to automatically handle these ?

1 comments

I totally can but my gripe is about not wanting to.
c3 has a @pool annotation that makes a block use an arena to allocate, that should help since all memory is freed upon exiting the block.
That is dope