This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: name finder fixlets
- From: Andrew Haley <aph at redhat dot com>
- To: tromey at redhat dot com
- Cc: java-patches at gcc dot gnu dot org
- Date: Sun, 16 Mar 2003 08:43:04 +0000 (GMT)
- Subject: Patch: name finder fixlets
- References: <87of4dmutg.fsf@fleche.redhat.com>
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.