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: integrated immediate uses - alpha patch


Andrew MacLeod wrote:

> The only difference is that the SAFE loop allows you to delete and
> modify stmts, its just a bit slower because it links a guard into the
> list and moves the guard along as you iterate thorugh the list.  The
> presence of the guard requires you to use
>
>     BREAK_FROM_SAFE_IMM_USE(iter);
>
> instead of
>
>     break;

Did you think about ways to catch about mistakes in this regard in checking
builds?

Giovanni Bajo



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