Comment Re:Memory leaks (Score 1) 174
I totaly agree with you. I don't say that that it would be a good idea for Mozilla to use GC, but after having worked with serveral languages with builtin GC I really can't understand why anyone would like to punish themselves by not using a GC.
Sure, a bad implemented GC is a pain in the *** but most modern implementations aren't that bad. And with todays computers, the small amount of overhead is really worth the robustnes you gain.
Sure, a bad implemented GC is a pain in the *** but most modern implementations aren't that bad. And with todays computers, the small amount of overhead is really worth the robustnes you gain.