some tree-ssa vs mainline stats
Richard Henderson
rth@redhat.com
Thu Jun 19 19:08:00 GMT 2003
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.
And the fact that you probably don't want enabling dumps to change
the memory layout of the program, and thus make memory bugs that much
harder to find.
It'd be nice to solve this somehow.
r~
More information about the Gcc
mailing list