SBPF virtual machine v0.11.2
What's Changed
- Fix warnings from Rust 1.87 nightly by @LucasSte in #48
- early quit if already found by @zhiqiangxu in #49
- Refactor - Skip function registry lookup in SBPFv3 by @Lichtso in #50
- Refactor - Uses rand dependency only if JIT is enabled by @Lichtso in #51
- Feature - Restrict
callxtargets to function start markers in instruction stream by @Lichtso in #52 - Refactor - Adds function start markers in tests by @Lichtso in #55
- Feature - Verify function start markers instead of dynamic symbol table by @Lichtso in #56
New Contributors
- @zhiqiangxu made their first contribution in #49
Full Changelog: v0.11.1...v0.11.2