This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: checking in updated .class files
Tom Tromey writes:
> Andrew> Please make sure that the patches you checked in don't have double
> Andrew> checkcasts. That could result in a performance regression.
>
> If that is a bug we must have had it before as well, because the
> reference compiler has not changed.
When I looked, the difference was that the checked-in files didn't
have the double checkcasts, and the new ones did. So it's a
regression.
Are yours different?
Andrew.