RFR: 8348830: LIBFONTMANAGER optimization is always HIGHEST
Phil Race
prr at openjdk.org
Tue Jan 28 19:46:45 UTC 2025
On Tue, 28 Jan 2025 13:32:56 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> In the makefile we reset LIBFONTMANAGER optimization, but is always set to HIGHEST so we can avoid the resetting.
Marked as reviewed by prr (Reviewer).
Not all libraries do especially performance critical things.
For the client ones, fontmanager (does opentype layout), freetype (font rasterisation), awt (many of the core rendering loops), lcms (color processing), jpeg (image decoding), mlib_image (image processing) are ones where HIGHEST is set and should be important. For the rest, it is is probably not critical, so LOW should not be a problem.
-------------
PR Review: https://git.openjdk.org/jdk/pull/23332#pullrequestreview-2579257241
PR Comment: https://git.openjdk.org/jdk/pull/23332#issuecomment-2619910489
More information about the build-dev
mailing list