Garbarge collection for Prolog based on WAM

  • Authors:
  • K. Appleby;M. Carllson;S. Haridi;D. Sawhlin

  • Affiliations:
  • IBM Thomas J. Watson Research Center, Yorktown Heights, NY;SICS, P.O. Box 1263, S-164 28 Kista, Sweden;SICS, P.O. Box 1263, S-164 28 Kista, Sweden;SICS, P.O. Box 1263, S-164 28 Kista, Sweden

  • Venue:
  • Communications of the ACM
  • Year:
  • 1988

Quantified Score

Hi-index 48.22

Visualization

Abstract

The Warren abstract machine (WAM) has become a generally accepted standard Prolog implementation technique. Garbage collection is an important aspect in the implementation of any Prolog system. A synopsis of the WAM is presented and then marking and compaction algorithms are shown that take advantage of WAM's unique use of the data areas. Marking and compaction are performed on both the heap and the trail; both use pointer reversal techniques, which obviate the need for extra stack space. However, two bits for every pointer on the heap are reserved for the garbage collection algorithm. The algorithm can work on segments of the heap, which may lead to a significant reduction of the total garbage collection time. The time of the algorithms are linear in the size of the areas.