Font Size: a A A

Memory management and garbage collection algorithms for Java-based Prolog

Posted on:2002-05-31Degree:M.SType:Thesis
University:University of North TexasCandidate:Zhou, QinanFull Text:PDF
GTID:2468390011492583Subject:Computer Science
Abstract/Summary:
Implementing a Prolog Runtime System in a language like Java which provides its own automatic memory management and safety features such as built-in index checking and array initialization requires a consistent approach to memory management based on a simple ultimate goal: minimizing total memory management time and extra space involved. The total memory management time for Jinni is made up of garbage collection time both for Java and Jinni itself. Extra space is usually requested at Jinni's garbage collection. This goal motivates us to find a simple and practical garbage collection algorithm and implementation for our Prolog engine.; In this thesis we survey various algorithms already proposed and offer our own contribution to the study of garbage collection by improvements and optimizations for some classic algorithms. We implemented these algorithms based on the dynamic array algorithm for an all-dynamic Prolog engine (JINNI 2000). The comparisons of our implementations versus the originally proposed algorithm allow us to draw informative conclusions on their theoretical complexity model and their empirical effectiveness.
Keywords/Search Tags:Memory management, Garbage collection, Prolog, Algorithm
Related items