This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: fix PR libgcj/24170
- From: David Daney <ddaney at avtrex dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Wed, 20 Feb 2008 11:24:48 -0800
- Subject: Re: Patch: FYI: fix PR libgcj/24170
- References: <m3ve4j32vd.fsf@fleche.redhat.com>
Tom Tromey wrote:
- int name_max = pathconf (buf, _PC_NAME_MAX);
Nice. The pathconf call is a *major* slowdown on linux based systems
when the directory is on a filesystem is using the ntfs driver.
I had a local patch that removed this call.
David Daney