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]
Other format: [Raw text]

Re: eliminating null pointer checks on mmu-less machines


>>>>> "Cedric" == Cedric Berger <cedric@berger.to> writes:

Cedric> It could be possible to redefine NULL to be something different
Cedric> from 0. I've no idea how expensive that would be, but I suspect
Cedric> it is very expensive.

Yeah, I think this is the sort of change that would be impractical.
gcc doesn't support this, and I'd imagine sweeping changes might be
necessary to change that.

Tom


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