Skip to content

refactor: split eBPF codegen into modules#202

Merged
swananan merged 1 commit into
mainfrom
refactor/split-ebpf-codegen
May 23, 2026
Merged

refactor: split eBPF codegen into modules#202
swananan merged 1 commit into
mainfrom
refactor/split-ebpf-codegen

Conversation

@swananan
Copy link
Copy Markdown
Owner

Move the monolithic eBPF codegen implementation into focused modules for argument resolution, formatting, instruction emission, statement compilation, type helpers, and tests.

Keep the EbpfContext API surface unchanged so callers continue to use ebpf::codegen without behavior changes.

Verified with cargo fmt --all, clippy with all targets and features, and standard host-host e2e runner job 083e7b4c2903.

Move the monolithic eBPF codegen implementation into focused modules for
argument resolution, formatting, instruction emission, statement compilation,
type helpers, and tests.

Keep the EbpfContext API surface unchanged so callers continue to use
ebpf::codegen without behavior changes.

Verified with cargo fmt --all, clippy with all targets and features, and
standard host-host e2e runner job 083e7b4c2903.
@swananan swananan merged commit 242e28c into main May 23, 2026
9 checks passed
@swananan swananan deleted the refactor/split-ebpf-codegen branch May 23, 2026 01:55
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.

1 participant