This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: building SWT with more than one source file
- From: Tom Tromey <tromey at redhat dot com>
- To: <Andrew dot Ferguson at arm dot com>
- Cc: "GCJ Java" <java at gcc dot gnu dot org>
- Date: 29 Mar 2003 10:59:00 -0700
- Subject: Re: building SWT with more than one source file
- References: <OFC7EA33B8.31152ADB-ON80256CF6.004A215F@cambridge.arm.com>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == <Andrew dot Ferguson at arm dot com> writes:
Andrew> one more question - is there any equivalent of the -Xms -Xmx flags for
Andrew> setting minimum and maximum heap sizes? (or is this irrelevant?)
There's no way to set these for compiled code.
The topic has come up a few times recently, though. Read the list
archives for more info.
Tom