This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

Patch: name finder fixlets


Tom Tromey writes:
 > This fixes a couple NameFinder bugs.
 > 
 > First, we fail gracefully if the input stream is closed on us.
 > This can happen if you are running an ancient c++filt.
 > 
 > Second, we don't leak memory, and we allocate less memory in a common
 > case.
 > 
 > Andrew, what do you think?
 > I want to commit to trunk and branch.

Marvellous, thank you.

Andrew.


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