gc

http://gcc.gnu.org/ml/gcc/2002-08/msg00552.html

 

Linus Torvalds explains quite clearly why GC is a bad thing for performance, countering claims that modern GCs are faster than manual memory management.

 

Of course, it depends on the programming domain of choice. In many cases, low-level performance is not worth the extra work required with manual memory management and sometimes by being able to write code faster, one is able to create better constructs that achieve better high level performance.

ittayd 24/04/2011 - 15:54
gc, GC
Syndicate content