This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: PCH for java - is this a good idea?
- To: martin dot kahlert at infineon dot com
- Subject: Re: PCH for java - is this a good idea?
- From: Tom Tromey <tromey at redhat dot com>
- Date: 21 Feb 2001 10:23:36 -0700
- Cc: java at gcc dot gnu dot org
- References: <20010221161321.A4327@keksy.muc.infineon.com>
- Reply-To: tromey at redhat dot com
>>>>> "Martin" == Martin Kahlert <martin.kahlert@infineon.com> writes:
Martin> So would it be a good idea, to build some kind of a compressed
Martin> header file for scanned .java files? Perhaps the PCH support
Martin> of C/C++ (which seems to be worked on) could be reused?
We already have PCH, in the form of .class files.
Tom