This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Memory leaks in compiler


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]