Re: RFR: 8290154: [JVMCI] Implement JVMCI for RISC-V [v4]

2022-07-27 Thread Sacha Coppey
On Tue, 26 Jul 2022 19:11:23 GMT, Andrey Turbanov wrote: >> Sacha Coppey has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Avoid using set_destination when call is not jal > > src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.riscv64/src/jdk/

Re: RFR: 8290154: [JVMCI] Implement JVMCI for RISC-V [v4]

2022-07-26 Thread Andrey Turbanov
On Mon, 25 Jul 2022 14:38:26 GMT, Sacha Coppey wrote: >> This patch adds a partial JVMCI implementation for RISC-V, to allow using >> the GraalVM Native Image RISC-V LLVM backend, which does not use JVMCI for >> code emission. >> It creates the jdk.vm.ci.riscv64 and jdk.vm.ci.hotspot.riscv64 pa

Re: RFR: 8290154: [JVMCI] Implement JVMCI for RISC-V [v4]

2022-07-25 Thread Sacha Coppey
> This patch adds a JVMCI implementation for RISC-V. It creates the > jdk.vm.ci.riscv64 and jdk.vm.ci.hotspot.riscv64 packages, as well as > implements a part of jvmciCodeInstaller_riscv64.cpp. To check for > correctness, it enables JVMCI code installation tests on RISC-V. It should be > tested