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]

Re: FAIL: gcc.c-torture/execute/950628-1.c execution, -O1


    > Yeah, but those could be safely put into a unique alias set and handled
    > that way.  /u buys us nothing for those.
 
    That can be done for non-programmer visible data such as .got
    data, but it cannot for 'extern const int x'.
 
That's what I meant.  I was responding to the claim that there are a
lot of .got data.  If all we gain are file-level const variables, we
gain extremely little for a lot of overhead.
 
So I think we do need to find some way to make more effective use of /u.

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