Hacker News new | ask | show | jobs
by antirez 4519 days ago
Boehm is a bad advice in general... there are situations where it could work maybe, like if you implement an interpreter for the fun of it or something like that.

For many kind of programs reference counting is the way to go for C, it still is manual, but an order of magnitude safer...

1 comments

It also makes profiling much harder. Boehm doesn't play nice with valgrind without a fair bit of work.