This is the mail archive of the java@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: Improve Java build times


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.


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