Comment 4 for bug 1418073

Revision history for this message
Rahul (rahulgm) wrote :

No, this is not my observation. Without LTO, function does not get inlined and goes into its designated section (here ".section1"). With LTO, it gets inlined, ignoring the section attribute.

Also won't it be inconvenient to add noinline attribute if I am putting all functions in a file in a different section (through linker script)?