[OpenJDK 2D-Dev] [9] Review Request: 8140266 Performance loss between jdk8 and jdk9 on Maskfill

Laurent Bourgès bourges.laurent at gmail.com
Fri Dec 23 13:57:28 UTC 2016


Hi,

It is good for me as I tested the patch with OpenJDK9 and the Marlin
renderer.

I am not an official reviewer !

Laurent

Le 23 déc. 2016 12:16, "Sergey Bylokhov" <sergey.bylokhov at oracle.com> a
écrit :

> Hello.
> Please review the small fix for jdk9.
> The change add an additional gcc option to the libawt lib to improve some
> graphics operations: 20%.
>
> This option is a part of -03.
>
> -fgcse-after-reloadWhen -fgcse-after-reload is enabled, a redundant load
> elimination pass is performed after reload. The purpose of this pass is to
> clean up redundant spilling.
>
> https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
>
> Note that if -03 will be enabled directly via OPTIMIZATION flag then the
> performance will not be improved.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8140266
> Webrev can be found at: http://cr.openjdk.java.net/~serb/8140266/webrev.00
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20161223/46908196/attachment.html>


More information about the 2d-dev mailing list