Title :
Efficient reordering of Prolog programs
Author :
Gooley, Markian M. ; Wah, Benjamin W.
Author_Institution :
Coordinated Sci. Lab., Illinois Univ., Urbana, IL, USA
fDate :
12/1/1989 12:00:00 AM
Abstract :
Prolog programs are often inefficient: execution corresponds to a depth-first traversal of an AND/OR graph; traversing subgraphs in another order can be less expensive. It is shown how the reordering of clauses within Prolog predicates, and especially of goals within clauses, can prevent unnecessary search. The characterization and detection of restrictions on reordering is discussed. A system of calling modes for Prolog, geared to reordering, is proposed, and ways to infer them automatically are discussed. The information needed for safe reordering is summarized, and which types can be inferred automatically and which must be provided by the user are considered. An improved method for determining a good order for the goals of Prolog clauses is presented and used as the basis for a reordering system
Keywords :
PROLOG; logic programming; Prolog programs reordering; clauses; depth-first traversal; predicates; traversing subgraphs; Clocks; Costs; Logic programming; Programming profession; Query processing; Runtime; Search engines; Testing; Time measurement;
Journal_Title :
Knowledge and Data Engineering, IEEE Transactions on