A study of the performance potential for dynamic instruction hints selection

  • Authors:
  • Rao Fu;Jiwei Lu;Antonia Zhai;Wei-Chung Hsu

  • Affiliations:
  • Department of Computer Science and Engineering, University of Minnesota;Scalable Systems Group, Sun Microsystems Inc.;Department of Computer Science and Engineering, University of Minnesota;Department of Computer Science and Engineering, University of Minnesota

  • Venue:
  • ACSAC'06 Proceedings of the 11th Asia-Pacific conference on Advances in Computer Systems Architecture
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Instruction hints have become an important way to communicate compile-time information to the hardware. They can be generated by the compiler and the post-link optimizer to reduce cache misses, improve branch prediction and minimize other performance bottlenecks. This paper discusses different instruction hints available on modern processor architectures and shows the potential performance impact on many benchmark programs. Some hints can be effectively selected at compile time with profile feedback. However, since the same program executable can behave differently on various inputs and performance bottlenecks may change on different micro-architectures, significant performance opportunities can be exploited by selecting instruction hints dynamically.