This is the mail archive of the gcc-patches@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]

Re: optimization for prefix.c



  In message <39248398.18049.20F70A@localhost>you write:
  > BTW, I meant "optimizing" as in keeping the memory leakage down. I came 
  > across this as I was looking into how to solve DJGPP's prefix problem. I 
  > happen to think it's always worth it not to leak memory when you don't
  > need  to. I also included this part in the patch that offers a solution
  > to DJGPP's prefix probem. If you find the rest of that patch acceptable,
  > I will delete this part.
Oh.  When I see "optimize" I think "make something faster".  Saying something
like "plug memory leak" might have avoided the mis-understanding.


But you're not actually fixing the memory leak, just making it less likely;
I would prefer to see us actually DTRT and try to plug the leak instead of
just making it less likely.

For reference, here's the URL to the patch in question:

http://gcc.gnu.org/ml/gcc-patches/2000-05/msg00469.html




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