PATCH: Improve Java build times
Billinghurst, David (CRTS)
David.Billinghurst@riotinto.com
Sun May 19 18:55:00 GMT 2002
WOW. This has made a massive difference to java compile times
on cygwin - jc1 is one or two orders of magnitude faster.
stat() is VERY expensive on cygwin. At present it opens each file
in a directory due to the differences between NTFS and unix file
systems. jc1 would take in excess of 1 minute per file on a P4
machine. Now it is less than a second per file.
-----Original Message-----
From: Mark Mitchell [mailto:mark@codesourcery.com]
Sent: Monday, 20 May 2002 2:59
To: gcc-patches@gcc.gnu.org; java@gcc.gnu.org
Subject: PATCH: Improve Java build times
I analyzed why building libjava (and presumably any other Java
program) took so long to build.
More information about the Java
mailing list