12.07.2015 Views

A Practical Introduction to Data Structures and Algorithm Analysis

A Practical Introduction to Data Structures and Algorithm Analysis

A Practical Introduction to Data Structures and Algorithm Analysis

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Sec. 12.4 Further Reading 4431a3b42ce(a)5641a23b5c6eprevcurr(b)Figure 12.18 Example of the Deutsch-Schorr-Waite garbage collection algorithm.(a) The initial multilist structure. (b) The multilist structure of (a) atthe instant when link node 5 is being processed by the garbage collection algorithm.A chain of pointers stretching from variable prev <strong>to</strong> the head node of thestructure has been (temporarily) created by the garbage collection algorithm.original condition. This is known as the Deutsch-Schorr-Waite garbage collectionalgorithm.12.4 Further ReadingAn introduc<strong>to</strong>ry text on operating systems covers many <strong>to</strong>pics relating <strong>to</strong> memorymanagement issues, including layout of files on disk <strong>and</strong> caching of informationin main memory. All of the <strong>to</strong>pics covered here on memory management, bufferpools, <strong>and</strong> paging are relevant <strong>to</strong> operating system implementation. For example,see Operating Systems by William Stallings[Sta05].For information on LISP, see The Little LISPer by Friedman <strong>and</strong> Felleisen[FF89]. Another good LISP reference is Common LISP: The Language by Guy L.Steele [Ste84]. For information on Emacs, which is both an excellent text edi<strong>to</strong>r<strong>and</strong> a fully developed programming environment, see the GNU Emacs Manual byRichard M. Stallman [Sta07]. You can get more information about Java’s garbagecollection system from The Java Programming Language by Ken Arnold <strong>and</strong> JamesGosling [AG06].

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!