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: Scheduler fixes (PR17808)


On Tuesday 05 July 2005 21:32, Vladimir Makarov wrote:
> Your patch is ok.  But I think you could remove additional loop (which
> you added) by removing sched_insns_conditions_mutex_p from the first loop.

Okeydokey.

> +		T = [addr]
> +	C  ?	addr += 4
> +	C  ?	X += 12
> +	C  ?	T += 1
> +	!C ?	jump foo
> +
>
> I think it is a typo.  It should be !C ? X += 12 and C ? jump foo

Yup.  Thanks for catching that.

Gr.
Steven


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