Principles and Practice of Unification Factoring

Steven Dawson, C. R. Ramakrishnan, Steven Skiena, Terrance Swift

Research output: Contribution to journalArticlepeer-review

10 Scopus citations

Abstract

The efficiency of resolution-based logic programming languages, such as Prolog, depends critically on selecting and executing sets of applicable clause heads to resolve against subgoals. Traditional approaches to this problem have focused on using indexing to determine the smallest possible applicable set. Despite their usefulness, these approaches ignore the nondeterminism inherent in many programming languages to the extent that they do not attempt to optimize execution after the applicable set has been determined. Unification factoring seeks to rectify this omission by regarding the indexing and unification phases of clause resolution as a single process. This article formalizes that process through the construction of factoring automata. A polynomial-time algorithm is given for constructing optimal factoring automata that preserve the clause selection strategy of Prolog. More generally, when the clause selection strategy is not fixed, constructing such an optimal automaton is shown to be NP-complete, solving an open trie minimization problem. Unification factoring is implemented through a source code transformation that preserves the full semantics of Prolog. This transformation is specified in the article, and using it, several well-known programs show significant performance improvements across several different systems. A prototype of unification factoring is available by anonymous ftp.

Original languageEnglish (US)
Pages (from-to)528-563
Number of pages36
JournalACM Transactions on Programming Languages and Systems
Volume18
Issue number5
DOIs
StatePublished - Sep 1996

Keywords

  • D.3.4 [Programming Languages]: Processors - compilers; optimization
  • F.1.1 [Computation by Abstract Devices]: Models of Computation - automata

ASJC Scopus subject areas

  • Software

Fingerprint

Dive into the research topics of 'Principles and Practice of Unification Factoring'. Together they form a unique fingerprint.

Cite this