Re: RFR: 8290154: [JVMCI] partially implement JVMCI for RISC-V [v10]

2022-10-06 Thread Sacha Coppey
On Thu, 6 Oct 2022 12:27:11 GMT, Fei Yang wrote: > The current version does not build. I will take another look after this is > rebased on the latest jdk master. Sorry for the delay, I rebased the PR and fixed the building issue. - PR: https://git.openjdk.org/jdk/pull/9587

Re: RFR: 8290154: [JVMCI] partially implement JVMCI for RISC-V [v10]

2022-10-06 Thread Fei Yang
On Wed, 5 Oct 2022 11:33:14 GMT, Sacha Coppey wrote: > Hello, this PR has been stuck for some time now. What should I do to proceed? The current version does not build. I will take another look after this is rebased on the latest jdk master. - PR: https://git.openjdk.org/jdk/pull/

Re: RFR: 8290154: [JVMCI] partially implement JVMCI for RISC-V [v10]

2022-10-05 Thread Sacha Coppey
On Wed, 14 Sep 2022 09:39:07 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] partially implement JVMCI for RISC-V [v10]

2022-09-14 Thread Sacha Coppey
> 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 packages, as > well as implements a part of jvmciCodeInstalle