|
|
Log in / Subscribe / Register

GC

GC

Posted Oct 15, 2010 19:33 UTC (Fri) by kingdon (guest, #4526)
In reply to: GC by droundy
Parent article: Quotes of the week

The patches in the paper don't get the kernel nearly that involved. They add a system call called vm_relinquish which means (roughly) "please swap out this page soon" and a way for the process to say "please send me a real-time signal when you're about to page out one of my pages". There is a version of their patch here (see also description). I also see a vm_getswaprate system call which lets the process ask how much it is paging. I think that's about it (the patch also includes Scott Kaplan’s lightweight version of Rik van Riel’s reverse mapping patch but unless I'm mistaken that was long ago merged into Linux).


to post comments

GC

Posted Oct 17, 2010 15:57 UTC (Sun) by i3839 (guest, #31386) [Link]

Also, the quoted performance numbers are compared to other garbage
collectors, not to normal explicit memory allocation. And under heavy memory pressure when swapping happens. All in all less interesting that it seemed to be at first glance.


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