Skip to main content
Article
Improving Performance by Branch Reordering
Proceedings of the ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI) (1998)
  • Minghui Yang, Florida State University
  • Gang-Ryung Uh
  • David B. Whalley, Florida State University
Abstract
The conditional branch has long been considered an expensive operation. The relative cost of conditional branches has increased as recently designed machines are now relying on deeper pipelines and higher multiple issue. Reducing the number of conditional branches executed can often result in a substantial performance benefit. This paper describes a code-improving transformation to reorder sequences of conditional branches. First, sequences of branches that can be reordered are detected in the control flow. Second, profiling information is collected to predict the probability that each branch will transfer control out of the sequence. Third, the cost of performing each conditional branch is estimated. Fourth, the most beneficial ordering of the branches based on the estimated probability and cost is selected. The most beneficial ordering often included the insertion of additional conditional branches that did not previously exist in the sequence. Finally, the control flow is restructured to refflect the new ordering. The results of applying the transformation were significant reductions in the dynamic number of instructions and branches, as well as decreases in execution time.
Disciplines
Publication Date
June, 1998
Citation Information
Minghui Yang, Gang-Ryung Uh and David B. Whalley. "Improving Performance by Branch Reordering" Proceedings of the ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI) (1998)
Available at: http://works.bepress.com/gang-ryung_uh/5/