Storing optimization choices in an ELF section
Ludovic Courtès
ludo@gnu.org
Fri Jun 2 11:14:00 GMT 2017
Hi,
Andrew Haley <aph@redhat.com> skribis:
> On 01/06/17 13:45, Ludovic Courtès wrote:
>> A proprietary compiler stores information about optimizations it has
>> made (loop unrolling, vectorization, etc.) in a â.debug_opt_reportâ ELF
>> section. This information can later be exploited by performance
>> analysis tools, which can help understand performance.
>>
>> Has there been any thought on implementing something similar in GCC?
>
> It's all in the -fverbose-asm output. It would be almost trivial
> to output that into a .debug_opt_report section.
Yes (modulo issues such as finding a compact and stable representation I
suppose), and it would be a useful tool.
Ludoâ.
More information about the Gcc-help
mailing list