ebpf-verifier
ebpf-verifier copied to clipboard
Global vs static subprogs
Compared to the Linux verifier, which distinguishes between global functions (verified once) and static functions (verified at each call), PREVAIL verifies all subprograms at every call. This is more precise, but would it make sense to implement a different behavior for global and static functions, in case there are multiple calls to large subprograms?