Re: Disabling call graph optimizations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 8/1/07 1:04 PM, JTXX wrote:
> Is there any way to disable call graph optimizations?

You seem to be referring to the inter-procedural optimizations, but I'm
not sure.  The only significant inter-procedural transformation we do is
inlining.  The others must be explicitly enabled.

> then the parse tree will not include Class::method. 
> Are there any flags to change this behavior?

That's by design, mostly.  The dump files are only a debugging aid and
they tend to be fairly incomplete.  Particularly when it comes to data
structures.  GCC only dumps function bodies.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux