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: Ping^3: Patch: Implementation of -Wstrict-aliasing, take 2


Silvius Rus wrote on 03/15/07 21:58:

> 1. Iterate over the points-to list.
> 2. If a cross-type alias is detected, then perform a single CFG pass and 
> record (de)referencing locus for all items in the points-to table.
> 3. For all successive cross-type aliases, use the recorded reference 
> info to avoid repeated CFG scans.

Ah, yes.  Much better, thanks.


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