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: [Patch Ping] [RFC] Alias export patch


I've started reviewing the patch.  A couple of initial notes while I
wait for it to finish bootstrapping:

- Need documentation for the new -f flags.

- TSE is not a very descriptive acronym.  I'm not sure what would be a
good term for what the patch does.  I would actually like to blur the
idea that we need to "export" information.  After all, we're basically
just preserving information.  Anyway, not a big deal for now.

- alias.c:tse_get_sft_for.  It should call overlap_subvar with sv->var,
not sv.  Likewise in various other calls.

More as I get a better handle on how the patch works.


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