This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Only compress debug sections if this saves space


> This patch has now remained unreviewed for a week.

Both H. J. and I suggested that you make the testcase large enough to
guarantee that all debug sections would be compressed.

If you're going to just discard all the new frags created by the trial
compression, I wonder if you should create those on a new obstack and
then discard that obstack before returning? (I suppose any memory leak
here would be minor, since the only time we'll choose not to use the
compressed frags is when they're quite small.)

-cary


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