Why does GCJ generate so many explicit checks for null pointers?
Tom Tromey
tromey@redhat.com
Tue Jul 29 16:34:00 GMT 2003
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> I suppose you're right, but I can think offhand of another GCC
Jeff> language that cares about null pointer checks. Ada, perhaps?
We have -fdelete-null-pointer-checks, but I gather that is used to
remove user checks. Still, that could be useful for us. We could
enable it in the .spec file.
Tom
More information about the Java
mailing list