Re: [PATCH v3 bpf-next] RV32G eBPF JIT

From: Song Liu
Date: Mon Feb 24 2020 - 16:47:09 EST


On Wed, Feb 19, 2020 at 8:21 PM Luke Nelson <lukenels@xxxxxxxxxxxxxxxxx> wrote:
>
> This is an eBPF JIT for RV32G, adapted from the JIT for RV64G and
> the 32-bit ARM JIT.

I found a lot of common code between RV32G and RV64G. Can we move
these code into a header file?

Thanks,
Song