forked from qmonnet/rbpf
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor - Move memory instruction classes (#603)
* Removes unused items of InstructionType in assembler. * Adds missing differentiation for PQR instructions in disassembler. * Adds the new opcodes. * Adds a feature flag for moving them. * Disables the old opcodes conditionally. * Enables the new opcodes conditionally in the verifier. * Enables the new opcodes conditionally in the dis-/assembler. * Enables the new opcodes conditionally in the interpreter and JIT. * Renames BPF_ALU => BPF_ALU32_LOAD. Renames BPF_ALU64 => BPF_ALU64_STORE. * Adds test coverage for both before and after.
- Loading branch information
Showing
13 changed files
with
579 additions
and
505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.