RFR: 8305056: Avoid unaligned access in emit_intX methods if not enabled [v3]

Vladimir Kempik vkempik at openjdk.org
Mon Apr 17 13:53:52 UTC 2023


On Thu, 30 Mar 2023 16:29:34 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:

> It would probably be more efficient if you just use `memcpy` and let the compiler figure out the best method to do memory accesses.

Yeah, I think it would be better to just use memcpy in emit_intX and to not modify any put_native_uY code at all

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

PR Comment: https://git.openjdk.org/jdk/pull/13227#issuecomment-1511393158


More information about the hotspot-compiler-dev mailing list