This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cool hack


Tom Tromey wrote:
> Good point.  I think any options like this should be supported by gcj
> (it should pass them to jvgenmain), gij, and the JNI invocation API.
> (Changing gij to use the invocation API might make sense -- it might
> reduce the maintenance burden.)

Because CNI has no documented invocation interface?

> Anyway, could you submit a PR for this specific case (-mx and -ms)?
> That way we can at least track the problem.  I don't know when we'll
> be able to fix it.

Done (PR#146).

Right now the heap functions in libgcj aren't exported as C functions,
and jvgenmain only generates C source.  Any problems with declaring
those with extern "C"?

For that matter, any opinions on what the short and long argument names
should be?

--
Jeff Sturm
jsturm@sigma6.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]