garbage-collecting VMs
Posted Feb 27, 2007 20:29 UTC (Tue) by
flewellyn (subscriber, #5047)
In reply to:
garbage-collecting VMs by ncm
Parent article:
Ruby Performance (Linux Journal)
Actually, people have been saying "Eww, GC = slow" for decades, despite huge amounts of research and development into making GCs faster and more robust.
I will freely admit that there's probably workloads in which GC can cause problems, but let's not be relegating the whole concept to the bit bucket just because it doesn't work in all cases.
Perhaps what we really need is some kind of "happy medium" system, in which a programmer COULD manage memory manually if necessary, but can otherwise leave it up to a GC. I'm not sure what such a system would look like, but it would be interesting to see.
(
Log in to post comments)