This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: -X options?
- From: Tom Tromey <tromey at redhat dot com>
- To: Casey Marshall <csm at gnu dot org>
- Cc: java at gcc dot gnu dot org
- Date: 02 Mar 2005 13:30:45 -0700
- Subject: Re: -X options?
- References: <87d5uiizk5.fsf@gnu.org>
- Reply-to: tromey at redhat dot com
>>>>> "Casey" == Casey Marshall <csm@gnu.org> writes:
Casey> At least four times now I've had to look up the property name
Casey> 'gnu.gcj.precompiled.db.path', which is really verbose.
Casey> Why aren't these properties (also, say, the gcj-jit properties)
Casey> handled as '-X' options? That way, it would be easier to set them, and
Casey> would allow the supported options to be listed with 'gij -X'.
I think we just didn't think of it.
It sounds like a good idea to me.
Tom