ソースを参照

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


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません