Lean programs, branch mispredictions, and sorting

Amr Ahmed Abd Elmoneim Elmasry, Jyrki Katajainen

6 Citations (Scopus)

Abstract

According to a folk theorem, every program can be transformed into a program that produces the same output and only has one loop. We generalize this to a form where the resulting program has one loop and no other branches than the one associated with the loop control. For this branch, branch prediction is easy even for a static branch predictor. If the original program is of length κ, measured in the number of assembly-language instructions, and runs in t(n) time for an input of size n, the transformed program is of length O(κ) and runs in O(κt(n)) time. Normally sorting programs are short, but still κ may be too large for practical purposes. Therefore, we provide more efficient hand-tailored heapsort and mergesort programs. Our programs retain most features of the original programs-e.g. they perform the same number of element comparisons-and they induce O(1) branch mispredictions. On computers where branch mispredictions were expensive, some of our programs were, for integer data and small instances, faster than the counterparts in the GNU implementation of the C++ standard library.

Original languageEnglish
Title of host publicationFun with Algorithms : 6th International Conference, FUN 2012, Venice, Italy, June 4-6, 2012. Proceedings
EditorsEvangelos Kranakis, Danny Krizanc, Flaminia Luccio
Number of pages12
PublisherSpringer
Publication date2012
Pages119-130
ISBN (Print)978-3-642-30346-3
ISBN (Electronic)978-3-642-30347-0
DOIs
Publication statusPublished - 2012
EventThe Sixth International conference on Fun with Algorithms - Venice, Italy
Duration: 4 Jun 20126 Jun 2012
Conference number: 6

Conference

ConferenceThe Sixth International conference on Fun with Algorithms
Number6
Country/TerritoryItaly
CityVenice
Period04/06/201206/06/2012
SeriesLecture notes in computer science
Volume7288
ISSN0302-9743

Fingerprint

Dive into the research topics of 'Lean programs, branch mispredictions, and sorting'. Together they form a unique fingerprint.

Cite this