Toward a progress indicator for program compilation

  • Authors:
  • Gang Luo;Tong Chen;Hao Yu

  • Affiliations:
  • IBM T. J. Watson Research Center, 19 Skyline Drive, Hawthorne, NY 10532, U.S.A.;IBM T. J. Watson Research Center, 19 Skyline Drive, Hawthorne, NY 10532, U.S.A.;IBM T. J. Watson Research Center, 19 Skyline Drive, Hawthorne, NY 10532, U.S.A.

  • Venue:
  • Software—Practice & Experience
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

For user-friendliness purposes, many modern software systems provide progress indicators for long-running tasks. These progress indicators continuously estimate the percentage of the task that has been completed and when the task will finish. However, none of the existing program compilation tools provide a non-trivial progress indicator, although it often takes minutes or hours to build a large program. In this paper, we investigate the problem of supporting such progress indicators. We first discuss the goals and challenges inherent in this problem. Then we present a set of techniques that are sufficient for implementing a simple yet useful progress indicator for program compilation. Finally, we report on an initial implementation of these techniques in GNU Make. Copyright © 2006 John Wiley & Sons, Ltd.