Skip to content

Fix: Make CFG own basic blocks - #11

Merged
writemorecode merged 1 commit into
mainfrom
refactor/cfg_ownership_semantics
Feb 11, 2026
Merged

Fix: Make CFG own basic blocks#11
writemorecode merged 1 commit into
mainfrom
refactor/cfg_ownership_semantics

Conversation

@writemorecode

Copy link
Copy Markdown
Owner

The PR refactors the memory ownership semanticas of the control-flow graph (CFG). The CFG now owns all of the basic block nodes of the graph. Each basic block owns all of its instructions.

@writemorecode
writemorecode merged commit 4edc699 into main Feb 11, 2026
1 check passed
@writemorecode
writemorecode deleted the refactor/cfg_ownership_semantics branch February 12, 2026 15:38
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