Y
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
estebank
221 days ago
Fil-C
should
have a(n on by default) mode where collecting an unfreed allocation is a crash, if it doesn't already.
link
pizlonator
220 days ago
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.
link