Actions
Optimization #322
closedLook at potential performance improvements from using GCC "hot" attribute
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Effort:
Difficulty:
Label:
Description
http://gcc.gnu.org/onlinedocs/gcc-4.3.2//gcc/Function-Attributes.html
We might want to apply this to heavily used functions such as AC search function etc, and determine if it gives us any performance boost. Should probably do configure time detection to see if the attribute is recognized etc.
Actions