This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: BC ABI stuff
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: GCJ <java at gcc dot gnu dot org>
- Date: 16 Aug 2004 13:17:31 -0600
- Subject: Re: BC ABI stuff
- References: <87brhen56e.fsf@fleche.redhat.com> <41206A96.8050700@gmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> You would know where I'm coming from - wouldn't it be nice
Ranjit> to have a Factory method in _Jv_ExecutionEngine that instantiates
Ranjit> Singletons of these concrete sub-classes like:
Ranjit> static _Jv_ExecutionEngine* getEngine( enum gcjabi abi);
An enum seems restrictive. I'd rather leave the door open for adding
an execution engine at runtime.
Tom