Query regarding struct variables in GIMPLE

Diego Novillo dnovillo@redhat.com
Wed Mar 14 02:46:00 GMT 2007


Karthikeyan M wrote on 03/13/07 21:32:

> appears as  x.j = 10 inside the GIMPLE dump of the function body . Is
> there some place from where I can get it in the following( or any
> other simpler ) form

No, we don't unnecessarily take addresses of variables.  Structure
references are left intact.  For some aggregates that cannot be
scalarized we try to create artificial tags to represent the fields (to
get field sensitive results in points-to resolution).



More information about the Gcc mailing list