tree ssa and type issues
Daniel Berlin
dberlin@dberlin.org
Sat May 21 22:39:00 GMT 2005
On Sat, 2005-05-21 at 22:59 +0200, Gabriel Dos Reis wrote:
> Daniel Berlin <dberlin@dberlin.org> writes:
>
> | On Sat, 2005-05-21 at 22:00 +0200, Gabriel Dos Reis wrote:
> | > Daniel Berlin <dberlin@dberlin.org> writes:
> | >
> | > [...]
> | >
> | > | > Parenthetically, I was wondering who is freeing those extensive
> | > | > regions of storage xmalloc/xcalloc()ed here and there?
> | > |
> | > | 1. The people who write the code to do the xmalloc'ing.
> | > | 2. Every couple of months, people run gcc through valgrind with leak
> | > | checking on to make sure we arne't leaking the xmalloc'd memory.
> | >
> | > If all memory is realized at the end of program, then obviously there
> | > is no leak, but that is not what I was looking for.
> |
> | Then what are you looking for?
>
> [ A useful answer ;-) ]
>
> where the storage is returned/reused as soon as done, as opposed to
> waiting for the end of the compilation.
Uh, nobody waits for the end of compilation to free their xmalloc'd
things.
>
> [...]
>
> | > Do you know whether the have the resulst publically
> | > available somewhere?
> | No, i don't think anyone takes the extra effort to try to set up a web
> | page.
>
> Thanks,
>
> -- Gaby
More information about the Gcc
mailing list