Bug 12322 - GOLD should group .text.unlikely/.text.startup/.text.exit/.text.hot sections together.
Summary: GOLD should group .text.unlikely/.text.startup/.text.exit/.text.hot sections ...
Status: NEW
Alias: None
Product: binutils
Classification: Unclassified
Component: gold (show other bugs)
Version: unspecified
: P2 enhancement
Target Milestone: ---
Assignee: Sergiy Revkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-15 00:39 UTC by Jan Hubicka
Modified: 2012-10-31 20:55 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Hubicka 2010-12-15 00:39:49 UTC
GCC uses these for function reordering.  Also note that newly we use .text.ulikely.foo and similar variant for -ffunction-sections and -freorder-functions and expect them to be grouped, too.

This is quite important for C++ static constructor performance.