Rik van Riel's Talk
Posted Jul 29, 2003 3:08 UTC (Tue) by
tjc (subscriber, #137)
In reply to:
Rik van Riel's Talk by Webexcess
Parent article:
Trip report: the Ottawa Linux Symposium
An example mentioned was how some Java virtual machines that do garbage collection "at some point in the future" tend to crawl through all available memory object allocation by object allocation.
Does the JVM walk through it's entire virtual address space, or does it just visit pages that have been marked in some way? The former would be horrible, but I'm not sure the later is possible on most architectures.
Also the current page table is growing too big, and needs to be replaced.
Isn't this tied to the hardware architecture, more or less?
(bad for the elevator)
By "bad for the elevator", you are talking about the disk allocation algorithm?
Someone needs to write a "Kernel Hacking for Dummies" book to help out us application programmers. :-) I've picked up bits and pieces on the net, but some of them are probably assembled in the wrong order. How in the world do you learn this stuff?
(
Log in to post comments)