This is the mail archive of the java-patches@gcc.gnu.org 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]
Other format: [Raw text]

Re: [patch] make gij command-line compatible with java


>>>>> "Bryce" == Bryce McKinlay <mckinlay@redhat.com> writes:

>> Hmm, JvMalloc and friends don't seem to be documented in the CNI part
>> of the manual :-(

Bryce> Yeah, I'm not sure if it makes much sense to export/document these
Bryce> functions. CNI applications are likely to have their own code that
Bryce> calls malloc() directly anyway, so even if for some reason in the
Bryce> future we wanted to point JvMalloc at the GC or something, it wouldn't
Bryce> have a big effect.

Sounds good to me.  We could also get rid of _Jv_Free altogether, or
perhaps make it inline somewhere.

Tom


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