RFR: 8255729: com.sun.tools.javac.processing.JavacFiler.FilerOutputStream is inefficient [v2]

Guoxiong Li github.com+13688759+lgxbslgx at openjdk.java.net
Sun Jan 3 13:47:54 UTC 2021


On Sun, 3 Jan 2021 10:04:49 GMT, Joel Borggrén-Franck <jfranck at openjdk.org> wrote:

> Many times I have seen fixes that should have solved some performance issue that turned out to not do that. 

@jbf I understand what you worried about now. The developers' intuition may sometimes be wrong. So we need unit tests, regression tests, micro tests and so on to verify our code is right. I agree with you that the evidence should be provided.

I try to write a benchmark test locally now. I will share the result with you later.

-------------

PR: https://git.openjdk.java.net/jdk/pull/1854


More information about the compiler-dev mailing list