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]

Re: Patch: FYI: fix PR libgcj/24170


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


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