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]

Re: apply_change_group optimization


    > object at the start of the loop ("If there is no object to test or if it
    > is the same as the one we already tested, ignore it.").

I was hoping you'd add that text as a comment ...

        if (GET_CODE (object) == MEM)
  	{
  	  if (! memory_address_p (GET_MODE (object), XEXP (object, 0)))
  	    break;
+ 	  last_validated = object;
  	}

Is that still needed?


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