login

A region-based memory manager for prolog

Published 16 October 2000
Henning Makholm
Citations22

TL;DR

The extended Tofte and Talpin's region-based model for memory management is extended to support backtracking and cuts, which makes it suitable for use with Prolog and other logic programming languages.

Abstract

We extend Tofte and Talpin's region-based model for memory management to support backtracking and cuts, which makes it suitable for use with Prolog and other logic programming languages. We describe how the extended model can be implemented and report on the performance of a prototype implementation. The prototype implementation performs well when compared to a garbage-collecting Prolog implementation using comparable technology for non-memory-management issues.

Keywords

Computer Science