Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor - Move memory instruction classes #603

Merged
merged 10 commits into from
Oct 8, 2024

Conversation

Lichtso
Copy link

@Lichtso Lichtso commented Oct 3, 2024

See SIMD-0173

@Lichtso Lichtso marked this pull request as ready for review October 3, 2024 16:53
@Lichtso Lichtso requested a review from LucasSte October 3, 2024 16:53
src/assembler.rs Outdated
"ldx",
LoadReg,
ebpf::BPF_MEM | ebpf::BPF_LDX,
ebpf::BPF_ALU | ebpf::BPF_X,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we should give BPF_ALU another name, as it is going to be associated with memory operations.

tests/elfs/relative_call.so Outdated Show resolved Hide resolved
@Lichtso Lichtso force-pushed the refactor/move_memory_instruction_classes branch from 98769f8 to ee154e5 Compare October 4, 2024 17:20
@Lichtso Lichtso force-pushed the refactor/move_memory_instruction_classes branch from 41194f6 to f1c6741 Compare October 7, 2024 19:01
@Lichtso Lichtso merged commit c6c1929 into main Oct 8, 2024
12 checks passed
@Lichtso Lichtso deleted the refactor/move_memory_instruction_classes branch October 8, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants