This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: some tree-ssa vs mainline stats
On Thu, 2003-06-19 at 13:27, Richard Henderson wrote:
> On Thu, Jun 19, 2003 at 06:29:50AM +0200, Steven Bosscher wrote:
> > It creates a unique identifier for each temporary it needs to gimplify
> > the function tree. All you really need for a temporary is a name ...
>
> We don't even need that, really; DECL_NAME can be NULL. Just dumps
> want them to be pretty.
>
Dumps already handle these by rendering unknown names as '<UVxxxx>'
(last 4 digits of the pointer value).
It's not a good solution, though. Change 1 bit in the compiler and
suddenly all your dumps are un-diffable.
Diego.