This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: optimization question




On 5/19/2015 10:28 AM, Andrew Haley wrote:
On 05/19/2015 04:14 PM, mark maule wrote:
Thanks again Martin.  I started going down that road yesterday, and got
lost in the forest of options.   What I was looking for was some option
that would tell me what was being done with dgHandle specifically.  I
played around with -fopt-info-all but didn't get very far ...
I think you're going to find it very difficult to debug such a large
chunk of code, and it's quite possible that your problem is in the RTL
optimization anyway.

I don't think you'll find anything better than trying to reduce the test
case.  Also, all those macros rather obfuscate what's going on.  It may
help later to preprocess the source and run it through indent.

Andrew.

Understood. That's my next step, and will repost to gcc-help per earlier suggestions.

Thanks for the pointers.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]