Y
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
reactordev
169 days ago
I totally can but my gripe is about not wanting to.
link
brabel
169 days ago
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.
link
reactordev
169 days ago
That is dope
link