Compile-Time Analysis and Specialization of Clocks in Concurrent Programs

  • Authors:
  • Nalini Vasudevan;Olivier Tardieu;Julian Dolby;Stephen A. Edwards

  • Affiliations:
  • Department of Computer Science, Columbia University, New York, USA;IBM T.J. Watson Research Center, New York, USA;IBM T.J. Watson Research Center, New York, USA;Department of Computer Science, Columbia University, New York, USA

  • Venue:
  • CC '09 Proceedings of the 18th International Conference on Compiler Construction: Held as Part of the Joint European Conferences on Theory and Practice of Software, ETAPS 2009
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Clocks are a mechanism for providing synchronization barriers in concurrent programming languages. They are usually implemented using primitive communication mechanisms and thus spare the programmer from reasoning about low-level implementation details such as remote procedure calls and error conditions. Clocks provide flexibility, but programs often use them in specific ways that do not require their full implementation. In this paper, we describe a tool that mitigates the overhead of general-purpose clocks by statically analyzing how programs use them and choosing optimized implementations when available. We tackle the clock implementation in the standard library of the X10 programming language--a parallel, distributed object-oriented language. We report our findings for a small set of analyses and benchmarks. Our tool only adds a few seconds to analysis time, making it practical to use as part of a compilation chain.