[crac] Integrated: GLIBC->CPU flags optimization
Jan Kratochvil
jkratochvil at openjdk.org
Thu Mar 28 09:51:48 UTC 2024
On Fri, 10 Nov 2023 10:34:38 GMT, Jan Kratochvil <jkratochvil at openjdk.org> wrote:
> Reduce the number of `GLIBC_*` flags when it can use existing `CPU_*` flags.
> This patch was split out of PR #136.
>
>
> 2 files changed, 9 insertions(+), 17 deletions(-)
>
> So I find it clearly an improvement.
> As an explanation: I created the GLIBC_* namespace in addition to the existing upstream CPU_* namespace. And some my additions in GLIBC_* namespace have now appeared by https://github.com/openjdk/jdk/commit/d50b6eb342e9ec96d1a01dafc317e00725dc84c0 also in the upstream CPU_* namespace. They were missing in the CPU_* namespace when I was implementing it. So we can remove the duplicity from GLIBC_* namespace.
This pull request has now been integrated.
Changeset: e5e4714d
Author: Jan Kratochvil <jkratochvil at openjdk.org>
Committer: Radim Vansa <rvansa at openjdk.org>
URL: https://git.openjdk.org/crac/commit/e5e4714dc0781bb328985ec6f84bf96a0004f47f
Stats: 19 lines in 2 files changed: 2 ins; 10 del; 7 mod
GLIBC->CPU flags optimization
Reviewed-by: rvansa
-------------
PR: https://git.openjdk.org/crac/pull/139
More information about the crac-dev
mailing list