This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Optimization Diary
>>>>> "Devang" == Devang Patel <devang.patel@gmail.com> writes:
Tom> * Why put the optimization diary into the object file?
[...]
Devang> 2) This info is consumed by other tools (e.g. IDE, performance
Devang> analyzer). It makes sense for a tool like Shark to use dwarf
Devang> reader to get this info then parse raw text output.
Thanks, this makes sense to me. I suggest adding this to your
document as rationale.
Tom