Removing superfluous versions in polyvariant specialization of prolog programs

  • Authors:
  • Claudio Ochoa;Germán Puebla;Manuel Hermenegildo

  • Affiliations:
  • School of Computer Science, Technical U. of Madrid;School of Computer Science, Technical U. of Madrid;School of Computer Science, Technical U. of Madrid

  • Venue:
  • LOPSTR'05 Proceedings of the 15th international conference on Logic Based Program Synthesis and Transformation
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Polyvariant specialization allows generating multiple versions of a procedure, which can then be separately optimized for different uses. Since allowing a high degree of polyvariance often results in more optimized code, polyvariant specializers, such as most partial evaluators, can generate a large number of versions. This can produce unnecessarily large residual programs. Also, large programs can be slower due to cache miss effects. A possible solution to this problem is to introduce a minimization step which identifies sets of equivalent versions, and replace all occurrences of such versions by a single one. In this work we present a unifying view of the problem of superfluous polyvariance. It includes both partial deduction and abstract multiple specialization. As regards partial deduction, we extend existing approaches in several ways. First, previous work has dealt with pure logic programs and a very limited class of builtins. Herein we propose an extension to traditional characteristic trees which can be used in the presence of calls to external predicates. This includes all builtins, libraries, other user modules, etc. Second, we propose the possibility of collapsing versions which are not strictly equivalent. This allows trading time for space and can be useful in the context of embedded and pervasive systems. This is done by residualizing certain computations for external predicates which would otherwise be performed at specialization time. Third, we provide an experimental evaluation of the potential gains achievable using minimization which leads to interesting conclusions.