瀏覽代碼

src/jit.rs: Move emitting functions to JitCompiler

These functions belong to the JIT compiler and should be part of its
implementation.

Also, remove the [#inline] directives: I can't remember what they were
here for in the first place, possibly just because uBPF would inline the
equivalent functions. Leave it to the compiler to decide what to inline.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Quentin Monnet 2 年之前
父節點
當前提交
6f8ba2e86b
共有 1 個文件被更改,包括 527 次插入554 次删除
  1. 527 554
      src/jit.rs

文件差異過大導致無法顯示
+ 527 - 554
src/jit.rs


部分文件因文件數量過多而無法顯示