[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-8.2 0/7] tcg/ppc: Support power10 prefixed instructions
From: |
Nicholas Piggin |
Subject: |
Re: [PATCH for-8.2 0/7] tcg/ppc: Support power10 prefixed instructions |
Date: |
Sun, 06 Aug 2023 21:55:54 +1000 |
On Sat Aug 5, 2023 at 7:33 AM AEST, Richard Henderson wrote:
> Emit one 64-bit instruction for large constants and pc-relatives.
> With pc-relative addressing, we don't need REG_TB, which means we
> can re-enable direct branching for goto_tb.
Very cool. I tested this on a POWER10 and it has been stable so
far. Using mttcg with SMP 8 machine, with this patch, a parallel
gcc compile job in a Linux distro is 11.5% faster. Is such a big
improvment expected?
For the series,
Tested-by: Nicholas Piggin <npiggin@gmail.com>
Thanks,
Nick
[PATCH 5/7] tcg/ppc: Use prefixed instructions in tcg_out_dupi_vec, Richard Henderson, 2023/08/04
Re: [PATCH for-8.2 0/7] tcg/ppc: Support power10 prefixed instructions,
Nicholas Piggin <=