id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1543,Create PARROT_HOT and PARROT_COLD function annotations,petdance,petdance,"http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html

""The '''hot''' attribute is used to inform the compiler that a function is a hot spot of the compiled program. The function is optimized more aggressively and on many target it is placed into special subsection of the text section so all hot functions appears close together improving locality.""

There's also the cold attribute.

Other compilers likely have optimizations that can be used here as well.",experimental,closed,normal,,profiling,2.2.0,medium,fixed,,,,,
