RFR: 8345047: RISC-V: Remove explicit use of AvoidUnalignedAccesses in interpreter

Fei Yang fyang at openjdk.org
Tue Nov 26 11:22:37 UTC 2024


On Tue, 26 Nov 2024 11:11:53 GMT, Hamlin Li <mli at openjdk.org> wrote:

>> Ah, that looks more complex than before from a maintainance perspective. We only get one instruction saved which is not on the performance critical path. I guess it doesn't worth it?
>
> Yes, I have the similar concerns. :)

Yeah! Also I don't think it's a good idea to spread uses of extension options like `UseZbb` everywhere. It will be more reasonable to me if we encapsulate it in some assember routines which are more generic to the callers.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22387#discussion_r1858293070


More information about the hotspot-dev mailing list