Weird comment in flow.c
Jan Hubicka
jh@suse.cz
Sun Feb 2 18:23:00 GMT 2003
> Hello,
>
> this comment is found in flow.c:
>
> The post-reload life analysis have (on a global basis) the same
> registers live as was computed by reload itself. elimination
> Otherwise offsets and such may be incorrect.
>
> Does someone know what should it say correctly?
I think the comment is correct after swapping elimination and Otherwise.
Reload compute frame size that includes register save area that is emit
post reload based on flow2 analysis. So in case we get different amount
of registers to save, the offsets may not match.
At least I believe to this :)
Honza
>
> Zdenek
More information about the Gcc
mailing list