Re: [PATCH bpf-next v1 0/3] bpf, riscv: Add compressed instructions to rv64 JIT

2020-07-21 Thread Alexei Starovoitov
On Tue, Jul 21, 2020 at 12:27 AM Björn Töpel wrote: > > On Tue, 21 Jul 2020 at 04:52, Luke Nelson wrote: > > > > This patch series enables using compressed riscv (RVC) instructions > > in the rv64 BPF JIT. > > > > RVC is a standard riscv extension that adds a set of compressed, > > 2-byte

Re: [PATCH bpf-next v1 0/3] bpf, riscv: Add compressed instructions to rv64 JIT

2020-07-21 Thread Björn Töpel
On Tue, 21 Jul 2020 at 04:52, Luke Nelson wrote: > > This patch series enables using compressed riscv (RVC) instructions > in the rv64 BPF JIT. > > RVC is a standard riscv extension that adds a set of compressed, > 2-byte instructions that can replace some regular 4-byte instructions > for

[PATCH bpf-next v1 0/3] bpf, riscv: Add compressed instructions to rv64 JIT

2020-07-20 Thread Luke Nelson
This patch series enables using compressed riscv (RVC) instructions in the rv64 BPF JIT. RVC is a standard riscv extension that adds a set of compressed, 2-byte instructions that can replace some regular 4-byte instructions for improved code density. This series first modifies the JIT to support