10.19.05
Interesting Notes about Garbage Collection in Java
Just read something that is of interest to me because of my work in the Santos lab since we do many forms of static analysis. It looks like the Garbage Collector in JDK 6 will include a static analysis to help optimize the heap/stack. More can be found on this blog or in the original IBM article.
I found it interesting for another reason. I really like the idea that automated garbage collection can become much better than manual memory management and that people are actively studying and generating data. I am actually hoping that study in this area will shut those darn C/C++ programmers up. Or more importantly, stop this silly debate. But then again, that would be like not arguing about emacs and vi (which we all know will last forever).
Permalink Comments off