RFR: 8310268: RISC-V: misaligned memory access in String.Compare intrinsic [v2]
Fei Yang
fyang at openjdk.org
Tue Jul 11 14:43:12 UTC 2023
On Tue, 11 Jul 2023 08:35:14 GMT, Vladimir Kempik <vkempik at openjdk.org> wrote:
> Now that 17u backport is done, can we please get back to this PR? we have got compare case for small strings reviewed, only left the case for large strings, where the case for UU/LL is pretty simple ( just replacing ld with misaligned_load) and the case for large UL/LU strings is the only complex thing
Yeah, I think I will be able to take another look tomorrow. Sorry for the delay.
I think the case for large UL/LU strings is getting more complex too. Is it possible to simplify it similarly with misaligned_load?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14534#issuecomment-1630957703
More information about the hotspot-dev
mailing list