
BPF is serving as an in-kernel virtual machine with Clang serving as the de facto compiler thus far for targeting the BPF representation. BPF has been evolving a lot over the recent kernel releases while more kernel-side improvements are coming.
With this commit, the BPF back-end is no longer experimental within LLVM and thus will be built by default for more users.
Add A Comment