On 3/7/2024 8:09 PM, Wilco Dijkstra via Gcc-help wrote:
Hi,Are there any good reason for NOT having them enabled?Yes, there is a codesize and performance impact (and it can be nasty if you have a hot loop that crosses a page). So only use the option if you're using Cortex-A53 and you're unlucky enough to have an early revision with the bug. It is absolutely not needed for any newer core.
Thanks a lot! -- chs