This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Query about Help Needed
- To: diam at ensta dot fr
- Subject: Re: Query about Help Needed
- From: Tom Tromey <tromey at redhat dot com>
- Date: 03 Apr 2001 07:19:10 -0600
- Cc: James Schatzman <James dot Schatzman at AUC dot TRW dot Com>, java at gcc dot gnu dot org
- References: <3AC8A5B5.16C19AC1@auc.trw.com> <20010403100911.A28678@ensta.fr>
- Reply-To: tromey at redhat dot com
>>>>> "Maurice" == Maurice DIAMANTINI <diam@ensta.fr> writes:
Maurice> I think speed is one of first thing which could bring
Maurice> java user to gcj, so if there were a flag
Maurice> such as --noBoundArrayTest in gcj, it could help
Maurice> to make C and C++ user to java.
It is called -fno-bounds-check
Tom