Hacker News new | ask | show | jobs
by jacquesm 221 days ago
I agree with you but jitl has a point: implicit reliance on the GC could creep in and you might not notice it until you switch back to regular C.
1 comments

Fil-C should have a(n on by default) mode where collecting an unfreed allocation is a crash, if it doesn't already.
It's not that simple since some object allocations go unfreed.

For example, Fil-C lifts all escaping locals to the heap, but doesn't free them.