Bounded loops in BPF programs
Bounded loops in BPF programs
Posted Dec 4, 2018 12:20 UTC (Tue) by nix (subscriber, #2304)In reply to: Bounded loops in BPF programs by rvolgers
Parent article: Bounded loops in BPF programs
That would mean redoing all the JITters and everything, and breaking userspace and everything else that's grown up aroud the BPF world unless you also implement a BPF->kWASM translator. Honestly, compared to adding a few instructions (that the verifier replaces, so they don't even need JIT or interpreter support) this seems like a ridiculously heavy hammer.
(And why would Google have a WASM JITter suitable for running in *kernelspace* anyway?)