This is the mail archive of the gcc-patches@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: Set RTX_UNCHANGING is readonly_field_p when clearing


    What you actually want to do is create a separate alias set when you
    know where all the stores are.  It doesn't matter if there's one, or
    one thousand, so long as you ensure that you know where all of them
    are and can then say "this other store is not one of the stores that
    can change this field and so I know it doesn't conflict with any read
    from that field".

What exactly is this alias set, what is it unique to, and what subsetting
relationship does it have with the alias set of the underlying type?


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