This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Improve Java build times
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>, Mark Mitchell<mark at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java at gcc dot gnu dot org, davem at redhat dot com
- Date: Tue, 21 May 2002 23:20:00 +0200
- Subject: Re: PATCH: Improve Java build times
- References: <35590000.1021860924@warlock.codesourcery.com> <3CE9B863.3030402@waitaki.otago.ac.nz>
Bryce McKinlay wrote:
>
> I havn't had a chance to test it yet, but I like the look of this patch.
> If I understand it correctly, by calling scandir() on each directory
> that class/java files are to be read from, and then searching the
> directory entries to determine existance of a file, you may actually
> have also solved the os X/cygwin case insensitive file system bug, or at
> least gone a long way towards it!
For what's worth, it seems that I managed to build a libjava on hfs+ !!
(darwin-5.4)
I'm installing it right now. I guess it was a success!
Thanks to you all, done on the trunk!
Regards,
Andreas