Data movement optimisation in point-free form

  • Authors:
  • Brad Alexander;Andrew Wendelborn

  • Affiliations:
  • School of Computer Science, University of Adelaide, Adelaide, SA, Australia;School of Computer Science, University of Adelaide, Adelaide, SA, Australia

  • Venue:
  • AMAST'06 Proceedings of the 11th international conference on Algebraic Methodology and Software Technology
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Programs written in point-free form express computation purely in terms of functions. Such programs are especially amenable to local transformation. In this paper, we describe a process for optimising the transport of data through point-free programs. This process systematically applies local transformations to achieve effective global optimisation. We describe the strategies we employ to ensure this process is tractable. This process has been implemented as an intermediate stage of a compiler. The optimiser is shown to be highly effective, producing code of comparable efficiency to hand-written code.