Improve performance of decompressing jimage files
Glavo
zjx001202 at gmail.com
Mon Nov 20 16:44:54 UTC 2023
I created a PR[1] to improve performance of decompressing jimage files, and
got very good results.
I used `jlink --compress 1 --add-modules jdk.compiler` to generate a javac
runtime image and then used it to compile HelloWorld twenty times,
this PR reduces the total time from 17830ms to 13598ms (31.12% faster).
Can anyone review it? Thank you so much!
Glavo
[1]: https://github.com/openjdk/jdk/pull/16556
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/core-libs-dev/attachments/20231121/9e137414/attachment.htm>
More information about the core-libs-dev
mailing list