[Bug java/17187] Call to java.lang.Object constructor is redundant
mckinlay at redhat dot com
gcc-bugzilla@gcc.gnu.org
Wed Aug 25 16:16:00 GMT 2004
------- Additional Comments From mckinlay at redhat dot com 2004-08-25 16:16 -------
pinskia: bytecode compilation is a different story. Obviously we should only do
this when compiling to _native_ code. We know our java.lang.Object constructor
doesn't do anything, but we can't make that assumption about other implementations.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17187
More information about the Gcc-bugs
mailing list