Thoughts about static linking and reducing size of binaries
Andrew Haley
aph@cambridge.redhat.com
Fri Mar 16 02:16:00 GMT 2001
Bryce McKinlay writes:
> if (__builtin_expect(bClass == null, false))
This is identical to
if (bClass == null)
Andrew.
More information about the Java
mailing list