Register allocation issues

Matt Lee reachmatt.lee@gmail.com
Thu Sep 6 20:12:00 GMT 2007


On 9/6/07, Segher Boessenkool <segher@kernel.crashing.org> wrote:
> > load r3, q + 0
> > load r4, q + 4
> > store r3, p + 0
> > store r4, p + 4
> > load r3, q + 4
> > load r4, q + 8
> > store r3, p + 4
> > store r4, p + 8
>
> These last four lines should be
>
>         load r3, q + 8
>         load r4, q + 12
>         store r3, p + 8
>         store r4, p + 12
>
>
> Did you just typo it or do you have a bigger problem?  The
> problems might even be connected, who knows :-)
>

Sorry, that was a typo.



More information about the Gcc mailing list