Much like inlining, profile information is useful for a loop optimizer to see if transformations like unrolling and unswitching are profitable. In hot regions, such transformations may be profitable, while in cold regions, they just cause code bloat.

None: Profile_guided_loop_optimizations (last edited 2008-01-10 19:38:56 by localhost)