LWN.net Logo

Garbage collection and MM

Garbage collection and MM

Posted Mar 15, 2007 11:21 UTC (Thu) by renox (guest, #23785)
In reply to: Garbage collection and MM by aanno
Parent article: Short topics in memory management

Another paper on VM aware GCs: first link when looking for 'vm aware garbage collector' on Google.

They got significant improvement on their benchmark by making the VM and the GC communicate.
Of course whether this show real like improvement is anyone guess..

One annoying thing with these papers is that they use copying GCs which doesn't interact well with C-based libraries: they're useful only for Java not the other scripting language which tend to reuse C-based libraries..


(Log in to post comments)

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds