[tree-ssa] Out of SSA status and issues

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Tue May 13 13:17:00 GMT 2003


    I see nothing wrong in replacing 'i + 9' with '*p + 9'.  It would
    probably not be efficient, but I can't see it being wrong.

If an optimizer pessimizes the code, I'd consider that "wrong".

This isn't a machine-dependent issue: with CPU speeds the way they are,
a memory reference is *always* many times more expensive than an addition.



More information about the Gcc mailing list