| ▲ | pornel 2 days ago | ||||||||||||||||
Fil-C uses `free()` to mark memory as no longer valid, so it is important to keep using manual memory management to let Fil-C catch UAF bugs (which are likely symptoms of logic bugs, so you'd want to catch them anyway). The whole point of Fil-C is having C compatibility. If you're going to treat it as a deployment target on its own, it's a waste: you get overhead of a GC language, but with clunkiness and tedium of C, instead of nicer language features that ground-up GC languages have. | |||||||||||||||||
| ▲ | jacquesm 2 days ago | parent [-] | ||||||||||||||||
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. | |||||||||||||||||
| |||||||||||||||||