Hacker News new | ask | show | jobs
by 0mp 2010 days ago
You may try out generic eBPF outside of Linux: https://github.com/generic-ebpf/generic-ebpf
1 comments

LLVM also has a BPF backend so you can compile any C++/C program to run on BPF.
There is also a bpf triple for gcc (I say that having never been able to actually use it)