This is the mail archive of the java@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]

Re: gij runs HelloWorld on PPC Linux


Tom Tromey wrote:
> We already have a `NULLCHECK' call in that branch.  However, when we
> know how to catch SEGV, NULLCHECK is defined to do nothing.

Yes.  My understanding is that the NULLCHECK macro exists for (embedded?)
platforms that may not have hardware support.

> I was going to say that need NULLCHECK and MAYBE_NULLCHECK.  But I
> think this is the only place that matters.

I agree it's a special case.  There was an analogous fix for the compiler:

http://gcc.gnu.org/ml/gcc-patches/2000-04/msg01161.html

Odd thing is, the compiler doesn't seem to have anything like NULLCHECK.  Maybe
it isn't needed on any interesting platforms.

--
Jeff Sturm
jeff.sturm@commerceone.com


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