Y
Hacker News
new
|
ask
|
show
|
jobs
by
tptacek
1097 days ago
There's nothing really "simple" about eBPF bytecode; it's a full fledged ISA, so much so that the idiomatic way to build eBPF programs is to compile them from straight C with clang.