[riscv-port] RFR: 8278322: riscv: Support RVC: compressed instructions

Yadong Wang yadongwang at openjdk.java.net
Tue Dec 7 08:38:45 UTC 2021


On Tue, 7 Dec 2021 04:46:10 GMT, Xiaolin Zheng <xlinzheng at openjdk.org> wrote:

> About the _nc postfix of some of Assembler instructions: we know a bunch of places should be reserved for patching, where we cannot change them into compressed instructions. _nc is short for not compressible - with this, those instructions should keep their origin 4-byte form and remain uncompressed.

Why the compressed instructions can not be patched?

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

PR: https://git.openjdk.java.net/riscv-port/pull/24


More information about the riscv-port-dev mailing list