Memory leaks in compiler
Diego Novillo
dnovillo@google.com
Thu Jan 17 00:08:00 GMT 2008
On 1/16/08 4:16 PM, Andrew Haley wrote:
> Because it's not a bug? You're changing the code to silence a false
> negative, which this is what we here in England call "putting the cart
> before the horse." If we clean up all the memory regions on closedown
> we'll be wasting CPU time. And for what?
I agree. Freeing memory right before we exit is a waste of time.
Diego.
More information about the Gcc
mailing list