On Thu, 10 Apr 2025 08:19:19 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> On linux ppc64 / gcc , we build with the compile flag > -minsert-sched-nops=regroup_exact ; this is most likely outdated, maybe it > was still useful for old Power6 machines. > > See > https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/RS_002f6000-and-PowerPC-Options.html > -minsert-sched-nops=scheme : This option controls which NOP insertion scheme > is used during the second scheduling pass. The argument scheme takes one of > the following values: > ‘regroup_exact’ : Insert NOPs to force costly dependent insns into separate > groups. Insert exactly as many NOPs as needed to force an insn to a new > group, according to the estimated processor grouping. This pull request has now been integrated. Changeset: f8ae1d4e Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/f8ae1d4e6cd317eaa98835a209366b9d504feb44 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8354254: Remove the linux ppc64 -minsert-sched-nops=regroup_exact compile flag Reviewed-by: erikj, mdoerr ------------- PR: https://git.openjdk.org/jdk/pull/24564