top | item 46481211

(no title)

d-lisp | 1 month ago

> dangling pointers to raw memory that [are not] cleaned

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

discuss

order

reactordev|1 month ago

I totally can but my gripe is about not wanting to.

brabel|1 month 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.