Robbin Ehn

Results 27 comments of Robbin Ehn

Yes, but it's a long term job, as you need to free a register in many cases. (in non-call sites places) All callsites should be easy to change as you...

Hey, I did an update, not fully what you are saying. We are missing a lot of 'abstraction' e.g. take a look at CodeInstaller::pd_next_offset in jvmciCodeInstaller. I think this code...

Thanks @luhenry ! Thanks for the second review pass @RealFYang !

> Updated change looks good. It would be nice to see how much this will benefit performance. I tried todo some benchmarks but it seems like the error of them...

> And a general question about `nativeInst_riscv.cpp` and `macroAssembler_riscv.cpp`. I saw the functions in these 2 files call each other, that make the code a bit mess to me. It's...

> OK, let's move forward. :) I create some bugs to track the further work. https://bugs.openjdk.org/browse/JDK-8332899 https://bugs.openjdk.org/browse/JDK-8332900 > > Feel free to take them if you're also interested in them....

Hi, thanks for continuing with this. As this is similar to SVML, comments applies to x86 also: - There is no way to stop the VM from trying to load...

> > What is the relevance of SVE support at build time? Should it matter what the build machine is? > > My understanding is that we need a compiler...