Any part of a program that gets executed a large number of times compared to the rest of the code. Common hot spots are tight iterations and low-level functions. Identifying hot spots is considered a good approach to optimizing.