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: Attempting changes to the GIMPLifier


2012/4/22  <nkavv@physics.auth.gr>:
> Dear all,
>
> I have a few questions regarding how to augment the information dumped in
> "004t" ?GIMPLE dumps (prior any optimization).
>
> My main concerns are:
>
> 1. Printing global variables.

Look at the cgraph (.000i.cgraph) dump.

> 2. Preserving function arguments (what I call an "interface").

I think we do that now.

> Both 1 and 2 are not currently addressed, at least in the gcc-4.5.1 and
> gcc-4.6.0 gimplifiers that I work with.
>
> Is this information available in internal data structures so I can expose it
> via use of the GIMPLE API?
>
> I've also noticed inconsistencies among GIMPLE dumps produced following
> different optimizations, but this is another topic.
>
> Thanks in advance.
>
> Best regards,
> Nikolaos Kavvadias
>
>


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