Clean up ebpfProgram.cpp and ebpfBackEnd.cpp #4645
Labels
ebpf
Topics related to the eBPF back end
enhancement
This topic discusses an improvement to existing compiler code.
We are constructing and throwing away classes such as EBPFTarget multiple times when creating an eBPF program. There are also many different kind of options to determine the target (xdp, kernel, userspace, ubpf) and it is unclear which option is the right one.
This makes it really hard to work with these back ends.
The text was updated successfully, but these errors were encountered: