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]: Fix may_alias slowdown in 23835


On 09/14/05 10:47, Daniel Berlin wrote:

+ /* Collect the list of pointers the loops below are going to want to
+ look at. These are those pointers with SSA_NAME_POINTER_INFO set
+ and don't point to anything. */


/* Collect the list of pointers with a non-empty points-to set. */

- tree old_name_tag = pi->name_mem_tag;
+ /* Set pt_anything on the pointers without pt_vars filled in. */
+


/* Set pt_anything on pointers without pt_vars filled in so that they are assigned a type tag. */


OK with those changes.



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